2025-03-21T20:17:33.4405868Z Current runner version: '2.322.0' 2025-03-21T20:17:33.4418081Z Runner name: 'i-0a97f5127b9de634c' 2025-03-21T20:17:33.4419881Z Runner group name: 'Default' 2025-03-21T20:17:33.4421721Z Machine name: 'ip-10-0-71-143' 2025-03-21T20:17:33.4427649Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:33.4432002Z Contents: read 2025-03-21T20:17:33.4433346Z Metadata: read 2025-03-21T20:17:33.4434506Z ##[endgroup] 2025-03-21T20:17:33.4439718Z Secret source: Actions 2025-03-21T20:17:33.4441406Z Prepare workflow directory 2025-03-21T20:17:34.0039678Z Prepare all required actions 2025-03-21T20:17:34.0110532Z Getting action download info 2025-03-21T20:17:34.2135985Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:34.5032248Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:49.0694115Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:49.4942570Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:49.6130834Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:50.0294732Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:50.3285050Z Getting action download info 2025-03-21T20:17:50.4910670Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:50.4914222Z ##[group] Inputs 2025-03-21T20:17:50.4916937Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:50.4920454Z timeout: 90 2025-03-21T20:17:50.4920903Z runner: linux.arm64.2xlarge 2025-03-21T20:17:50.4921410Z upload-artifact: 2025-03-21T20:17:50.4922320Z upload-artifact-to-s3: false 2025-03-21T20:17:50.4922832Z download-artifact: 2025-03-21T20:17:50.4923265Z repository: 2025-03-21T20:17:50.4923715Z fetch-depth: 1 2025-03-21T20:17:50.4924136Z submodules: true 2025-03-21T20:17:50.4924618Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:50.4925223Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:50.4925779Z test-infra-ref: 2025-03-21T20:17:50.4926417Z docker-image: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:17:50.4927039Z docker-build-dir: .ci/docker 2025-03-21T20:17:50.4927533Z gpu-arch-type: cpu 2025-03-21T20:17:50.4927969Z gpu-arch-version: 2025-03-21T20:17:50.4928417Z job-name: linux-job 2025-03-21T20:17:50.4928870Z continue-on-error: false 2025-03-21T20:17:50.4929356Z binary-matrix: 2025-03-21T20:17:50.4929819Z run-with-docker: true 2025-03-21T20:17:50.4930254Z secrets-env: 2025-03-21T20:17:50.4930653Z no-sudo: false 2025-03-21T20:17:50.4931077Z ##[endgroup] 2025-03-21T20:17:50.4931775Z Complete job name: test-models-linux-aarch64 (llama3_2_vision_encoder, portable) / linux-job 2025-03-21T20:17:50.5640709Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:50.5802376Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:50.5815716Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:50.5816770Z ##[endgroup] 2025-03-21T20:17:52.5890492Z Runner Type: linux.arm64.2xlarge 2025-03-21T20:17:52.5891170Z Instance Type: t4g.2xlarge 2025-03-21T20:17:52.5891634Z AMI Name: unknown 2025-03-21T20:17:52.5922087Z AMI ID: ami-0eae2a0fc13b15fce 2025-03-21T20:18:00.4267650Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:00.4268824Z set -euxo pipefail 2025-03-21T20:18:00.4269388Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:00.4270021Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:00.4270636Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:00.4271163Z else 2025-03-21T20:18:00.4271614Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:00.4272205Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:00.4272697Z fi 2025-03-21T20:18:00.4273069Z  2025-03-21T20:18:00.4273505Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:00.4274040Z echo "::endgroup::" 2025-03-21T20:18:00.4288839Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:00.4289325Z env: 2025-03-21T20:18:00.4289788Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:00.4290449Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:00.4291028Z PR_NUMBER: 2025-03-21T20:18:00.4293616Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:00.4296263Z NO_SUDO: false 2025-03-21T20:18:00.4296653Z ##[endgroup] 2025-03-21T20:18:00.4334577Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:00.4357010Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:00.4361520Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:00.4362316Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:00.5273131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:00.5274877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:00.5276797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:00.5278409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:00.5279766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:00.5281113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:00.5282477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:00.5283812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:00.5285132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:00.5288422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:00.5289883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:00.5291228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:00.5292559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:00.5293919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:00.5295280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:00.5297202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:00.5298725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:00.5299905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:00.5301078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:00.5302180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:00.5303310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:00.5304519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:00.5305790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:00.5307079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:00.5308441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:00.5309790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:00.5311019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:00.5312137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:00.5313605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.pack' 2025-03-21T20:18:00.5315443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.rev' 2025-03-21T20:18:00.5317425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.idx' 2025-03-21T20:18:00.5319010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:00.5320284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:00.5321660Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:00.5322856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:00.5323968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:00.5325205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:00.5326973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:00.5328385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:00.5329758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:00.5331103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:00.5332467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:00.5333633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:00.5334775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:00.5335956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:00.5337363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:00.5338640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:00.5339718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:00.5340887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:00.5342064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:00.5343254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:00.5344565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:00.5345924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:00.5347341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:00.5348808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:00.5350315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:00.5351883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:00.5353410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:00.5354889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:00.5356356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:00.5357837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:00.5359326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:00.5360830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:00.5362313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:00.5363768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:00.5365288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:00.5367001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:00.5368564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:00.5370111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:00.5371639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:00.5373147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:00.5374672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:00.5376236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:00.5377966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:00.5379555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:00.5381036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:00.5382569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:00.5384100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:00.5385626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:00.5387314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:00.5388817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:00.5390279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:00.5391705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:00.5393143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:00.5394615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:00.5396084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:00.5397543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:00.5398981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:00.5400402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:00.5401828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:00.5403312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:00.5404735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:00.5406272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:00.5407738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:00.5409215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:00.5410689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:00.5412191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:00.5413724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:00.5415236Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:00.5416739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:00.5418629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:00.5420310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:00.5422094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:00.5423660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:00.5425257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:00.5426671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:00.5427944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:00.5429278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:00.5430647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:00.5431938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:00.5433302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:00.5434662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:00.5435938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:00.5437609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:00.5439701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:00.5441618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:00.5443438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:00.5445387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:00.5447536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:00.5449514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:00.5451349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:00.5453116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:00.5454841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:00.5456460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:00.5457918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:00.5459369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:00.5461027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:00.5462695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:00.5464103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:00.5465488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:00.5466892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:00.5468352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:00.5469839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:00.5471340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:00.5472838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:00.5474319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:00.5475759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:00.5477135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:00.5478515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:00.5479940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:00.5481385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:00.5482809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:00.5484123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:00.5485453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:00.5487236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:00.5488693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:00.5490166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:00.5491625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:00.5493076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:00.5494519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:00.5495984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:00.5497435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:00.5498896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:00.5500329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:00.5502085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:00.5503750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:00.5505333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:00.5507024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:00.5508713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:00.5510316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:00.5511846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:00.5513428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:00.5514994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:00.5516495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:00.5518018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:00.5519574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:00.5521132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:00.5522730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:00.5524243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:00.5525650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:00.5527102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:00.5528432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:00.5529884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:00.5531330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:00.5532750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:00.5534116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:00.5535585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:00.5537130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:00.5538585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:00.5540049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:00.5541592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:00.5543373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:00.5545196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:00.5546798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:00.5548473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:00.5550094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:00.5551569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:00.5553003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:00.5554525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:00.5556226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:00.5557979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:00.5559662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:00.5561319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:00.5562884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:00.5564456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:00.5566250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:00.5567814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:00.5569236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:00.5570658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:00.5572070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:00.5573573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:00.5575097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:00.5576460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:00.5577756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:00.5579066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:00.5580442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:00.5581897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:00.5583371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:00.5585042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:00.5586826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:00.5588277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:00.5589758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:00.5591265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:00.5592795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:00.5594363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:00.5596008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:00.5597600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:00.5599115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:00.5600647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:00.5602177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:00.5603752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:00.5605346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:00.5607048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:00.5608655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:00.5610265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:00.5611946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:00.5613494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:00.5614948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:00.5616306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:00.5617533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:00.5618645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:00.5619747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:00.5620936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:00.5622069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:00.5623179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:00.5624325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:00.5625760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:00.5627047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:00.5628222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:00.5629484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:00.5630753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:00.5632077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:00.5634335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:00.5635856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:00.5637214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:00.5638796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:00.5640515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:00.5642097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:00.5643698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:00.5645411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:00.5647342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:00.5649264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:00.5651053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:00.5652819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:00.5654522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:00.5656142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:00.5657762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:00.5659308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:00.5660739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:00.5662237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:00.5663799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:00.5665234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:00.5666599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:00.5668140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:00.5669541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:00.5670815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:00.5672197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:00.5673600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:00.5674999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:00.5676406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:00.5677829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:00.5679313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:00.5681025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:00.5682696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:00.5684416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:00.5686759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:00.5688564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:00.5690361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:00.5692056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:00.5693603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:00.5695134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:00.5696724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:00.5698360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:00.5699960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:00.5701438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:00.5702825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:00.5704279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:00.5705780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:00.5707214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:00.5708641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:00.5710470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:00.5712202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:00.5713781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:00.5715284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:00.5716730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:00.5718158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:00.5719577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:00.5720993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:00.5722434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:00.5724355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:00.5726102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:00.5727636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:00.5729316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:00.5731010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:00.5732540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:00.5734010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:00.5735522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:00.5737066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:00.5738530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:00.5740032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:00.5741583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:00.5743077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:00.5744501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:00.5745900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:00.5747316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:00.5748742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:00.5750184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:00.5751874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:00.5753905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:00.5756189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:00.5758176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:00.5759690Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:00.5761127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:00.5762564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:00.5764033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:00.5765559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:00.5767244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:00.5768859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:00.5770421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:00.5771914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:00.5773382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:00.5774911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:00.5776498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:00.5778018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:00.5779475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:00.5780940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:00.5782475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:00.5784060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:00.5785570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:00.5787186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:00.5788649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:00.5790174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:00.5791518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:00.5793299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:00.5795063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:00.5796650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:00.5798275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:00.5800001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:00.5801786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:00.5803498Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:00.5805056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:00.5806647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:00.5808192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:00.5809793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:00.5811453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:00.5813082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:00.5814763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:00.5816412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:00.5817777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:00.5819132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:00.5820745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:00.5822448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:00.5824073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:00.5825455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:00.5826614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:00.5827831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:00.5829299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:00.5830885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:00.5832577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:00.5834612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:00.5836603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:00.5838302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:00.5840111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:00.5841972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:00.5843712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:00.5845167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:00.5846457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:00.5847581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:00.5848743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:00.5849982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:00.5851236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:00.5852498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:00.5853858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:00.5855283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:00.5856661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:00.5857987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:00.5859292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:00.5860617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:00.5862069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:00.5863534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:00.5864991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:00.5866364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:00.5867615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:00.5868892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:00.5870101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:00.5871284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:00.5872556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:00.5873836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:00.5875343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:00.5876899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:00.5878224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:00.5879460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:00.5880702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:00.5881964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:00.5883241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:00.5884484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:00.5885864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:00.5887638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:00.5889071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:00.5890445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:00.5891741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:00.5892986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:00.5894360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:00.5895771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:00.5897049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:00.5898332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:00.5899604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:00.5900896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:00.5902160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:00.5903365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:00.5904564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:00.5905727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:00.5906858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:00.5908149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:00.5909613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:00.5911079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:00.5912509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:00.5913938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:00.5915886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:00.5917832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:00.5919306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:00.5920738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:00.5922329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:00.5924082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:00.5925832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:00.5927699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:00.5929486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:00.5931297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:00.5933121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:00.5935006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:00.5937114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:00.5939444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:00.5941700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:00.5943959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:00.5946238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:00.5948550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:00.5950884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:00.5953200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:00.5955508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:00.5957903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:00.5960592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:00.5963176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:00.5965534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:00.5968226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:00.5971095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:00.5973938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:00.5976686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:00.5979298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:00.5981713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:00.5984025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:00.5986463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:00.5988753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:00.5990860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:00.5992744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:00.5994590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:00.5996618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:00.5998754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:00.6000770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:00.6035159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:00.6037662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:00.6039897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:00.6041811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:00.6043785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:00.6045620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:00.6047594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:00.6049454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:00.6051236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:00.6053002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:00.6054850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:00.6056918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:00.6059187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:00.6061562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:00.6063727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:00.6065928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:00.6068036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:00.6069928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:00.6071932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:00.6074045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:00.6076177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:00.6078387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:00.6080648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:00.6083112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:00.6085466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:00.6087819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:00.6089882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:00.6091890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:00.6093819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:00.6095687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:00.6097488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:00.6099188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:00.6100846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:00.6102557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:00.6104407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:00.6106286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:00.6108130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:00.6109993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:00.6111840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:00.6113735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:00.6115668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:00.6117618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:00.6119568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:00.6121674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:00.6123835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:00.6126423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:00.6128813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:00.6131020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:00.6133205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:00.6135404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:00.6137621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:00.6139849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:00.6142068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:00.6144283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:00.6146480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:00.6148655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:00.6150883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:00.6153064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:00.6155234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:00.6157410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:00.6159612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:00.6161857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:00.6164120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:00.6166495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:00.6168749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:00.6171129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:00.6173322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:00.6175620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:00.6177744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:00.6179881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:00.6181970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:00.6184002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:00.6185932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:00.6188043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:00.6190154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:00.6192306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:00.6194283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:00.6196198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:00.6198075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:00.6199919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:00.6201702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:00.6203368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:00.6205012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:00.6206868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:00.6208799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:00.6210759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:00.6212750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:00.6214722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:00.6217078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:00.6219442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:00.6221436Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:00.6223176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:00.6224906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:00.6226632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:00.6228310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:00.6229990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:00.6231747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:00.6233614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:00.6235481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:00.6237339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:00.6239455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:00.6241598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:00.6243672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:00.6245776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:00.6247899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:00.6249826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:00.6251690Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:00.6253443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:00.6255092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:00.6256881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:00.6258776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:00.6260819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:00.6262832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:00.6264701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:00.6266577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:00.6268524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:00.6270468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:00.6272435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:00.6274379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:00.6276304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:00.6278204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:00.6280124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:00.6282080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:00.6284136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:00.6286583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:00.6288625Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:00.6290572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:00.6292507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:00.6294655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:00.6296839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:00.6298818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:00.6300716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:00.6302593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:00.6304829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:00.6306835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:00.6308546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:00.6310211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:00.6311880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:00.6313709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:00.6315686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:00.6317736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:00.6319657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:00.6321398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:00.6323113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:00.6324789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:00.6326558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:00.6328161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:00.6329659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:00.6331324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:00.6333040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:00.6334662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:00.6336308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:00.6337971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:00.6339705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:00.6341363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:00.6342999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:00.6344594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:00.6346390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:00.6347895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:00.6349344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:00.6350631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:00.6352033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:00.6353477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:00.6354875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:00.6356277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:00.6357724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:00.6359171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:00.6360529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:00.6361895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:00.6363433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:00.6365046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:00.6366765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:00.6368325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:00.6369744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:00.6371290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:00.6373092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:00.6374812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:00.6376463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:00.6378340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:00.6380322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:00.6382043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:00.6383775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:00.6385510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:00.6387346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:00.6389226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:00.6390897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:00.6392305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:00.6393673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:00.6395042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:00.6396468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:00.6398008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:00.6399632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:00.6401156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:00.6402617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:00.6404041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:00.6405461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:00.6407106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:00.6408538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:00.6409977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:00.6411514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:00.6413032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:00.6414478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:00.6415894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:00.6417299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:00.6418715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:00.6420123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:00.6421562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:00.6422962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:00.6424377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:00.6425856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:00.6427336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:00.6428741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:00.6430353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:00.6431806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:00.6433197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:00.6434600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:00.6435881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:00.6437222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:00.6438556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:00.6439862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:00.6441158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:00.6442468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:00.6443839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:00.6445422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:00.6447113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:00.6448676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:00.6450225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:00.6451777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:00.6453316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:00.6454861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:00.6456420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:00.6457963Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:00.6459519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:00.6461026Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:00.6462472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:00.6463886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:00.6465303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:00.6466726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:00.6468157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:00.6469827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:00.6471262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:00.6472730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:00.6474071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:00.6475495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:00.6477039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:00.6478541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:00.6480016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:00.6481534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:00.6483041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:00.6484462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:00.6485819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:00.6487907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:00.6489316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:00.6490793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:00.6492264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:00.6493709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:00.6495215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:00.6496756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:00.6498260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:00.6499717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:00.6501088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:00.6502538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:00.6504122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:00.6505515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:00.6506868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:00.6508329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:00.6509796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:00.6511913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:00.6513858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:00.6515536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:00.6517205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:00.6518953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:00.6520629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:00.6522157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:00.6523515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:00.6524819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:00.6526298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:00.6527830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:00.6529298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:00.6530634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:00.6532012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:00.6533417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:00.6534799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:00.6536168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:00.6537614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:00.6539027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:00.6540385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:00.6541769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:00.6543200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:00.6544632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:00.6545984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:00.6547362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:00.6548798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:00.6550372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:00.6552031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:00.6553834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:00.6555522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:00.6556986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:00.6558451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:00.6559936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:00.6561465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:00.6562973Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:00.6564512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:00.6565987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:00.6567459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:00.6568767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:00.6569995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:00.6571421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:00.6573039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:00.6574711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:00.6576395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:00.6578019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:00.6579597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:00.6581154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:00.6582753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:00.6584401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:00.6586059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:00.6588085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:00.6589528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:00.6591063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:00.6592593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:00.6594427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:00.6595776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:00.6597228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:00.6598527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:00.6599841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:00.6601210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:00.6602591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:00.6603927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:00.6605255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:00.6606670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:00.6607998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:00.6609291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:00.6610640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:00.6612207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:00.6613889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:00.6615555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:00.6617142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:00.6618514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:00.6619773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:00.6621251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:00.6622762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:00.6624159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:00.6625607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:00.6627118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:00.6628529Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:00.6629889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:00.6631192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:00.6632413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:00.6633647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:00.6635101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:00.6636533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:00.6637703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:00.6638922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:00.6640132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:00.6641343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:00.6642597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:00.6643798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:00.6645283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:00.6647165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:00.6648919Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:00.6650719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:00.6652565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:00.6654388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:00.6656187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:00.6657953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:00.6659680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:00.6661356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:00.6663013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:00.6664680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:00.6666351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:00.6668061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:00.6669778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:00.6671485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:00.6673167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:00.6674823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:00.6676715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:00.6678634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:00.6680489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:00.6682317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:00.6684204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:00.6686762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:00.6688775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:00.6690613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:00.6692302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:00.6693961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:00.6695613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:00.6697256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:00.6698888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:00.6700563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:00.6702268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:00.6703950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:00.6705687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:00.6707480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:00.6709258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:00.6711016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:00.6712725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:00.6714414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:00.6716116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:00.6717828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:00.6719904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:00.6721828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:00.6723505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:00.6725146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:00.6726937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:00.6728696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:00.6730428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:00.6732200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:00.6733971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:00.6735725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:00.6737478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:00.6739226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:00.6740954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:00.6742690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:00.6744388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:00.6746064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:00.6747745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:00.6749452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:00.6751122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:00.6752770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:00.6754378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:00.6755975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:00.6757624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:00.6759321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:00.6761239Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:00.6763008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:00.6764927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:00.6766755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:00.6768555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:00.6770403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:00.6772242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:00.6774055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:00.6775820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:00.6777569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:00.6779331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:00.6781096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:00.6782846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:00.6784590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:00.6786576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:00.6788278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:00.6790034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:00.6791838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:00.6793642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:00.6795460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:00.6797277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:00.6799090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:00.6800913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:00.6802739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:00.6804914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:00.6807096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:00.6808910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:00.6810692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:00.6812449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:00.6814148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:00.6815842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:00.6817556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:00.6819284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:00.6820990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:00.6822859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:00.6824889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:00.6826918Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:00.6828926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:00.6830913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:00.6832881Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:00.6834887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:00.6836938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:00.6838984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:00.6840897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:00.6842673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:00.6844404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:00.6846195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:00.6848273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:00.6850324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:00.6852221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:00.6854050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:00.6855812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:00.6857552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:00.6859292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:00.6861022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:00.6862708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:00.6864314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:00.6865952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:00.6867667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:00.6869357Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:00.6871061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:00.6872780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:00.6874461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:00.6876141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:00.6877802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:00.6879449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:00.6881054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:00.6882606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:00.6884137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:00.6885695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:00.6887648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:00.6889215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:00.6891176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:00.6893060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:00.6894693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:00.6896374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:00.6898129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:00.6899833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:00.6901530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:00.6903191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:00.6904809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:00.6906469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:00.6908162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:00.6909841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:00.6911563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:00.6913320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:00.6915045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:00.6916768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:00.6918491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:00.6920190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:00.6921883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:00.6923569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:00.6925229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:00.6927000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:00.6928675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:00.6930302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:00.6932166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:00.6934051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:00.6935762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:00.6937508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:00.6939237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:00.6941109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:00.6942883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:00.6944685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:00.6946429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:00.6948233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:00.6950093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:00.6951929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:00.6953756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:00.6955543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:00.6957306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:00.6959019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:00.6960667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:00.6962296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:00.6964005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:00.6965766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:00.6967595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:00.6969356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:00.6971164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:00.6972948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:00.6974979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:00.6976913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:00.6978653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:00.6980399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:00.6982086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:00.6983731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:00.6985354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:00.6987151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:00.6988719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:00.6990443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:00.6992316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:00.6994169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:00.6995991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:00.6996804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:00.6997608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:00.6998411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:00.6999194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:00.6999965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:00.7000771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:00.7001593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:00.7002386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:00.7003240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:00.7004084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:00.7004925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:00.7006130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:00.7007137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:00.7007915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:00.7008670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:00.7009400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:00.7010128Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:00.7010862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:00.7011584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:00.7012319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:00.7013085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:00.7013847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:00.7014602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:00.7015422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:00.7016232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:00.7017040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:00.7017924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:00.7018805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:00.7019675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:00.7020489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:00.7021305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:00.7022092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:00.7022930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:00.7023745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:00.7024558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:00.7025288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:00.7026169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:00.7027017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:00.7027823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:00.7028599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:00.7029377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:00.7030170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:00.7030954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:00.7031723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:00.7032541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:00.7033346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:00.7034149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:00.7034863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:00.7035553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:00.7036249Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:00.7037029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:00.7037799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:00.7038551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:00.7039414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:00.7040262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:00.7041105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:00.7041936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:00.7042742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:00.7043555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:00.7044349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:00.7045295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:00.7046219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:00.7047130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:00.7047879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:00.7048619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:00.7050259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:00.7051832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:00.7053394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:00.7055050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:00.7056784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:00.7058502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:00.7060193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:00.7061831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:00.7063455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:00.7065103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:00.7066782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:00.7068440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:00.7070197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:00.7072055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:00.7073901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:00.7075667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:00.7077337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:00.7078972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:00.7080731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:00.7082578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:00.7084606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:00.7086955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:00.7088588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:00.7090184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:00.7091785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:00.7093377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:00.7094987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:00.7096670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:00.7098404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:00.7100106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:00.7101877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:00.7103718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:00.7105539Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:00.7107418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:00.7109347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:00.7111246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:00.7113167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:00.7115101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:00.7117025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:00.7118823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:00.7120476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:00.7122105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:00.7123684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:00.7125206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:00.7127139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:00.7128953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:00.7130791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:00.7132508Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:00.7134300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:00.7136174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:00.7138036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:00.7139788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:00.7141395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:00.7142988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:00.7144675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:00.7146448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:00.7148199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:00.7149987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:00.7151784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:00.7153559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:00.7155308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:00.7157052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:00.7158772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:00.7160505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:00.7162212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:00.7163902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:00.7165648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:00.7167565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:00.7169548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:00.7171406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:00.7173025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:00.7174611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:00.7176101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:00.7177608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:00.7179157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:00.7180646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:00.7182081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:00.7183455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:00.7184813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:00.7186487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:00.7187924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:00.7189368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:00.7190835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:00.7192351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:00.7193866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:00.7195360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:00.7196810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:00.7198267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:00.7199736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:00.7201178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:00.7219638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:00.7221194Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:00.7221957Z + echo ::endgroup:: 2025-03-21T20:18:00.7222800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:00.7224176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:00.7225557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:00.7226948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:00.7228854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:00.7230528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:00.7231966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:00.7233421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:00.7234860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:00.7236297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:00.7237662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:00.7239048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:00.7240509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:00.7241986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:00.7243393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:00.7244844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:00.7246459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:00.7247865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:00.7249315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:00.7250782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:00.7252184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:00.7253630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:00.7255077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:00.7256517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:00.7258081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:00.7259728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:00.7261414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:00.7263060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:00.7264636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:00.7266256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:00.7267856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:00.7269624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:00.7271408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:00.7272967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:00.7274534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:00.7276281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:00.7277993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:00.7279681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:00.7281387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:00.7283078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:00.7284806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:00.7286857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:00.7288503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:00.7290073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:00.7291702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:00.7293466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:00.7295230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:00.7297020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:00.7298994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:00.7301106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:00.7303200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:00.7305198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:00.7306944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:00.7308632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:00.7310299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:00.7312209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:00.7313824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:00.7315645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:00.7317200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:00.7318677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:00.7320273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:00.7322038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:00.7323987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:00.7326167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:00.7328107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:00.7330070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:00.7332026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:00.7333983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:00.7335992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:00.7337924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:00.7339805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:00.7341670Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:00.7343450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:00.7345146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:00.7346792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:00.7348434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:00.7350069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:00.7351677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:00.7353170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:00.7354571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:00.7356236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:00.7357908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:00.7359429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:00.7360932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:00.7362369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:00.7363744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:00.7365158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:00.7366776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:00.7368367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:00.7369967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:00.7371614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:00.7373175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:00.7374619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:00.7376040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:00.7377516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:00.7378950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:00.7380487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:00.7382149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:00.7383847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:00.7385786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:00.7388243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:00.7390351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:00.7392360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:00.7394363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:00.7396387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:00.7398653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:00.7400898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:00.7403156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:00.7405233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:00.7407236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:00.7408990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:00.7410526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:00.7412006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:00.7413465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:00.7414911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:00.7416280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:00.7417572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:00.7418830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:00.7420056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:00.7421358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:00.7422671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:00.7423994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:00.7425340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:00.7426642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:00.7428011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:00.7429541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:00.7431069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:00.7432492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:00.7434049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:00.7435702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:00.7437238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:00.7438726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:00.7440545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:00.7442277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:00.7443760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:00.7445191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:00.7446658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:00.7447974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:00.7449269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:00.7450591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:00.7451990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:00.7453469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:00.7454939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:00.7456295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:00.7457673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:00.7459029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:00.7460294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:00.7461588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:00.7462952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:00.7464369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:00.7465711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:00.7467056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:00.7468438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:00.7469881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:00.7471392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:00.7472752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:00.7474147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:00.7475611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:00.7476923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:00.7478183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:00.7479678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:00.7481115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:00.7482387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:00.7483608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:00.7484845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:00.7486460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:00.7487868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:00.7489278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:00.7490566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:00.7491892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:00.7493214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:00.7494530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:00.7495872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:00.7497147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:00.7498378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:00.7499645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:00.7500932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:00.7502186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:00.7503449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:00.7504701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:00.7505896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:00.7507093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:00.7508358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:00.7509787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:00.7511211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:00.7512435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:00.7513619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:00.7514932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:00.7516277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:00.7517543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:00.7519252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:00.7520855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:00.7522733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:00.7524277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:00.7525735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:00.7527204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:00.7528499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:00.7529714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:00.7530936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:00.7532161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:00.7533577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:00.7535195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:00.7536848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:00.7538509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:00.7540148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:00.7541784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:00.7543332Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7544790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:00.7546091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:00.7547521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:00.7549176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:00.7550858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:00.7552536Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:00.7554138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7555643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:00.7557130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:00.7558617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:00.7560297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:00.7561902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:00.7563290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:00.7564709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:00.7566250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:00.7567756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:00.7569202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:00.7570545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:00.7571887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:00.7573272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:00.7574733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:00.7576200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:00.7577662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:00.7579101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:00.7580797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:00.7582755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:00.7584632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7586678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:00.7588265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:00.7589707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:00.7591095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:00.7592657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:00.7594399Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:00.7596082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7597638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:00.7599044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:00.7600399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:00.7602129Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:00.7603928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:00.7605828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:00.7607858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:00.7609809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:00.7611735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:00.7613574Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7615278Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:00.7616821Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:00.7618437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:00.7620146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:00.7621902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:00.7623713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7625411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:00.7626954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:00.7628320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:00.7629739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:00.7631301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:00.7632964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:00.7634705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:00.7636356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:00.7637868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:00.7639219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:00.7640702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:00.7642338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:00.7644082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:00.7645677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:00.7647190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:00.7648579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:00.7649950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:00.7651330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:00.7652701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:00.7654015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:00.7655611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:00.7657440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:00.7659168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7660755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:00.7662198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:00.7663527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:00.7664801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:00.7666328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:00.7668047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:00.7669694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7671225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:00.7672573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:00.7673824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:00.7675096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:00.7676369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:00.7677911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:00.7679693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:00.7681371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7682927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:00.7684571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:00.7686495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:00.7687918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:00.7689549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:00.7691280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7692883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:00.7694354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:00.7695648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:00.7696921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:00.7698254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:00.7699580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:00.7700979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:00.7702410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:00.7703980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:00.7705706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:00.7707344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:00.7708839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:00.7710178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:00.7711746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:00.7713579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:00.7715307Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:00.7716924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:00.7718398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:00.7719710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:00.7721047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:00.7722410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:00.7723661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:00.7725379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:00.7727072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:00.7728406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:00.7729737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:00.7731078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:00.7732331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:00.7733607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:00.7734967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:00.7736396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:00.7737928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:00.7739449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:00.7740869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:00.7742297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:00.7743638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:00.7744955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:00.7746299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:00.7747586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:00.7748899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:00.7750245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:00.7751609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:00.7753009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:00.7754482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:00.7755960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:00.7757419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:00.7758851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:00.7760363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:00.7761981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:00.7763546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:00.7765289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:00.7767011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:00.7768907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:00.7770514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:00.7772070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:00.7773698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:00.7775303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:00.7776882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:00.7778558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:00.7780296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:00.7782068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:00.7783859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:00.7785494Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:00.7787194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:00.7788714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:00.7790319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:00.7791815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:00.7793337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:00.7794784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:00.7796098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:00.7797459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:00.7798850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:00.7800218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:00.7801518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:00.7802802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:00.7804134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:00.7805405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:00.7807165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:00.7808623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:00.7810349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:00.7811927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:00.7813332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:00.7814579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:00.7815938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:00.7817433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:00.7818759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:00.7819976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:00.7821228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:00.7822487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:00.7823663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:00.7824811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:00.7825907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:00.7826951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:00.7827930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:00.7830141Z ##[endgroup] 2025-03-21T20:18:00.7985228Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:00.7985788Z with: 2025-03-21T20:18:00.7986556Z repository: pytorch/test-infra 2025-03-21T20:18:00.7987056Z path: test-infra 2025-03-21T20:18:00.7987471Z submodules: recursive 2025-03-21T20:18:00.7988128Z token: *** 2025-03-21T20:18:00.7988514Z ssh-strict: true 2025-03-21T20:18:00.7988909Z ssh-user: git 2025-03-21T20:18:00.7989321Z persist-credentials: true 2025-03-21T20:18:00.7989773Z clean: true 2025-03-21T20:18:00.7990191Z sparse-checkout-cone-mode: true 2025-03-21T20:18:00.7990672Z fetch-depth: 1 2025-03-21T20:18:00.7990850Z fetch-tags: false 2025-03-21T20:18:00.7991023Z show-progress: true 2025-03-21T20:18:00.7991192Z lfs: false 2025-03-21T20:18:00.7991385Z set-safe-directory: true 2025-03-21T20:18:00.7991543Z env: 2025-03-21T20:18:00.7991815Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:00.7992039Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:00.7992212Z PR_NUMBER: 2025-03-21T20:18:00.7994568Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:00.7994791Z ##[endgroup] 2025-03-21T20:18:00.9474661Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:00.9475505Z ##[group]Getting Git version info 2025-03-21T20:18:00.9476031Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:00.9476547Z [command]/usr/bin/git version 2025-03-21T20:18:00.9476740Z git version 2.47.1 2025-03-21T20:18:00.9503574Z ##[endgroup] 2025-03-21T20:18:00.9516574Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/c4baa50d-14e5-4ffa-bc0a-6651540b4477/.gitconfig' 2025-03-21T20:18:00.9533054Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c4baa50d-14e5-4ffa-bc0a-6651540b4477' before making global git config changes 2025-03-21T20:18:00.9533530Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:00.9543812Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:00.9592768Z ##[group]Initializing the repository 2025-03-21T20:18:00.9599203Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:00.9639402Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:00.9640393Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:00.9641314Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:00.9641970Z hint: 2025-03-21T20:18:00.9642478Z hint: git config --global init.defaultBranch 2025-03-21T20:18:00.9643042Z hint: 2025-03-21T20:18:00.9643589Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:00.9644459Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:00.9645168Z hint: 2025-03-21T20:18:00.9645562Z hint: git branch -m 2025-03-21T20:18:00.9647256Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:00.9663984Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:00.9705123Z ##[endgroup] 2025-03-21T20:18:00.9705874Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:00.9713130Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:00.9752018Z ##[endgroup] 2025-03-21T20:18:00.9752737Z ##[group]Setting up auth 2025-03-21T20:18:00.9762572Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:00.9803877Z [command]/usr/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:18:01.0160038Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:01.0198694Z [command]/usr/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:18:01.0560662Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:01.0625320Z ##[endgroup] 2025-03-21T20:18:01.0626109Z ##[group]Determining the default branch 2025-03-21T20:18:01.0629669Z Retrieving the default branch name 2025-03-21T20:18:01.2998892Z Default branch 'main' 2025-03-21T20:18:01.2999892Z ##[endgroup] 2025-03-21T20:18:01.3000593Z ##[group]Fetching the repository 2025-03-21T20:18:01.3007922Z [command]/usr/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:18:01.7138542Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:01.7139233Z * [new branch] main -> origin/main 2025-03-21T20:18:01.7169207Z ##[endgroup] 2025-03-21T20:18:01.7169938Z ##[group]Determining the checkout info 2025-03-21T20:18:01.7170736Z ##[endgroup] 2025-03-21T20:18:01.7177816Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:01.7230006Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:01.7275273Z ##[group]Checking out the ref 2025-03-21T20:18:01.7280779Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:01.8273130Z Switched to a new branch 'main' 2025-03-21T20:18:01.8273817Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:01.8283319Z ##[endgroup] 2025-03-21T20:18:01.8284062Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:01.8291364Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:01.8354272Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:01.8402107Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:01.8448075Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:01.8490718Z ##[endgroup] 2025-03-21T20:18:01.8491810Z ##[group]Fetching submodules 2025-03-21T20:18:01.8531560Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:01.8844543Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:01.9201579Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:01.9537143Z ##[endgroup] 2025-03-21T20:18:01.9537911Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:01.9544673Z [command]/usr/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:18:01.9893966Z [command]/usr/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:18:02.0278857Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:02.0628120Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:02.0985208Z ##[endgroup] 2025-03-21T20:18:02.1039009Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:02.1074643Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:02.1362130Z Prepare all required actions 2025-03-21T20:18:02.1363093Z Getting action download info 2025-03-21T20:18:02.2344238Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:03.7402282Z Getting action download info 2025-03-21T20:18:03.8358296Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:04.0713944Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:04.0714520Z env: 2025-03-21T20:18:04.0714969Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.0715566Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.0716030Z PR_NUMBER: 2025-03-21T20:18:04.0718564Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.0721127Z ##[endgroup] 2025-03-21T20:18:04.0853344Z ##[group]Run set -euo pipefail 2025-03-21T20:18:04.0853936Z set -euo pipefail 2025-03-21T20:18:04.0854434Z function get_ec2_metadata() { 2025-03-21T20:18:04.0855046Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:04.0856123Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:04.0856999Z  category=$1 2025-03-21T20:18:04.0858737Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:04.0860093Z } 2025-03-21T20:18:04.0860543Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:04.0861200Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:04.0861938Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:04.0862581Z echo "system info $(uname -a)" 2025-03-21T20:18:04.0871067Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.0871667Z env: 2025-03-21T20:18:04.0872130Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.0872729Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.0873199Z PR_NUMBER: 2025-03-21T20:18:04.0875659Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.0878226Z ##[endgroup] 2025-03-21T20:18:04.1045433Z ami-id: ami-0eae2a0fc13b15fce 2025-03-21T20:18:04.1171697Z instance-id: i-0a97f5127b9de634c 2025-03-21T20:18:04.1296940Z instance-type: t4g.2xlarge 2025-03-21T20:18:04.1309959Z system info Linux ip-10-0-71-143.ec2.internal 6.1.129-138.220.amzn2023.aarch64 #1 SMP Tue Feb 25 22:18:13 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-03-21T20:18:04.1363072Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:04.1364455Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:04.1372779Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.1373378Z env: 2025-03-21T20:18:04.1374270Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.1374931Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.1375398Z PR_NUMBER: 2025-03-21T20:18:04.1377856Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.1380406Z ##[endgroup] 2025-03-21T20:18:04.1486673Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:04.1487427Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:04.1488059Z  echo "Docker daemon is running..."; 2025-03-21T20:18:04.1488578Z else 2025-03-21T20:18:04.1489163Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:04.1489820Z fi 2025-03-21T20:18:04.1497631Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.1498225Z env: 2025-03-21T20:18:04.1498664Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.1499260Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.1499726Z PR_NUMBER: 2025-03-21T20:18:04.1502180Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.1505085Z ##[endgroup] 2025-03-21T20:18:04.1605525Z Docker daemon is running... 2025-03-21T20:18:04.1666851Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:04.1667828Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:04.1668701Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:04.1669620Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:04.1670685Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:04.1678900Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.1679492Z env: 2025-03-21T20:18:04.1680031Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:04.1680715Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.1681183Z PR_NUMBER: 2025-03-21T20:18:04.1683630Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:04.1686491Z AWS_RETRY_MODE: standard 2025-03-21T20:18:04.1686944Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:04.1687372Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:04.1687822Z ##[endgroup] 2025-03-21T20:18:05.5901471Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:05.5902413Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:05.5903311Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:05.5903884Z 2025-03-21T20:18:05.5904056Z Login Succeeded 2025-03-21T20:18:05.5960979Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:05.5961885Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:05.5962659Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:05.5970616Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.5971206Z env: 2025-03-21T20:18:05.5971653Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.5972251Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.5972868Z PR_NUMBER: 2025-03-21T20:18:05.5975363Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.5977939Z ##[endgroup] 2025-03-21T20:18:05.6085984Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:05.6087025Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:05.6087651Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:05.6088214Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:05.6088924Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:05.6089584Z  2025-03-21T20:18:05.6090077Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:05.6090755Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:05.6091760Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:05.6092521Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:05.6093226Z  2025-03-21T20:18:05.6093663Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:05.6094227Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:05.6094757Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:05.6095393Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:05.6103412Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.6104001Z env: 2025-03-21T20:18:05.6104454Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.6105047Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.6105512Z PR_NUMBER: 2025-03-21T20:18:05.6107985Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.6110545Z ##[endgroup] 2025-03-21T20:18:05.7788725Z ##[group]Run needs=0 2025-03-21T20:18:05.7789204Z needs=0 2025-03-21T20:18:05.7790047Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:05.7790733Z  needs=1 2025-03-21T20:18:05.7791127Z fi 2025-03-21T20:18:05.7791549Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:05.7799426Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.7800028Z env: 2025-03-21T20:18:05.7800485Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.7801080Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.7801570Z PR_NUMBER: 2025-03-21T20:18:05.7804364Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.7807340Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.7808224Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.7809064Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.7809664Z ##[endgroup] 2025-03-21T20:18:05.8054911Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.8055790Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.8056474Z # shellcheck disable=SC2046 2025-03-21T20:18:05.8056999Z docker stop $(docker ps -q) || true 2025-03-21T20:18:05.8057571Z # Prune all of the docker images 2025-03-21T20:18:05.8058106Z docker system prune -af 2025-03-21T20:18:05.8065807Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.8066397Z env: 2025-03-21T20:18:05.8066838Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.8067433Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.8067900Z PR_NUMBER: 2025-03-21T20:18:05.8070355Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.8073528Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.8074424Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.8075258Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.8075869Z ##[endgroup] 2025-03-21T20:18:05.8347868Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:05.8348503Z See 'docker stop --help'. 2025-03-21T20:18:05.8348788Z 2025-03-21T20:18:05.8349054Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:05.8349464Z 2025-03-21T20:18:05.8349686Z Stop one or more running containers 2025-03-21T20:18:05.8516005Z Total reclaimed space: 0B 2025-03-21T20:18:05.8624241Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:05.8624899Z with: 2025-03-21T20:18:05.8625622Z github-secret: *** 2025-03-21T20:18:05.8626655Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:05.8627781Z activate-with-label: false 2025-03-21T20:18:05.8628257Z label: with-ssh 2025-03-21T20:18:05.8628687Z remove-existing-keys: true 2025-03-21T20:18:05.8629154Z fail-silently: true 2025-03-21T20:18:05.8629553Z env: 2025-03-21T20:18:05.8629998Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:05.8630752Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.8631278Z PR_NUMBER: 2025-03-21T20:18:05.8633772Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:05.8636537Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.8637415Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.8638245Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.8638852Z ##[endgroup] 2025-03-21T20:18:06.0032037Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:06.0036485Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:06.0282171Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:06.0282953Z with: 2025-03-21T20:18:06.0283514Z repository: pytorch/executorch 2025-03-21T20:18:06.0284230Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:06.0285001Z path: pytorch/executorch 2025-03-21T20:18:06.0285563Z fetch-depth: 1 2025-03-21T20:18:06.0286325Z submodules: true 2025-03-21T20:18:06.0287256Z token: *** 2025-03-21T20:18:06.0287741Z ssh-strict: true 2025-03-21T20:18:06.0288344Z ssh-user: git 2025-03-21T20:18:06.0288869Z persist-credentials: true 2025-03-21T20:18:06.0289423Z clean: true 2025-03-21T20:18:06.0290096Z sparse-checkout-cone-mode: true 2025-03-21T20:18:06.0290785Z fetch-tags: false 2025-03-21T20:18:06.0291323Z show-progress: true 2025-03-21T20:18:06.0291934Z lfs: false 2025-03-21T20:18:06.0292444Z set-safe-directory: true 2025-03-21T20:18:06.0292944Z env: 2025-03-21T20:18:06.0293561Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:06.0294406Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.0295089Z PR_NUMBER: 2025-03-21T20:18:06.0297668Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:06.0300875Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:06.0301913Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:06.0302889Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:06.0303585Z ##[endgroup] 2025-03-21T20:18:06.1559112Z Syncing repository: pytorch/executorch 2025-03-21T20:18:06.1572225Z ##[group]Getting Git version info 2025-03-21T20:18:06.1573379Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:06.1611590Z [command]/usr/bin/git version 2025-03-21T20:18:06.1663850Z git version 2.47.1 2025-03-21T20:18:06.1700215Z ##[endgroup] 2025-03-21T20:18:06.1713610Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/15954a30-816f-4af0-a6ed-ba214790b1c8/.gitconfig' 2025-03-21T20:18:06.1728244Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/15954a30-816f-4af0-a6ed-ba214790b1c8' before making global git config changes 2025-03-21T20:18:06.1729780Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:06.1738726Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:06.1796607Z ##[group]Initializing the repository 2025-03-21T20:18:06.1802217Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:06.1841726Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:06.1842791Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:06.1844009Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:06.1844776Z hint: 2025-03-21T20:18:06.1845391Z hint: git config --global init.defaultBranch 2025-03-21T20:18:06.1846134Z hint: 2025-03-21T20:18:06.1846830Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:06.1847877Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:06.1848668Z hint: 2025-03-21T20:18:06.1849161Z hint: git branch -m 2025-03-21T20:18:06.1850266Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:06.1863432Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:06.1900892Z ##[endgroup] 2025-03-21T20:18:06.1901918Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:06.1908655Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:06.1945473Z ##[endgroup] 2025-03-21T20:18:06.1946425Z ##[group]Setting up auth 2025-03-21T20:18:06.1954007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:06.1994262Z [command]/usr/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:18:06.2326398Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:06.2363481Z [command]/usr/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:18:06.2709690Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:06.2770280Z ##[endgroup] 2025-03-21T20:18:06.2771252Z ##[group]Fetching the repository 2025-03-21T20:18:06.2782519Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:08.0124967Z From https://github.com/pytorch/executorch 2025-03-21T20:18:08.0125757Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:08.0153694Z ##[endgroup] 2025-03-21T20:18:08.0154569Z ##[group]Determining the checkout info 2025-03-21T20:18:08.0155509Z ##[endgroup] 2025-03-21T20:18:08.0162351Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:08.0208254Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:08.0254201Z ##[group]Checking out the ref 2025-03-21T20:18:08.0259767Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:08.5865378Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:08.5865903Z 2025-03-21T20:18:08.5866292Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:08.5867127Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:08.5867959Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:08.5868440Z 2025-03-21T20:18:08.5868774Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:08.5869543Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:08.5869988Z 2025-03-21T20:18:08.5870185Z git switch -c 2025-03-21T20:18:08.5870508Z 2025-03-21T20:18:08.5870699Z Or undo this operation with: 2025-03-21T20:18:08.5871002Z 2025-03-21T20:18:08.5871193Z git switch - 2025-03-21T20:18:08.5871430Z 2025-03-21T20:18:08.5871802Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:08.5872318Z 2025-03-21T20:18:08.5872591Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:08.5918363Z ##[endgroup] 2025-03-21T20:18:08.5919096Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:08.5926317Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:08.5979263Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:08.6015205Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:08.6053958Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:08.6084318Z ##[endgroup] 2025-03-21T20:18:08.6085003Z ##[group]Fetching submodules 2025-03-21T20:18:08.6090407Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:08.6417087Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:08.6732393Z 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:18:08.6734725Z 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:18:08.6736648Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:08.6738513Z 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:18:08.6740878Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:08.6742986Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:08.6745041Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:08.6748305Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:08.6751292Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:08.6754250Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:08.6757587Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:08.6760722Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:08.6764612Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:08.6767644Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:08.6771409Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:08.6776186Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:08.6782041Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:08.6785935Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:08.6790057Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:08.6793958Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:08.6798022Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:08.6802055Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:08.6806208Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:08.6841786Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:08.9668578Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:08.9670252Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:08.9671842Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:08.9673517Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:08.9675295Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:08.9699279Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:09.7056285Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:09.7058022Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:09.7060068Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:09.7061720Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:09.7063054Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:09.7064469Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:09.7066015Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:09.7067380Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:09.7068761Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:09.7070211Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:09.7071641Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:09.7073058Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:09.7074579Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:09.7215060Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:09.9165733Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:09.9167379Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:10.3987828Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:10.3988683Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:10.4124416Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:10.9572572Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:10.9573439Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:10.9720473Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:10.9837284Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:11.8624376Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:11.8625174Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:11.9225599Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:12.5519142Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:12.5520056Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:12.5885316Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:12.9792402Z From https://github.com/zeux/volk 2025-03-21T20:18:12.9793172Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:12.9884208Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:13.4116677Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:13.4117464Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:13.4226777Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:13.7971951Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:13.7972712Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:13.8045499Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:15.5998607Z From https://github.com/google/XNNPACK 2025-03-21T20:18:15.5999361Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:16.3003145Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:16.8090433Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:16.8091194Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:16.9079478Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:17.3283631Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:17.3284434Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:17.3394521Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:17.8576575Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:17.8577358Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:17.8854438Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:19.4786744Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:19.4787520Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:19.6224592Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:19.6448505Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:20.1539789Z From https://github.com/pytorch/ao 2025-03-21T20:18:20.1540510Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:20.2362503Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:20.8794164Z From https://github.com/google/flatbuffers 2025-03-21T20:18:20.8794918Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:21.0035149Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:21.4308611Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:21.4309390Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:21.4608362Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:21.9268179Z From https://github.com/gflags/gflags 2025-03-21T20:18:21.9268991Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:21.9379756Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:22.5862439Z From https://github.com/google/googletest 2025-03-21T20:18:22.5863213Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:22.6265208Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:23.0321540Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:23.0322328Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:23.0417737Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:23.0510999Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:23.6805962Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:23.6807248Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:23.7687286Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:24.3344136Z From https://github.com/pybind/pybind11 2025-03-21T20:18:24.3344904Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:24.3671062Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:24.3692099Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:24.4021635Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.4051405Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.4084814Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.4118825Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.4149174Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.4183011Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.4215650Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.4247455Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.4280141Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.4313401Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.4346723Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.4379845Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.4414064Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.4446194Z Entering 'shim' 2025-03-21T20:18:24.4478266Z Entering 'third-party/ao' 2025-03-21T20:18:24.4510496Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.4543385Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.4575877Z Entering 'third-party/gflags' 2025-03-21T20:18:24.4610385Z Entering 'third-party/googletest' 2025-03-21T20:18:24.4641733Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.4679173Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.4711610Z Entering 'third-party/prelude' 2025-03-21T20:18:24.4744519Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.4792053Z ##[endgroup] 2025-03-21T20:18:24.4792796Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:24.4801290Z [command]/usr/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:18:24.5136355Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.5199191Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.5262316Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.5330866Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.5394704Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.5458321Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.5525417Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.5593055Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.5657010Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.5736922Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.5803713Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.5867431Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.5930597Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.5998113Z Entering 'shim' 2025-03-21T20:18:24.6060955Z Entering 'third-party/ao' 2025-03-21T20:18:24.6127607Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.6194110Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.6255304Z Entering 'third-party/gflags' 2025-03-21T20:18:24.6319478Z Entering 'third-party/googletest' 2025-03-21T20:18:24.6381602Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.6445975Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.6509665Z Entering 'third-party/prelude' 2025-03-21T20:18:24.6573651Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.6656357Z [command]/usr/bin/git submodule foreach 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:18:24.6988411Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.7045263Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:24.7046771Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.7103168Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:24.7104526Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.7164879Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:24.7166302Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.7225398Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:24.7226848Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.7283665Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:24.7285096Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.7344128Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:24.7345443Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.7408996Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:24.7410338Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.7473139Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:24.7474946Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.7537029Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:24.7538857Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.7599767Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:24.7601543Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.7662710Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:24.7664311Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.7729297Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:24.7730582Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.7796261Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:24.7797611Z Entering 'shim' 2025-03-21T20:18:24.7858755Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:24.7859840Z Entering 'third-party/ao' 2025-03-21T20:18:24.7922749Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:24.7924364Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.7985122Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:24.7986454Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.8047122Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:24.8048310Z Entering 'third-party/gflags' 2025-03-21T20:18:24.8108282Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:24.8109563Z Entering 'third-party/googletest' 2025-03-21T20:18:24.8169009Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:24.8170248Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.8234130Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:24.8235337Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.8297405Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:24.8298622Z Entering 'third-party/prelude' 2025-03-21T20:18:24.8357768Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:24.8359001Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.8420438Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:24.8711123Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:24.9059752Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:24.9092877Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:24.9125855Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:24.9159548Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:24.9192762Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:24.9225636Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:24.9258123Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:24.9291747Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:24.9324334Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:24.9355921Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:24.9390972Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:24.9424547Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:24.9457971Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:24.9492458Z Entering 'shim' 2025-03-21T20:18:24.9528129Z Entering 'third-party/ao' 2025-03-21T20:18:24.9561683Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:24.9594394Z Entering 'third-party/flatcc' 2025-03-21T20:18:24.9627593Z Entering 'third-party/gflags' 2025-03-21T20:18:24.9661735Z Entering 'third-party/googletest' 2025-03-21T20:18:24.9697485Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:24.9730732Z Entering 'third-party/pocketfft' 2025-03-21T20:18:24.9764982Z Entering 'third-party/prelude' 2025-03-21T20:18:24.9798435Z Entering 'third-party/pybind11' 2025-03-21T20:18:24.9851350Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:25.0313337Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:25.0345133Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:25.0379282Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:25.0414857Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:25.0449318Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:25.0482090Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:25.0517853Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:25.0550997Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:25.0583317Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:25.0615873Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:25.0649477Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:25.0682902Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:25.0716712Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:25.0751519Z Entering 'shim' 2025-03-21T20:18:25.0785869Z Entering 'third-party/ao' 2025-03-21T20:18:25.0821144Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:25.0854557Z Entering 'third-party/flatcc' 2025-03-21T20:18:25.0888090Z Entering 'third-party/gflags' 2025-03-21T20:18:25.0922479Z Entering 'third-party/googletest' 2025-03-21T20:18:25.0955629Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:25.0989286Z Entering 'third-party/pocketfft' 2025-03-21T20:18:25.1022531Z Entering 'third-party/prelude' 2025-03-21T20:18:25.1054917Z Entering 'third-party/pybind11' 2025-03-21T20:18:25.1101222Z ##[endgroup] 2025-03-21T20:18:25.1148050Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:25.1176443Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:25.1457883Z Prepare all required actions 2025-03-21T20:18:25.1459386Z Getting action download info 2025-03-21T20:18:25.2399855Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:25.3823431Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:25.3824057Z with: 2025-03-21T20:18:25.3824562Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.3825208Z docker-build-dir: .ci/docker 2025-03-21T20:18:25.3825696Z working-directory: pytorch/executorch 2025-03-21T20:18:25.3826334Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.3826954Z force-push: false 2025-03-21T20:18:25.3827343Z env: 2025-03-21T20:18:25.3827790Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.3828371Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.3828835Z PR_NUMBER: 2025-03-21T20:18:25.3831356Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:25.3834128Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.3835020Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.3835845Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.3836455Z ##[endgroup] 2025-03-21T20:18:25.3873251Z ##[group]Run set -ex 2025-03-21T20:18:25.3873788Z set -ex 2025-03-21T20:18:25.3874179Z  2025-03-21T20:18:25.3874818Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:25.3875810Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:25.3876669Z # job could then download the pre-built image as usual 2025-03-21T20:18:25.3877451Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:25.3878165Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3878848Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3879782Z  2025-03-21T20:18:25.3880343Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:25.3881024Z  exit 0 2025-03-21T20:18:25.3881400Z else 2025-03-21T20:18:25.3881840Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3882363Z fi 2025-03-21T20:18:25.3882728Z  2025-03-21T20:18:25.3883277Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:25.3884174Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:25.3884977Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:25.3885708Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:25.3887037Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3887794Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3888423Z else 2025-03-21T20:18:25.3888921Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:25.3889621Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3890573Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.3891421Z fi 2025-03-21T20:18:25.3899542Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:25.3900156Z env: 2025-03-21T20:18:25.3900611Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.3901196Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.3901659Z PR_NUMBER: 2025-03-21T20:18:25.3904092Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:25.3906830Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.3907711Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.3908549Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.3909175Z REPO_NAME: executorch 2025-03-21T20:18:25.3909707Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:25.3910459Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:25.3911438Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.3912136Z ##[endgroup] 2025-03-21T20:18:25.3974565Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:25.3975061Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:25.3975522Z + echo skip=false 2025-03-21T20:18:25.3976329Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:25.3979571Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:25.3999332Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4000042Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4001564Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4051882Z ##[group]Run set +e 2025-03-21T20:18:25.4052417Z set +e 2025-03-21T20:18:25.4052804Z set -x 2025-03-21T20:18:25.4053191Z  2025-03-21T20:18:25.4053560Z login() { 2025-03-21T20:18:25.4054289Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:25.4055416Z } 2025-03-21T20:18:25.4055964Z  2025-03-21T20:18:25.4056336Z retry () { 2025-03-21T20:18:25.4056790Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:25.4057294Z } 2025-03-21T20:18:25.4057651Z  2025-03-21T20:18:25.4058044Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:25.4058542Z  2025-03-21T20:18:25.4058920Z START_TIME=$(date +%s) 2025-03-21T20:18:25.4059416Z # Wait up to 120 minutes 2025-03-21T20:18:25.4059991Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:25.4060753Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:25.4061494Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:25.4062080Z  exit 0 2025-03-21T20:18:25.4062478Z  fi 2025-03-21T20:18:25.4062855Z  2025-03-21T20:18:25.4063486Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:25.4064477Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:25.4065467Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:25.4066264Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:25.4067195Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:25.4067792Z  break 2025-03-21T20:18:25.4068194Z  else 2025-03-21T20:18:25.4068730Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:25.4069377Z  sleep 300 2025-03-21T20:18:25.4069789Z  fi 2025-03-21T20:18:25.4070174Z done 2025-03-21T20:18:25.4070550Z  2025-03-21T20:18:25.4071097Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:25.4071978Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:25.4072763Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:25.4073460Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:25.4074084Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:25.4074597Z else 2025-03-21T20:18:25.4075121Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:25.4075843Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:25.4076415Z fi 2025-03-21T20:18:25.4076784Z  2025-03-21T20:18:25.4077188Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:25.4077771Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4078305Z  2025-03-21T20:18:25.4079025Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:25.4079872Z  exit 0 2025-03-21T20:18:25.4080258Z fi 2025-03-21T20:18:25.4080626Z  2025-03-21T20:18:25.4081118Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:25.4082139Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:25.4083031Z  exit 1 2025-03-21T20:18:25.4083429Z fi 2025-03-21T20:18:25.4083804Z  2025-03-21T20:18:25.4084372Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:25.4085362Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:25.4087308Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:25.4088351Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:25.4089817Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:25.4090529Z fi 2025-03-21T20:18:25.4090899Z  2025-03-21T20:18:25.4091333Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:25.4099905Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:25.4100522Z env: 2025-03-21T20:18:25.4101551Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4102700Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:25.4103167Z PR_NUMBER: 2025-03-21T20:18:25.4105617Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:25.4108371Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:25.4109273Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:25.4110373Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:25.4111055Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:25.4111601Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:25.4112253Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:25.4112948Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4113557Z DOCKER_PUSH: 2025-03-21T20:18:25.4113934Z ##[endgroup] 2025-03-21T20:18:25.4147653Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4148400Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:25.4150240Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:25.4151955Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.1231498Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:26.1232427Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:26.1233323Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:26.1233926Z 2025-03-21T20:18:26.1234119Z Login Succeeded 2025-03-21T20:18:26.1254386Z ++ date +%s 2025-03-21T20:18:26.1264326Z + START_TIME=1742588306 2025-03-21T20:18:26.1268188Z ++ date +%s 2025-03-21T20:18:26.1278043Z + [[ 1742581106 -lt 1742588306 ]] 2025-03-21T20:18:26.1279261Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.3621681Z { 2025-03-21T20:18:26.3622125Z "schemaVersion": 2, 2025-03-21T20:18:26.3622785Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:26.3623476Z "config": { 2025-03-21T20:18:26.3624007Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:26.3624721Z "size": 15125, 2025-03-21T20:18:26.3625410Z "digest": "sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4" 2025-03-21T20:18:26.3626129Z }, 2025-03-21T20:18:26.3626472Z "layers": [ 2025-03-21T20:18:26.3626832Z { 2025-03-21T20:18:26.3627362Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3628011Z "size": 28397174, 2025-03-21T20:18:26.3628659Z "digest": "sha256:9b850f5aae4c6627d2173c368f232b9b1db52bbf636f85f66e885e8611acd964" 2025-03-21T20:18:26.3629383Z }, 2025-03-21T20:18:26.3629725Z { 2025-03-21T20:18:26.3630252Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3631406Z "size": 633, 2025-03-21T20:18:26.3632062Z "digest": "sha256:badf7cb767d1b45da1f5dabcfb3479e8c3860c7ddfedea2b1848e91ee00faa4a" 2025-03-21T20:18:26.3632807Z }, 2025-03-21T20:18:26.3633160Z { 2025-03-21T20:18:26.3633691Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3634337Z "size": 153121650, 2025-03-21T20:18:26.3635002Z "digest": "sha256:0f89db74a98d9c3b39c34b6138f0608318e0445f8005542cc5cd957ecd8b5a95" 2025-03-21T20:18:26.3635721Z }, 2025-03-21T20:18:26.3636064Z { 2025-03-21T20:18:26.3636587Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3637246Z "size": 622, 2025-03-21T20:18:26.3637879Z "digest": "sha256:32a4514e7ff575e6e37522ceb046a4594750562d16d01c2a4495863819f59f56" 2025-03-21T20:18:26.3638589Z }, 2025-03-21T20:18:26.3638929Z { 2025-03-21T20:18:26.3639455Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3640112Z "size": 18985061, 2025-03-21T20:18:26.3640798Z "digest": "sha256:37c6f550ae9bd5ea67adf6bc3031f5e81601ea2177874639027bb9aaea1d5468" 2025-03-21T20:18:26.3641556Z }, 2025-03-21T20:18:26.3641900Z { 2025-03-21T20:18:26.3642426Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3643060Z "size": 737, 2025-03-21T20:18:26.3643540Z + exit 0 2025-03-21T20:18:26.3644433Z "digest": "sha256:41326e4613eb7cd7c11da0f4d91f4c2c8377bf26dabf4f1bd1582609a64e5ee0" 2025-03-21T20:18:26.3645183Z }, 2025-03-21T20:18:26.3645524Z { 2025-03-21T20:18:26.3646174Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3646852Z "size": 104, 2025-03-21T20:18:26.3647495Z "digest": "sha256:c5561e75697a090410df8a63b915edf3477dd7fde71ae2d1b13768144db7def4" 2025-03-21T20:18:26.3648207Z }, 2025-03-21T20:18:26.3648548Z { 2025-03-21T20:18:26.3649074Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3649729Z "size": 447, 2025-03-21T20:18:26.3650376Z "digest": "sha256:e6a0b1cdd23a737edbabd1d9f6380877e85325bcd96e36c5d1457dd2430d701f" 2025-03-21T20:18:26.3651102Z }, 2025-03-21T20:18:26.3651447Z { 2025-03-21T20:18:26.3651979Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3652625Z "size": 2758, 2025-03-21T20:18:26.3653256Z "digest": "sha256:55a35e56f796d1f48b8a63c990ede1a75d2f65560b04c7b55672845ae99b461e" 2025-03-21T20:18:26.3653962Z }, 2025-03-21T20:18:26.3654311Z { 2025-03-21T20:18:26.3654840Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3655483Z "size": 637, 2025-03-21T20:18:26.3656128Z "digest": "sha256:4116b07c7ca15a3a34580b3b8c039d59e042ef72f0f02e2ff121bea0d7878663" 2025-03-21T20:18:26.3656843Z }, 2025-03-21T20:18:26.3657184Z { 2025-03-21T20:18:26.3657703Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3658370Z "size": 33668694, 2025-03-21T20:18:26.3659030Z "digest": "sha256:cf6a0478ca56cd157e99ad6be8c6390902bc94f1e19512d7e433964e5d5b5d5b" 2025-03-21T20:18:26.3659742Z }, 2025-03-21T20:18:26.3660077Z { 2025-03-21T20:18:26.3660595Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3661240Z "size": 318, 2025-03-21T20:18:26.3661871Z "digest": "sha256:3b4cd7004f33f8e021fd6e6c068ee019298c34a08b0492e152ac8aa2e013b796" 2025-03-21T20:18:26.3662584Z }, 2025-03-21T20:18:26.3662928Z { 2025-03-21T20:18:26.3663464Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3664128Z "size": 244427647, 2025-03-21T20:18:26.3664775Z "digest": "sha256:9c1e20dd9a42f63910af9367756b66820493318e0ac1ba6404a968f2e6e3215c" 2025-03-21T20:18:26.3665482Z }, 2025-03-21T20:18:26.3665830Z { 2025-03-21T20:18:26.3666385Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3667045Z "size": 475, 2025-03-21T20:18:26.3667945Z "digest": "sha256:145833aca2835f9f71580281117cc4c981d0a32e6c14db47ff76b78ca6359311" 2025-03-21T20:18:26.3668647Z }, 2025-03-21T20:18:26.3668989Z { 2025-03-21T20:18:26.3669509Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3670147Z "size": 1042, 2025-03-21T20:18:26.3670786Z "digest": "sha256:1a18f7e26037f9e4136eceae6a4a22d12c1893dc321385ae24da5c99a83461b1" 2025-03-21T20:18:26.3671498Z }, 2025-03-21T20:18:26.3671844Z { 2025-03-21T20:18:26.3672396Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3673046Z "size": 611, 2025-03-21T20:18:26.3673674Z "digest": "sha256:82635263661e2b2d13043678fb15fbe49d392d190aef88a0df41d2e54c8c824c" 2025-03-21T20:18:26.3674378Z }, 2025-03-21T20:18:26.3674717Z { 2025-03-21T20:18:26.3675245Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3675893Z "size": 108847074, 2025-03-21T20:18:26.3676543Z "digest": "sha256:0551c017ae818c6377369d432d4b3f6cb943365a04fde23b2d7dbc166bbca7ca" 2025-03-21T20:18:26.3677259Z }, 2025-03-21T20:18:26.3677602Z { 2025-03-21T20:18:26.3678141Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3678797Z "size": 564, 2025-03-21T20:18:26.3679425Z "digest": "sha256:c16e35c9661429be66b2fc0d47ee6f87240ce318684467b0567550293cfa387b" 2025-03-21T20:18:26.3680138Z }, 2025-03-21T20:18:26.3680481Z { 2025-03-21T20:18:26.3681220Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3681917Z "size": 208, 2025-03-21T20:18:26.3682557Z "digest": "sha256:3ad3c7d7d14a2a6c674dc6035399c34569aff598a23ff58493fad46f940ec3f6" 2025-03-21T20:18:26.3683282Z }, 2025-03-21T20:18:26.3683627Z { 2025-03-21T20:18:26.3684158Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3684818Z "size": 1189, 2025-03-21T20:18:26.3685448Z "digest": "sha256:8830bd728cbd452ee88aa086fc19692143cdeaff3d11106915ae27f97f161901" 2025-03-21T20:18:26.3686631Z }, 2025-03-21T20:18:26.3686986Z { 2025-03-21T20:18:26.3687533Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3688180Z "size": 678, 2025-03-21T20:18:26.3688813Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3689540Z }, 2025-03-21T20:18:26.3689882Z { 2025-03-21T20:18:26.3690402Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3691063Z "size": 1143915792, 2025-03-21T20:18:26.3691718Z "digest": "sha256:0b23b48b8fcec9cd5758b53c5f5a3b1d55b968c7bdcc5c8bb20497e2e4d41445" 2025-03-21T20:18:26.3692458Z }, 2025-03-21T20:18:26.3692803Z { 2025-03-21T20:18:26.3693326Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3693990Z "size": 1381, 2025-03-21T20:18:26.3694623Z "digest": "sha256:5e7729c8c19f7ee8540f6c8edd615229a3c5e2b8f47c730a7e14d31a8038b40e" 2025-03-21T20:18:26.3695349Z }, 2025-03-21T20:18:26.3695703Z { 2025-03-21T20:18:26.3696234Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3696879Z "size": 678, 2025-03-21T20:18:26.3697510Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3698233Z }, 2025-03-21T20:18:26.3698584Z { 2025-03-21T20:18:26.3699100Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3699745Z "size": 223543527, 2025-03-21T20:18:26.3700409Z "digest": "sha256:02aa2fb4345700525d3b0b3af142e5da83f48ce4be43f59869dde8688a944476" 2025-03-21T20:18:26.3701132Z }, 2025-03-21T20:18:26.3701471Z { 2025-03-21T20:18:26.3701993Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3702634Z "size": 828, 2025-03-21T20:18:26.3703280Z "digest": "sha256:3464920c9c020a760b7867720e80499c535724beee0e727b768fa9c3c979f703" 2025-03-21T20:18:26.3703999Z }, 2025-03-21T20:18:26.3704341Z { 2025-03-21T20:18:26.3705340Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3705976Z "size": 678, 2025-03-21T20:18:26.3706612Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3707336Z }, 2025-03-21T20:18:26.3707680Z { 2025-03-21T20:18:26.3708194Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3708834Z "size": 149423004, 2025-03-21T20:18:26.3709487Z "digest": "sha256:87684e5c474c8175a082abfc5e630f361841d540383f5e49a87dd16b3b097576" 2025-03-21T20:18:26.3710236Z }, 2025-03-21T20:18:26.3710628Z { 2025-03-21T20:18:26.3711342Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3712220Z "size": 530, 2025-03-21T20:18:26.3712972Z "digest": "sha256:44b50c5e2ca60efca348edaa62c276e90a060083463edec336c8fb6163b664f7" 2025-03-21T20:18:26.3713718Z }, 2025-03-21T20:18:26.3714146Z { 2025-03-21T20:18:26.3714745Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3715535Z "size": 678, 2025-03-21T20:18:26.3716270Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:26.3717094Z }, 2025-03-21T20:18:26.3717543Z { 2025-03-21T20:18:26.3718162Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3718833Z "size": 355, 2025-03-21T20:18:26.3719774Z "digest": "sha256:224753fce160cefd1c5e83b53d98ec9edeacea0086d67fc96942269103686202" 2025-03-21T20:18:26.3720521Z }, 2025-03-21T20:18:26.3720853Z { 2025-03-21T20:18:26.3721362Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3721999Z "size": 32, 2025-03-21T20:18:26.3722639Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:26.3723359Z }, 2025-03-21T20:18:26.3723695Z { 2025-03-21T20:18:26.3724210Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3724867Z "size": 165, 2025-03-21T20:18:26.3725495Z "digest": "sha256:788b314b21e5388374b608e2da266f0a9b27903af8e2b485c5d9cc9f8a21e2a5" 2025-03-21T20:18:26.3726341Z }, 2025-03-21T20:18:26.3726680Z { 2025-03-21T20:18:26.3727193Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3727832Z "size": 1111, 2025-03-21T20:18:26.3728464Z "digest": "sha256:33d66e1ce781396ba538169972efe1be2b1b1da3565a86ad7c1e886fa2decbf7" 2025-03-21T20:18:26.3729179Z }, 2025-03-21T20:18:26.3729533Z { 2025-03-21T20:18:26.3730068Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3730709Z "size": 32, 2025-03-21T20:18:26.3731347Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:26.3732081Z }, 2025-03-21T20:18:26.3732426Z { 2025-03-21T20:18:26.3732940Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:26.3733584Z "size": 108, 2025-03-21T20:18:26.3734276Z "digest": "sha256:84f191ac8f70eea3a0188d79da0086dd490bb90ce1a9ebb3a84a3689d6acc220" 2025-03-21T20:18:26.3735006Z } 2025-03-21T20:18:26.3735357Z ] 2025-03-21T20:18:26.3735719Z } 2025-03-21T20:18:26.3790745Z ##[group]Run set -eux 2025-03-21T20:18:26.3791217Z set -eux 2025-03-21T20:18:26.3792529Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:18:26.3801207Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:26.3801819Z env: 2025-03-21T20:18:26.3802280Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:26.3802882Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:26.3803363Z PR_NUMBER: 2025-03-21T20:18:26.3805813Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:26.3809038Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:26.3810010Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:26.3810948Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:26.3811780Z ##[endgroup] 2025-03-21T20:18:26.3851708Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:26.3852458Z + jq --raw-output .SecretString 2025-03-21T20:18:26.3853676Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:26.3854501Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:27.1800616Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.1801670Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.1802616Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.1803195Z 2025-03-21T20:18:27.1803365Z Login Succeeded 2025-03-21T20:18:27.1920247Z Prepare all required actions 2025-03-21T20:18:27.1972251Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:27.1972866Z with: 2025-03-21T20:18:27.1973878Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.1975138Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.1975734Z env: 2025-03-21T20:18:27.1976166Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:27.1976758Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.1977249Z PR_NUMBER: 2025-03-21T20:18:27.1979758Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:27.1982521Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.1983417Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.1984242Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.1985032Z ##[endgroup] 2025-03-21T20:18:27.2014773Z ##[group]Run set -x 2025-03-21T20:18:27.2015344Z set -x 2025-03-21T20:18:27.2015795Z set +e 2025-03-21T20:18:27.2016292Z  2025-03-21T20:18:27.2016714Z login() { 2025-03-21T20:18:27.2017532Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:27.2018365Z } 2025-03-21T20:18:27.2018750Z  2025-03-21T20:18:27.2019149Z retry () { 2025-03-21T20:18:27.2019636Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:27.2020157Z } 2025-03-21T20:18:27.2020516Z  2025-03-21T20:18:27.2020915Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:27.2021407Z  2025-03-21T20:18:27.2021764Z set -e 2025-03-21T20:18:27.2022300Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:27.2023040Z # only pull docker image if it's not available locally 2025-03-21T20:18:27.2023859Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:27.2024622Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:27.2025479Z fi 2025-03-21T20:18:27.2033010Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.2033597Z env: 2025-03-21T20:18:27.2034613Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.2035758Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.2036220Z PR_NUMBER: 2025-03-21T20:18:27.2038660Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:18:27.2041402Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.2042316Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.2043163Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.2044305Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.2045003Z ##[endgroup] 2025-03-21T20:18:27.2094419Z + set +e 2025-03-21T20:18:27.2094951Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.2095616Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.2096241Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:27.2097011Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.9960890Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.9961827Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.9963077Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.9963652Z 2025-03-21T20:18:27.9963840Z Login Succeeded 2025-03-21T20:18:27.9979286Z + set -e 2025-03-21T20:18:27.9980435Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.0136820Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.0138644Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.2342775Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:28.2343797Z 9b850f5aae4c: Pulling fs layer 2025-03-21T20:18:28.2344273Z badf7cb767d1: Pulling fs layer 2025-03-21T20:18:28.2344778Z 0f89db74a98d: Pulling fs layer 2025-03-21T20:18:28.2345233Z 32a4514e7ff5: Pulling fs layer 2025-03-21T20:18:28.2345699Z 37c6f550ae9b: Pulling fs layer 2025-03-21T20:18:28.2346162Z 41326e4613eb: Pulling fs layer 2025-03-21T20:18:28.2346620Z c5561e75697a: Pulling fs layer 2025-03-21T20:18:28.2347090Z e6a0b1cdd23a: Pulling fs layer 2025-03-21T20:18:28.2347570Z 55a35e56f796: Pulling fs layer 2025-03-21T20:18:28.2348037Z 4116b07c7ca1: Pulling fs layer 2025-03-21T20:18:28.2348501Z cf6a0478ca56: Pulling fs layer 2025-03-21T20:18:28.2348963Z 3b4cd7004f33: Pulling fs layer 2025-03-21T20:18:28.2349427Z 9c1e20dd9a42: Pulling fs layer 2025-03-21T20:18:28.2349885Z 145833aca283: Pulling fs layer 2025-03-21T20:18:28.2350349Z 1a18f7e26037: Pulling fs layer 2025-03-21T20:18:28.2350810Z 82635263661e: Pulling fs layer 2025-03-21T20:18:28.2351268Z 0551c017ae81: Pulling fs layer 2025-03-21T20:18:28.2351711Z 41326e4613eb: Waiting 2025-03-21T20:18:28.2352123Z c16e35c96614: Pulling fs layer 2025-03-21T20:18:28.2353042Z 3ad3c7d7d14a: Pulling fs layer 2025-03-21T20:18:28.2353489Z c5561e75697a: Waiting 2025-03-21T20:18:28.2354055Z 8830bd728cbd: Pulling fs layer 2025-03-21T20:18:28.2354535Z a9de9234777c: Pulling fs layer 2025-03-21T20:18:28.2354993Z 0b23b48b8fce: Pulling fs layer 2025-03-21T20:18:28.2355447Z 3b4cd7004f33: Waiting 2025-03-21T20:18:28.2355886Z 5e7729c8c19f: Pulling fs layer 2025-03-21T20:18:28.2356340Z 9c1e20dd9a42: Waiting 2025-03-21T20:18:28.2356770Z 02aa2fb43457: Pulling fs layer 2025-03-21T20:18:28.2357222Z e6a0b1cdd23a: Waiting 2025-03-21T20:18:28.2357724Z 3464920c9c02: Pulling fs layer 2025-03-21T20:18:28.2358172Z 55a35e56f796: Waiting 2025-03-21T20:18:28.2358600Z 87684e5c474c: Pulling fs layer 2025-03-21T20:18:28.2359056Z 44b50c5e2ca6: Pulling fs layer 2025-03-21T20:18:28.2359504Z 32a4514e7ff5: Waiting 2025-03-21T20:18:28.2359924Z 224753fce160: Pulling fs layer 2025-03-21T20:18:28.2360379Z 4116b07c7ca1: Waiting 2025-03-21T20:18:28.2360811Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:28.2361293Z 788b314b21e5: Pulling fs layer 2025-03-21T20:18:28.2361750Z 145833aca283: Waiting 2025-03-21T20:18:28.2362174Z 33d66e1ce781: Pulling fs layer 2025-03-21T20:18:28.2362638Z 84f191ac8f70: Pulling fs layer 2025-03-21T20:18:28.2363085Z 5e7729c8c19f: Waiting 2025-03-21T20:18:28.2363574Z 1a18f7e26037: Waiting 2025-03-21T20:18:28.2364041Z 224753fce160: Waiting 2025-03-21T20:18:28.2365894Z 87684e5c474c: Waiting 2025-03-21T20:18:28.2366503Z 4f4fb700ef54: Waiting 2025-03-21T20:18:28.2366912Z 44b50c5e2ca6: Waiting 2025-03-21T20:18:28.2367309Z 788b314b21e5: Waiting 2025-03-21T20:18:28.2367709Z 82635263661e: Waiting 2025-03-21T20:18:28.2368112Z 02aa2fb43457: Waiting 2025-03-21T20:18:28.2368514Z 84f191ac8f70: Waiting 2025-03-21T20:18:28.2368913Z 33d66e1ce781: Waiting 2025-03-21T20:18:28.2369315Z 37c6f550ae9b: Waiting 2025-03-21T20:18:28.2369721Z 0551c017ae81: Waiting 2025-03-21T20:18:28.2370123Z 3464920c9c02: Waiting 2025-03-21T20:18:28.2370530Z c16e35c96614: Waiting 2025-03-21T20:18:28.2371048Z a9de9234777c: Waiting 2025-03-21T20:18:28.2371466Z 3ad3c7d7d14a: Waiting 2025-03-21T20:18:28.2371873Z 8830bd728cbd: Waiting 2025-03-21T20:18:28.2372277Z 0b23b48b8fce: Waiting 2025-03-21T20:18:28.2372681Z cf6a0478ca56: Waiting 2025-03-21T20:18:28.3204963Z badf7cb767d1: Verifying Checksum 2025-03-21T20:18:28.3205567Z badf7cb767d1: Download complete 2025-03-21T20:18:28.4263297Z 32a4514e7ff5: Download complete 2025-03-21T20:18:28.5725457Z 9b850f5aae4c: Download complete 2025-03-21T20:18:28.6412152Z 41326e4613eb: Download complete 2025-03-21T20:18:28.6855889Z 37c6f550ae9b: Verifying Checksum 2025-03-21T20:18:28.6856462Z 37c6f550ae9b: Download complete 2025-03-21T20:18:28.7567028Z c5561e75697a: Download complete 2025-03-21T20:18:28.7869836Z e6a0b1cdd23a: Verifying Checksum 2025-03-21T20:18:28.7870419Z e6a0b1cdd23a: Download complete 2025-03-21T20:18:28.8648210Z 4116b07c7ca1: Download complete 2025-03-21T20:18:28.9645500Z 55a35e56f796: Download complete 2025-03-21T20:18:29.0305310Z 3b4cd7004f33: Verifying Checksum 2025-03-21T20:18:29.0305933Z 3b4cd7004f33: Download complete 2025-03-21T20:18:29.2531514Z cf6a0478ca56: Verifying Checksum 2025-03-21T20:18:29.2532103Z cf6a0478ca56: Download complete 2025-03-21T20:18:29.3458144Z 145833aca283: Download complete 2025-03-21T20:18:29.4241833Z 1a18f7e26037: Verifying Checksum 2025-03-21T20:18:29.4242584Z 1a18f7e26037: Download complete 2025-03-21T20:18:29.5172265Z 82635263661e: Download complete 2025-03-21T20:18:29.6479669Z 9b850f5aae4c: Pull complete 2025-03-21T20:18:29.6592380Z badf7cb767d1: Pull complete 2025-03-21T20:18:29.8542709Z 0f89db74a98d: Verifying Checksum 2025-03-21T20:18:29.8543296Z 0f89db74a98d: Download complete 2025-03-21T20:18:29.9392447Z c16e35c96614: Verifying Checksum 2025-03-21T20:18:29.9393006Z c16e35c96614: Download complete 2025-03-21T20:18:30.0197579Z 3ad3c7d7d14a: Download complete 2025-03-21T20:18:30.1026711Z 8830bd728cbd: Verifying Checksum 2025-03-21T20:18:30.1027285Z 8830bd728cbd: Download complete 2025-03-21T20:18:30.2152538Z a9de9234777c: Verifying Checksum 2025-03-21T20:18:30.2153676Z a9de9234777c: Download complete 2025-03-21T20:18:30.6752476Z 0551c017ae81: Verifying Checksum 2025-03-21T20:18:30.6753055Z 0551c017ae81: Download complete 2025-03-21T20:18:30.7728891Z 5e7729c8c19f: Download complete 2025-03-21T20:18:31.5448245Z 9c1e20dd9a42: Verifying Checksum 2025-03-21T20:18:31.5448962Z 9c1e20dd9a42: Download complete 2025-03-21T20:18:31.6263599Z 3464920c9c02: Download complete 2025-03-21T20:18:33.0652832Z 02aa2fb43457: Verifying Checksum 2025-03-21T20:18:33.0653414Z 02aa2fb43457: Download complete 2025-03-21T20:18:33.1541722Z 44b50c5e2ca6: Download complete 2025-03-21T20:18:33.1667673Z 87684e5c474c: Verifying Checksum 2025-03-21T20:18:33.1668617Z 87684e5c474c: Download complete 2025-03-21T20:18:33.1756122Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:33.1756695Z 4f4fb700ef54: Download complete 2025-03-21T20:18:33.2433074Z 224753fce160: Verifying Checksum 2025-03-21T20:18:33.2433641Z 224753fce160: Download complete 2025-03-21T20:18:33.3199192Z 84f191ac8f70: Verifying Checksum 2025-03-21T20:18:33.3199816Z 84f191ac8f70: Download complete 2025-03-21T20:18:34.3061719Z 0f89db74a98d: Pull complete 2025-03-21T20:18:34.3179333Z 32a4514e7ff5: Pull complete 2025-03-21T20:18:34.5058129Z 37c6f550ae9b: Pull complete 2025-03-21T20:18:34.5169214Z 41326e4613eb: Pull complete 2025-03-21T20:18:34.5282727Z c5561e75697a: Pull complete 2025-03-21T20:18:34.5387551Z e6a0b1cdd23a: Pull complete 2025-03-21T20:18:34.5552168Z 55a35e56f796: Pull complete 2025-03-21T20:18:34.5663648Z 4116b07c7ca1: Pull complete 2025-03-21T20:18:35.0092846Z cf6a0478ca56: Pull complete 2025-03-21T20:18:35.0211120Z 3b4cd7004f33: Pull complete 2025-03-21T20:18:41.1024328Z 9c1e20dd9a42: Pull complete 2025-03-21T20:18:41.2574839Z 145833aca283: Pull complete 2025-03-21T20:18:41.4013803Z 1a18f7e26037: Pull complete 2025-03-21T20:18:41.5460406Z 82635263661e: Pull complete 2025-03-21T20:18:41.7081133Z 0b23b48b8fce: Verifying Checksum 2025-03-21T20:18:41.7081708Z 0b23b48b8fce: Download complete 2025-03-21T20:18:43.9319362Z 0551c017ae81: Pull complete 2025-03-21T20:18:44.0485598Z c16e35c96614: Pull complete 2025-03-21T20:18:44.1970623Z 3ad3c7d7d14a: Pull complete 2025-03-21T20:18:44.3439752Z 8830bd728cbd: Pull complete 2025-03-21T20:18:44.5368205Z a9de9234777c: Pull complete 2025-03-21T20:19:15.7831280Z 0b23b48b8fce: Pull complete 2025-03-21T20:19:15.8056321Z 5e7729c8c19f: Pull complete 2025-03-21T20:19:21.8944070Z 02aa2fb43457: Pull complete 2025-03-21T20:19:21.9170818Z 3464920c9c02: Pull complete 2025-03-21T20:19:28.3009979Z 87684e5c474c: Pull complete 2025-03-21T20:19:28.3247094Z 44b50c5e2ca6: Pull complete 2025-03-21T20:19:28.3703489Z 224753fce160: Pull complete 2025-03-21T20:19:28.3928651Z 4f4fb700ef54: Pull complete 2025-03-21T20:19:28.4157573Z 788b314b21e5: Pull complete 2025-03-21T20:19:28.4384853Z 33d66e1ce781: Pull complete 2025-03-21T20:19:28.4843189Z 84f191ac8f70: Pull complete 2025-03-21T20:19:28.4963920Z Digest: sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:19:28.5009301Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:28.5039030Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:28.5101335Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:28.5102810Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:28.5113150Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:19:28.5113741Z env: 2025-03-21T20:19:28.5114197Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:19:28.5114793Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:28.5115258Z PR_NUMBER: 2025-03-21T20:19:28.5117798Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:28.5121053Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:28.5121938Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:28.5122911Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:28.5123511Z ##[endgroup] 2025-03-21T20:19:28.5270676Z ##[group]Run set -ex 2025-03-21T20:19:28.5271197Z set -ex 2025-03-21T20:19:28.5271589Z { 2025-03-21T20:19:28.5271976Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:19:28.5272520Z  echo "set -eou pipefail"; 2025-03-21T20:19:28.5273045Z  # shellcheck disable=SC2016 2025-03-21T20:19:28.5273592Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:19:28.5274134Z  echo "set -x"; 2025-03-21T20:19:28.5274571Z  echo "${SCRIPT}"; 2025-03-21T20:19:28.5275043Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:28.5275591Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:28.5276645Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:19:28.5284453Z shell: /usr/bin/bash -e {0} 2025-03-21T20:19:28.5284907Z env: 2025-03-21T20:19:28.5285969Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:28.5287508Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:28.5287976Z PR_NUMBER: 2025-03-21T20:19:28.5290439Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:28.5293181Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:28.5294062Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:28.5294893Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:28.5295921Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:19:28.5296437Z ##[endgroup] 2025-03-21T20:19:28.5326374Z + echo '#!/usr/bin/env bash' 2025-03-21T20:19:28.5326886Z + echo 'set -eou pipefail' 2025-03-21T20:19:28.5327381Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:19:28.5327883Z + echo 'set -x' 2025-03-21T20:19:28.5328494Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:19:28.5329314Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:19:28.5329923Z conda activate "${CONDA_ENV}" 2025-03-21T20:19:28.5330213Z 2025-03-21T20:19:28.5330416Z MODEL_NAME=llama3_2_vision_encoder 2025-03-21T20:19:28.5330893Z BUILD_TOOL="cmake" 2025-03-21T20:19:28.5331294Z BACKEND=portable 2025-03-21T20:19:28.5331525Z 2025-03-21T20:19:28.5331966Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:19:28.5332732Z # Build and test ExecuTorch 2025-03-21T20:19:28.5333518Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:19:28.5334316Z ' 2025-03-21T20:19:28.5334796Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:19:28.5339224Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:19:54.1595022Z Running command: 2025-03-21T20:19:54.1605733Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170668" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_cf2fc463-0770-4f20-8b04-40389995fd5e":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_cf2fc463-0770-4f20-8b04-40389995fd5e" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:19:54.1613877Z 2025-03-21T20:19:54.1614414Z 9044e74b8b5b7958c99838c9b1d0a4e5903f98c164fb59e3d008870cc656d3dd 2025-03-21T20:19:54.1615401Z Running command: docker exec -t 9044e74b8b5b7958c99838c9b1d0a4e5903f98c164fb59e3d008870cc656d3dd /exec 2025-03-21T20:19:54.1616268Z ++ conda env list --json 2025-03-21T20:19:54.1616694Z ++ local cmd=env 2025-03-21T20:19:54.1617084Z ++ case "$cmd" in 2025-03-21T20:19:54.1617520Z ++ __conda_exe env list --json 2025-03-21T20:19:54.1617987Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:19:54.1618454Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:19:54.1618984Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:19:54.1619505Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.1620018Z + local cmd=activate 2025-03-21T20:19:54.1620435Z + case "$cmd" in 2025-03-21T20:19:54.1620900Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.1621455Z + '[' -n '' ']' 2025-03-21T20:19:54.1621851Z + local ask_conda 2025-03-21T20:19:54.1622259Z ++ PS1='(base) ' 2025-03-21T20:19:54.1622757Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.1623508Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:19:54.1624184Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:19:54.1625459Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:19:54.1626798Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:54.1627384Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:54.1627875Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:54.1628437Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:54.1629047Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:54.1629656Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:54.1630186Z export _CE_M='\'''\'' 2025-03-21T20:19:54.1630615Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:54.1631143Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:54.1631725Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:19:54.1632963Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:19:54.1634757Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:19:54.1635328Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:19:54.1635808Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:19:54.1636368Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:19:54.1636948Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:19:54.1637492Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:19:54.1638018Z export _CE_M='\'''\'' 2025-03-21T20:19:54.1638440Z export _CE_CONDA='\'''\'' 2025-03-21T20:19:54.1638960Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:19:54.1639692Z ++ PS1='(py_3.10) ' 2025-03-21T20:19:54.1640902Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:19:54.1642907Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:19:54.1644179Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:54.1644741Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:19:54.1645249Z ++ export CONDA_SHLVL=2 2025-03-21T20:19:54.1645674Z ++ CONDA_SHLVL=2 2025-03-21T20:19:54.1646207Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:54.1646723Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:19:54.1647216Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:19:54.1647757Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:19:54.1648267Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:54.1648759Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:19:54.1649241Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:54.1649756Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:19:54.1650243Z ++ export _CE_M= 2025-03-21T20:19:54.1650630Z ++ _CE_M= 2025-03-21T20:19:54.1651003Z ++ export _CE_CONDA= 2025-03-21T20:19:54.1651404Z ++ _CE_CONDA= 2025-03-21T20:19:54.1651840Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:54.1652415Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:19:54.1652907Z + __conda_hashr 2025-03-21T20:19:54.1653302Z + '[' -n '' ']' 2025-03-21T20:19:54.1653683Z + '[' -n '' ']' 2025-03-21T20:19:54.1654052Z + hash -r 2025-03-21T20:19:54.1654441Z + MODEL_NAME=llama3_2_vision_encoder 2025-03-21T20:19:54.1654918Z + BUILD_TOOL=cmake 2025-03-21T20:19:54.1655327Z + BACKEND=portable 2025-03-21T20:19:54.1655746Z + PYTHON_EXECUTABLE=python 2025-03-21T20:19:54.1656286Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:19:54.1656891Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:19:54.1657395Z + source .ci/scripts/utils.sh 2025-03-21T20:19:54.1657882Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:19:54.1658407Z ++ parse_args --build-tool cmake 2025-03-21T20:19:54.1658904Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:19:54.1659367Z ++ local args 2025-03-21T20:19:54.1659728Z ++ local i 2025-03-21T20:19:54.1660099Z ++ local BUILD_TOOL= 2025-03-21T20:19:54.1660511Z ++ local BUILD_MODE= 2025-03-21T20:19:54.1660919Z ++ local EDITABLE= 2025-03-21T20:19:54.1661304Z ++ (( i=0 )) 2025-03-21T20:19:54.1661706Z ++ (( i<2 )) 2025-03-21T20:19:54.1662086Z ++ case "${args[$i]}" in 2025-03-21T20:19:54.1662511Z ++ BUILD_TOOL=cmake 2025-03-21T20:19:54.1662892Z ++ i=1 2025-03-21T20:19:54.1663244Z ++ (( i++ )) 2025-03-21T20:19:54.1663601Z ++ (( i<2 )) 2025-03-21T20:19:54.1663977Z ++ '[' -z cmake ']' 2025-03-21T20:19:54.1664384Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:19:54.1664844Z ++ BUILD_MODE=Release 2025-03-21T20:19:54.1665286Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:19:54.1665775Z ++ EDITABLE=false 2025-03-21T20:19:54.1666187Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:19:54.1666658Z ++ echo 'cmake Release false' 2025-03-21T20:19:54.1667363Z + [[ false == \t\r\u\e ]] 2025-03-21T20:19:54.1667843Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:19:54.1668357Z + which pip 2025-03-21T20:19:54.1668741Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:19:54.1669348Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:19:54.1670153Z 2025-03-21 20:19:52,920 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:19:54.1671135Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:19:54.1672350Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:19:54.1673864Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:19:54.1675253Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:19:54.1676341Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:19:54.1677123Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:19:54.1678339Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:19:54.1680288Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:19:54.1681573Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:19:54.1682530Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-03-21T20:19:54.1683927Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:19:54.1685543Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:19:54.1687577Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:19:54.1689228Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:19:54.1690845Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:19:54.1692460Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:19:54.1694257Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:19:54.1696145Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:19:54.1698057Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:19:54.1699990Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:20:12.7197250Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:20:12.7199391Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:20:12.7201383Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:20:12.7203858Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:20:12.7205985Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:20:12.7207805Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:20:12.7209479Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:20:12.7210856Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:20:12.7212185Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:20:12.7213529Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:20:12.7214929Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:20:12.7216410Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:20:12.7217904Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:20:12.7219757Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:20:12.7221870Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:20:12.7223910Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:20:12.7226014Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:20:12.7227385Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:20:12.7231350Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:20:12.7232526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 61.6 MB/s eta 0:00:00 2025-03-21T20:20:12.7233649Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-03-21T20:20:12.7234837Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-03-21T20:20:12.7235838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 166.8 MB/s eta 0:00:00 2025-03-21T20:20:12.7236660Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:20:12.7237233Z Attempting uninstall: timm 2025-03-21T20:20:12.7237728Z Found existing installation: timm 0.6.13 2025-03-21T20:20:12.7238267Z Uninstalling timm-0.6.13: 2025-03-21T20:20:12.7238773Z Successfully uninstalled timm-0.6.13 2025-03-21T20:20:12.7239336Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:20:12.7239913Z Processing ./third-party/ao 2025-03-21T20:20:12.7240553Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:20:12.7241287Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:20:12.7242401Z Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-03-21T20:20:12.7243961Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=3e40f4691053d48f0b0ed0c4ae62595bf55a13770e849a428af88d91c667b7d9 2025-03-21T20:20:12.7245658Z Stored in directory: /tmp/pip-ephem-wheel-cache-ot5q60cy/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:20:12.7246761Z Successfully built torchao 2025-03-21T20:20:12.7247242Z Installing collected packages: torchao 2025-03-21T20:20:12.7247815Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:20:12.7248639Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:20:12.7249864Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:20:12.7250695Z Processing /pytorch/executorch 2025-03-21T20:20:12.7251248Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:20:12.7251827Z running dist_info 2025-03-21T20:20:12.7252390Z creating /tmp/pip-modern-metadata-g6hcud38/executorch.egg-info 2025-03-21T20:20:12.7253231Z writing /tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/PKG-INFO 2025-03-21T20:20:12.7254307Z writing dependency_links to /tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/dependency_links.txt 2025-03-21T20:20:12.7255503Z writing entry points to /tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/entry_points.txt 2025-03-21T20:20:12.7256624Z writing requirements to /tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/requires.txt 2025-03-21T20:20:12.7257737Z writing top-level names to /tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/top_level.txt 2025-03-21T20:20:12.7258850Z writing manifest file '/tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:12.7259934Z reading manifest file '/tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:12.7260751Z adding license file 'LICENSE' 2025-03-21T20:20:12.7261513Z writing manifest file '/tmp/pip-modern-metadata-g6hcud38/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:12.7262556Z creating '/tmp/pip-modern-metadata-g6hcud38/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:20:12.7263560Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:20:12.7264742Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:20:12.7265897Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:12.7267667Z 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-21T20:20:12.7269527Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:20:12.7270808Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:20:12.7272411Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:20:12.7273985Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:20:12.7275559Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:20:12.7277140Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:20:12.7278754Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:20:12.7280353Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:20:12.7281714Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:12.7283411Z 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-21T20:20:12.7285333Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:20:12.7286564Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:12.7289069Z 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-21T20:20:12.7291112Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:20:12.7292554Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:20:27.9704440Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:20:27.9706074Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:20:27.9707186Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:27.9708833Z 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-21T20:20:27.9710556Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:20:27.9711805Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:20:27.9713636Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:20:27.9715463Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:20:27.9717212Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:20:27.9719037Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:20:27.9720927Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:20:27.9722798Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:20:27.9724580Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:20:27.9726388Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:20:27.9728102Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:20:27.9729403Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:27.9731199Z 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-21T20:20:27.9733394Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:20:27.9734347Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:27.9736064Z 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-21T20:20:27.9737757Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:20:27.9739062Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:20:27.9741218Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:20:27.9742623Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:20:27.9743488Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:20:27.9744206Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:20:27.9744880Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:20:27.9745553Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:20:27.9746198Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:20:27.9746842Z Building wheels for collected packages: executorch 2025-03-21T20:20:27.9747554Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:20:27.9748196Z running bdist_wheel 2025-03-21T20:20:27.9748622Z running build 2025-03-21T20:20:27.9749041Z command options for 'CustomBuild': 2025-03-21T20:20:27.9749552Z build_base = pip-out 2025-03-21T20:20:27.9750015Z build_purelib = pip-out/lib 2025-03-21T20:20:27.9750584Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:27.9751252Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:27.9751852Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:20:27.9752460Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-03-21T20:20:27.9753049Z plat_name = linux-aarch64 2025-03-21T20:20:27.9753506Z compiler = None 2025-03-21T20:20:27.9753913Z parallel = 7 2025-03-21T20:20:27.9754297Z debug = None 2025-03-21T20:20:27.9754685Z force = None 2025-03-21T20:20:27.9755148Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:20:27.9755944Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-03-21T20:20:27.9757018Z deleting /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:20:27.9758686Z cmake --build /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:20:27.9760040Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:20:27.9760868Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:20:27.9762060Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:20:27.9763289Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:20:27.9767881Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:20:27.9769212Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:20:27.9770367Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:20:27.9771314Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:20:27.9771860Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:20:27.9772402Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:20:27.9772966Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:20:27.9773797Z CMake Warning: 2025-03-21T20:20:27.9774303Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:20:27.9774733Z 2025-03-21T20:20:27.9774740Z 2025-03-21T20:20:27.9774973Z fatal: No names found, cannot describe anything. 2025-03-21T20:20:27.9775605Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:20:27.9776202Z git describe failed with exit code: 128 2025-03-21T20:20:27.9776543Z 2025-03-21T20:20:27.9776829Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:20:27.9777442Z Call Stack (most recent call first): 2025-03-21T20:20:27.9777959Z CMakeLists.txt:5 (include) 2025-03-21T20:20:27.9778257Z 2025-03-21T20:20:27.9778265Z 2025-03-21T20:20:27.9778632Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:20:27.9779438Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:20:27.9780492Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:20:27.9781675Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:20:27.9782616Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:20:27.9783547Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:20:27.9784846Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:20:27.9785800Z -- Detecting CXX compiler ABI info 2025-03-21T20:20:27.9786820Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:20:27.9787945Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:20:27.9789815Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:20:27.9791109Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:20:27.9792310Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:20:27.9793492Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:20:27.9794413Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:20:27.9795231Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:20:27.9796244Z [ 3%] Linking C static library libpthreadpool.a 2025-03-21T20:20:27.9797163Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:20:27.9798156Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:20:27.9798800Z -- Detecting CXX compile features 2025-03-21T20:20:27.9799340Z -- Detecting CXX compile features - done 2025-03-21T20:20:27.9799867Z -- Looking for strtof_l 2025-03-21T20:20:27.9800325Z [ 3%] Built target pthreadpool 2025-03-21T20:20:27.9801164Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:20:27.9802360Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:20:27.9803530Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:20:27.9804665Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:20:27.9805907Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:20:27.9807760Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:20:28.3219286Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:20:28.3222029Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:20:28.3223089Z -- Looking for strtof_l - found 2025-03-21T20:20:28.3223774Z -- Looking for strtoull_l 2025-03-21T20:20:28.3224659Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:20:28.3225911Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:20:28.3226971Z [ 3%] Built target flatccrt 2025-03-21T20:20:28.3228373Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:20:28.3229844Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:20:28.3231164Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:20:28.3232782Z [ 3%] 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-21T20:20:28.3234423Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:20:28.3235402Z -- Looking for strtoull_l - found 2025-03-21T20:20:28.3236097Z -- Looking for realpath 2025-03-21T20:20:28.3237089Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:20:28.3238437Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:20:28.3239688Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:20:28.3241322Z [ 4%] 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-21T20:20:28.3243108Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:20:28.3245529Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:28.3248676Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.3253474Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:28.3254325Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.3254913Z | | 2025-03-21T20:20:28.3255509Z | const xnn_float16 * 2025-03-21T20:20:28.3256705Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.3259033Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.3260310Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.3260834Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.3262791Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.3264728Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:28.3265808Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.3266381Z | | 2025-03-21T20:20:28.3266958Z | const xnn_float16 * 2025-03-21T20:20:28.3268157Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.3270392Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.3271829Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.3272382Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.3274326Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.3276444Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:28.3277244Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.3277841Z | | 2025-03-21T20:20:28.3278431Z | const xnn_float16 * 2025-03-21T20:20:28.3279643Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.3281725Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.3282965Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.3283510Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.3285421Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:300:25: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.3287688Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:28.3288534Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.3289028Z | | 2025-03-21T20:20:28.3289548Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:28.3290768Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.3292858Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:28.3294212Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:28.3294852Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:28.3296101Z [ 4%] 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-21T20:20:28.3297636Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:20:28.3298679Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:20:28.3299502Z -- Looking for realpath - found 2025-03-21T20:20:28.3300063Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:20:28.3300655Z -- Configuring done (0.7s) 2025-03-21T20:20:28.3301536Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:20:28.3302888Z -- Generating done (0.0s) 2025-03-21T20:20:28.3303848Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:20:28.3305271Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:20:28.3306228Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:20:28.3307147Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:20:28.3309395Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:28.3312240Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.3314180Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:28.3314994Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.3315567Z | | 2025-03-21T20:20:28.3316152Z | const xnn_float16 * 2025-03-21T20:20:28.3317338Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.3319371Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.3320610Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.6979035Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.6981306Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.6983331Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:28.6984119Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.6984689Z | | 2025-03-21T20:20:28.6985304Z | const xnn_float16 * 2025-03-21T20:20:28.6986670Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.6988751Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.6989983Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.6990505Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.6992426Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.6994304Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:28.6995182Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.6995795Z | | 2025-03-21T20:20:28.6996366Z | const xnn_float16 * 2025-03-21T20:20:28.6998003Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.7000047Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.7001281Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.7001800Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.7004006Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:165:23: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.7006149Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:28.7007002Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.7007512Z | | 2025-03-21T20:20:28.7008020Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:28.7009186Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:28.7011237Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:28.7012579Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:28.7013211Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:28.7014451Z [ 4%] 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-21T20:20:28.7015826Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:20:28.7017741Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c: In function ‘xnn_f16_conv_hwc2chw_ukernel_3x3s2p1c3x4__neonfp16arith_2x2’: 2025-03-21T20:20:28.7020769Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:53:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.7022729Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:28.7023494Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.7024061Z | | 2025-03-21T20:20:28.7024635Z | const xnn_float16 * 2025-03-21T20:20:28.7025907Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:28.7028025Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.7029258Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.7029764Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.7031718Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:54:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:28.7033679Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:28.7034446Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:28.7035246Z | | 2025-03-21T20:20:28.7035813Z | const xnn_float16 * 2025-03-21T20:20:28.7037103Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:28.7039221Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:28.7040612Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:28.7041117Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:28.7042465Z [ 4%] 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-21T20:20:28.7044026Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:20:28.7045187Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:20:28.7046496Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:20:28.7047765Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:20:28.7048966Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:20:28.7049948Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:20:28.7051344Z [ 6%] 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-21T20:20:28.7052918Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:20:28.7054200Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:20:28.7055432Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:20:28.7056622Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:20:28.7057495Z [ 7%] Linking C static library libcpuinfo.a 2025-03-21T20:20:28.7058160Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:20:28.7059170Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:20:28.7060405Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:20:28.7061270Z [ 7%] Built target cpuinfo 2025-03-21T20:20:28.7062160Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:20:28.7063527Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:20:28.7064828Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:20:28.7066053Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:20:28.7067029Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:20:28.7068070Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:20:28.7070026Z [ 8%] 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-21T20:20:28.7071399Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:20:29.5493074Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:20:29.5495024Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:20:29.5496261Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:20:29.5497511Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:20:29.5498803Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:20:29.5500654Z [ 9%] 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-21T20:20:29.5502180Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:20:29.5503319Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:20:29.5504501Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:20:29.5505696Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:20:29.5506747Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:20:29.5507388Z [ 9%] Built target logging 2025-03-21T20:20:29.5508661Z [ 9%] 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-21T20:20:29.5510365Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:20:29.5511570Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:20:29.5512656Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:20:29.5513688Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:20:29.5515176Z [ 9%] 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-21T20:20:29.5516495Z [ 9%] Built target flatcc 2025-03-21T20:20:29.5516965Z [ 9%] Built target indirection 2025-03-21T20:20:29.5517798Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:20:29.5519126Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:20:29.5520488Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:20:29.5522215Z [ 9%] 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-21T20:20:29.5523563Z [ 9%] Built target microparams-init 2025-03-21T20:20:29.5524087Z [ 9%] Built target normalization 2025-03-21T20:20:29.5524989Z [ 9%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:20:29.5526390Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:20:29.5528062Z [ 9%] 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-21T20:20:29.5530036Z [ 9%] 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-21T20:20:29.5531521Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:20:29.5532733Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:20:29.5533378Z [ 9%] Built target allocator 2025-03-21T20:20:29.5534143Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:20:29.5535307Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:20:29.5536784Z [ 9%] 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-21T20:20:29.5537910Z [ 9%] Built target packing 2025-03-21T20:20:29.5539135Z [ 9%] 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-21T20:20:29.5540892Z [ 9%] 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-21T20:20:29.5542459Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:20:29.5543309Z [ 9%] Built target cache 2025-03-21T20:20:29.5544081Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:20:29.5545263Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:20:29.5546948Z [ 9%] 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-21T20:20:29.5549001Z [ 9%] 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-21T20:20:29.5550321Z [ 9%] Built target datatype 2025-03-21T20:20:29.5551137Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:20:29.5552809Z [ 9%] 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-21T20:20:29.5554572Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:20:29.5555554Z [ 9%] Built target memory 2025-03-21T20:20:29.5556740Z [ 10%] 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-21T20:20:29.5558234Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:20:29.5559198Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:20:29.5560206Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:20:29.5561104Z [ 10%] Built target microkernel-utils 2025-03-21T20:20:29.5562174Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:20:29.5563677Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:20:29.5564620Z [ 10%] Built target mutex 2025-03-21T20:20:29.5565469Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:20:29.5566860Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:20:29.5568448Z [ 10%] 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-21T20:20:29.5570516Z [ 12%] 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-21T20:20:29.5572066Z [ 12%] Built target operator-utils 2025-03-21T20:20:29.5572917Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:20:29.5574046Z [ 13%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:20:29.5575177Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:20:29.5576045Z [ 13%] Built target operator-run 2025-03-21T20:20:29.5576875Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:20:29.5578606Z [ 13%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:20:29.5580214Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:20:29.5581421Z [ 14%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:20:29.5582474Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:20:29.5584871Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:20:29.5588628Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:20:29.5590246Z [ 14%] 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-21T20:20:29.5591627Z [ 14%] Built target flatcc_cli 2025-03-21T20:20:29.5592998Z [ 14%] 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-21T20:20:29.5594388Z [ 14%] Built target hardware-config 2025-03-21T20:20:29.5594897Z [ 14%] Generating etdump headers 2025-03-21T20:20:29.5595524Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:20:30.4062148Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:20:30.4062939Z [ 14%] Built target etdump_schema 2025-03-21T20:20:30.4063514Z [ 14%] Linking CXX static library libeigen_blas.a 2025-03-21T20:20:30.4065009Z [ 14%] 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-21T20:20:30.4067215Z [ 14%] 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-21T20:20:30.4068534Z [ 14%] Built target reference-ukernels 2025-03-21T20:20:30.4069743Z [ 14%] 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-21T20:20:30.4071699Z [ 14%] 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-21T20:20:30.4073623Z [ 14%] 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-21T20:20:30.4074808Z [ 14%] Built target eigen_blas 2025-03-21T20:20:30.4075686Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:20:30.4077295Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-03-21T20:20:30.4079274Z [ 14%] 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-21T20:20:30.4081136Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:20:30.4082271Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:20:30.4084056Z [ 14%] 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-21T20:20:30.4086424Z [ 14%] 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-21T20:20:30.4088180Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:20:30.4089020Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:20:30.4089854Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:20:30.4090672Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:20:30.4092176Z [ 14%] 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-21T20:20:30.4094182Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:20:30.4096050Z [ 14%] 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-21T20:20:30.4098182Z [ 14%] 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-21T20:20:30.4100184Z [ 15%] 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-21T20:20:30.4101954Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:20:30.4103130Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:20:30.4104284Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:20:30.4105443Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:20:30.4106278Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:20:30.4107101Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:20:30.4108251Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:20:30.4109954Z [ 15%] 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-21T20:20:30.4111677Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:20:30.4113126Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:20:30.4114359Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:20:30.4115819Z [ 15%] 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-21T20:20:30.4117779Z [ 15%] 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-21T20:20:30.4119168Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:20:30.4119992Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:20:30.4121714Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:20:30.4122812Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:20:30.4124507Z [ 15%] 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-21T20:20:30.4126315Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:20:30.4128209Z [ 15%] 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-21T20:20:30.4129608Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:20:30.4130415Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:20:30.4131321Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:20:30.4132607Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:20:30.4135038Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_maxpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:30.4137896Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:28:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.4139875Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:30.4140717Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.4141318Z | | 2025-03-21T20:20:30.4141912Z | const xnn_float16 * 2025-03-21T20:20:30.4143125Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.4145189Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.4146426Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.4146950Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.4148856Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:29:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.4150811Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:30.4151641Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.4152224Z | | 2025-03-21T20:20:30.4152820Z | const xnn_float16 * 2025-03-21T20:20:30.4154020Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.4156101Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.4157341Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.4157873Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.5213522Z [ 17%] 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-21T20:20:30.5216206Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:30.5219101Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.5221531Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:30.5222394Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.5222976Z | | 2025-03-21T20:20:30.5223590Z | const xnn_float16 * 2025-03-21T20:20:30.5224799Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.5226987Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.5228227Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.5228754Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.5230679Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.5232636Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:30.5233475Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.5234044Z | | 2025-03-21T20:20:30.5234633Z | const xnn_float16 * 2025-03-21T20:20:30.5235846Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.5237948Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.5239191Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.5239713Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.5241665Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:239:75: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.5244128Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:30.5245206Z | ^~~~~~~~~~ 2025-03-21T20:20:30.5245791Z | | 2025-03-21T20:20:30.5246660Z | const xnn_float16 * 2025-03-21T20:20:30.5247910Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.5249995Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.5251601Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.5252122Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.5252760Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:20:30.5254213Z [ 17%] 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-21T20:20:30.5255864Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:20:30.5258137Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:30.5260999Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.5262969Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:30.5263800Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.5264364Z | | 2025-03-21T20:20:30.5264952Z | const xnn_float16 * 2025-03-21T20:20:30.5266167Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.5268222Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.5269467Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.5269987Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.5271871Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.5273808Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:30.5274631Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.5275222Z | | 2025-03-21T20:20:30.5275814Z | const xnn_float16 * 2025-03-21T20:20:30.5277016Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.5279076Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.5280298Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.5280822Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.5282735Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:106:73: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.5284942Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:30.5285996Z | ^~~~~~~~~~ 2025-03-21T20:20:30.5287193Z | | 2025-03-21T20:20:30.5287794Z | const xnn_float16 * 2025-03-21T20:20:30.5288999Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:30.5291099Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:30.5292332Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:30.5292846Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:30.5294171Z [ 17%] 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-21T20:20:30.5296375Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c: In function ‘xnn_f16_qs8_vcvt_ukernel__neonfp16arith_u32’: 2025-03-21T20:20:30.5299132Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:32:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:30.5308852Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:30.5309677Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:30.5310257Z | | 2025-03-21T20:20:31.3645452Z | const xnn_float16 * 2025-03-21T20:20:31.3646788Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:12: 2025-03-21T20:20:31.3649045Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:31.3650283Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:31.3650800Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:31.3652214Z [ 17%] 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-21T20:20:31.3653753Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:20:31.3654575Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:20:31.3655720Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:20:31.3657366Z [ 17%] 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-21T20:20:31.3658783Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:20:31.3659734Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:20:31.3661881Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c: In function ‘xnn_f16_raddstoreexpminusmax_ukernel__neonfp16arith_rr2_p2_u32’: 2025-03-21T20:20:31.3665207Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:189:17: warning: passing argument 1 of ‘vst1_lane_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:31.3667180Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-03-21T20:20:31.3667754Z | ^~~ 2025-03-21T20:20:31.3668642Z | | 2025-03-21T20:20:31.3669069Z | xnn_float16 * 2025-03-21T20:20:31.3670407Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:12: 2025-03-21T20:20:31.3672592Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26591:26: note: expected ‘uint16_t *’ {aka ‘short unsigned int *’} but argument is of type ‘xnn_float16 *’ 2025-03-21T20:20:31.3673842Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-03-21T20:20:31.3674476Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:31.3675798Z [ 17%] 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-21T20:20:31.3677362Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:20:31.3678970Z [ 17%] 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-21T20:20:31.3680804Z [ 17%] 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-21T20:20:31.3682357Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:20:31.3683798Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:20:31.3685321Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:20:31.3686895Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:20:31.3688068Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:20:31.3689258Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:20:31.3690750Z [ 17%] 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-21T20:20:31.3692597Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:20:31.3694119Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:20:31.3695486Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:20:31.3696863Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:20:31.3698317Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:20:31.3699963Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3701568Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:20:31.3703161Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3704533Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:20:31.3705504Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:20:31.3706909Z [ 18%] 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-21T20:20:31.3709024Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-03-21T20:20:31.3710222Z [ 18%] Built target operators 2025-03-21T20:20:31.3711374Z [ 18%] 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-21T20:20:31.3713168Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-03-21T20:20:31.3714904Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3716829Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3718615Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3720383Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3722145Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3723285Z [100%] Linking CXX executable flatc 2025-03-21T20:20:31.3724166Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:20:31.3725698Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3727602Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3729535Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3731382Z [ 19%] 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-21T20:20:31.3732905Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:20:31.3734347Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-03-21T20:20:31.3736123Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3737931Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3739746Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-03-21T20:20:31.3741247Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:20:31.3742915Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2859526Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2861275Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:20:32.2862896Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2865047Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2866818Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2868605Z [ 19%] 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-21T20:20:32.2870246Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:20:32.2872069Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2873888Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2875535Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:20:32.2877282Z [ 20%] 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-21T20:20:32.2879149Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2880899Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2882651Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2884168Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:20:32.2885685Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2888395Z [ 21%] 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-21T20:20:32.2890359Z [ 21%] 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-21T20:20:32.2892340Z [ 21%] 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-21T20:20:32.2894358Z [ 21%] 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-21T20:20:32.2896076Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:20:32.2897730Z [ 21%] 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-21T20:20:32.2899805Z [ 21%] 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-21T20:20:32.2901638Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:20:32.2903438Z [ 21%] 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-21T20:20:32.2905419Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2907495Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2908995Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:20:32.2910491Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-03-21T20:20:32.2912241Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-03-21T20:20:32.2914167Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:20:32.2915990Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-03-21T20:20:32.2917822Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:20:32.2919451Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:20:32.2921049Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-03-21T20:20:32.2922813Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:20:32.2924596Z [ 23%] 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-21T20:20:32.2925756Z [100%] Built target flatc 2025-03-21T20:20:32.2926737Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:20:32.2927697Z [ 23%] No install step for 'flatbuffers' 2025-03-21T20:20:32.2928225Z [ 23%] Completed 'flatbuffers' 2025-03-21T20:20:32.2929173Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:20:32.2930141Z [ 23%] Built target flatbuffers 2025-03-21T20:20:32.2930641Z [ 23%] Generating common_schema headers 2025-03-21T20:20:32.2931802Z [ 23%] 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-21T20:20:32.2932968Z [ 23%] Built target common_schema 2025-03-21T20:20:32.2934090Z [ 23%] 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-21T20:20:32.2935860Z [ 23%] 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-21T20:20:32.2937798Z [ 23%] 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-21T20:20:32.2939599Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:20:32.2941042Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:20:32.2942667Z [ 23%] 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-21T20:20:32.2944599Z [ 23%] 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-21T20:20:32.2946324Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:20:32.2948017Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:20:32.2949787Z [ 23%] 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-21T20:20:32.2951121Z [ 24%] Generating xnnpack_schema headers 2025-03-21T20:20:32.2951657Z [ 24%] Generating bundled_program headers 2025-03-21T20:20:32.2952181Z [ 24%] Built target xnnpack_schema 2025-03-21T20:20:32.2953122Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:20:32.2954624Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:20:32.2955594Z [ 24%] Generating program_schema headers 2025-03-21T20:20:32.2956139Z [ 24%] Built target bundled_program_schema 2025-03-21T20:20:32.2957122Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:20:32.2958765Z [ 25%] 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-21T20:20:33.3623015Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:20:33.3624127Z [ 25%] Built target program_schema 2025-03-21T20:20:33.3625284Z [ 25%] 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-21T20:20:33.3626896Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:20:33.3628269Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:20:33.3629740Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:20:33.3631394Z [ 26%] 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-21T20:20:33.3633002Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:20:33.3634474Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:20:33.3635924Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:20:33.3637121Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:20:33.3638350Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:20:33.3640013Z [ 26%] 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-21T20:20:33.3641634Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:20:33.3642946Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:20:33.3644249Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:20:33.3645903Z [ 26%] 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-21T20:20:33.3647918Z [ 26%] 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-21T20:20:33.3649864Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:20:33.3650928Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:20:33.3652284Z [ 26%] 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-21T20:20:33.3654042Z [ 26%] 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-21T20:20:33.3655822Z [ 26%] 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-21T20:20:33.3657837Z [ 26%] 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-21T20:20:33.3659453Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:20:33.3660382Z [ 26%] Built target subgraph 2025-03-21T20:20:33.3661470Z [ 26%] 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-21T20:20:33.3663231Z [ 26%] 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-21T20:20:33.3665010Z [ 26%] 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-21T20:20:33.3666920Z [ 26%] 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-21T20:20:33.3668568Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:20:33.3669802Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:20:33.3671375Z [ 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-21T20:20:33.3673281Z [ 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-21T20:20:33.3674667Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:20:33.3676011Z [ 29%] 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-21T20:20:33.3677409Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:20:33.3678421Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:20:33.3679510Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:20:33.3680924Z [ 29%] 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-21T20:20:33.3682706Z [ 29%] 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-21T20:20:33.3684120Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:20:33.3685157Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:20:33.3687064Z [ 29%] 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-21T20:20:33.3689151Z [ 29%] 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-21T20:20:33.3691041Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:20:33.3692231Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:20:33.3693370Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:20:33.3694976Z [ 29%] 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-21T20:20:33.3696687Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:20:33.3697735Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:20:33.3698725Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:20:33.3700232Z [ 29%] 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-21T20:20:33.3701757Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:20:33.3702764Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:20:33.3704383Z [ 29%] 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-21T20:20:33.3706526Z [ 29%] 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-21T20:20:33.3708072Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:20:33.3709687Z [ 29%] 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-21T20:20:33.3711810Z [ 29%] 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-21T20:20:33.3713955Z [ 29%] 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-21T20:20:33.3716019Z [ 29%] 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-21T20:20:33.3718076Z [ 29%] 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-21T20:20:34.1758979Z [ 29%] 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-21T20:20:34.1760488Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:20:34.1761124Z [ 29%] Built target executorch_core 2025-03-21T20:20:34.1762501Z [ 30%] 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-21T20:20:34.1764639Z [ 30%] 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-21T20:20:34.1766283Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:20:34.1767867Z [ 30%] 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-21T20:20:34.1769929Z [ 30%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:20:34.1771033Z [ 30%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:20:34.1772669Z [ 30%] 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-21T20:20:34.1789947Z [ 30%] 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-21T20:20:34.1792095Z [ 30%] 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-21T20:20:34.1793602Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:20:34.1795113Z [ 30%] 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-21T20:20:34.1796948Z [ 30%] 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-21T20:20:34.1798319Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:20:34.1799329Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:20:34.1800486Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:20:34.1801743Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:20:34.1803098Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:20:34.1804029Z [ 30%] Linking CXX static library libextension_tensor.a 2025-03-21T20:20:34.1804624Z [ 30%] Built target extension_tensor 2025-03-21T20:20:34.1805745Z [ 30%] 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-21T20:20:34.1807537Z [ 30%] 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-21T20:20:34.1809197Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:20:34.1811136Z [ 30%] 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-21T20:20:34.1813239Z [ 30%] 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-21T20:20:34.1815367Z [ 30%] 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-21T20:20:34.1817480Z [ 30%] 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-21T20:20:34.1819605Z [ 31%] 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-21T20:20:34.1821673Z [ 31%] 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-21T20:20:34.1823068Z [ 31%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:20:34.1823678Z [ 31%] Built target extension_threadpool 2025-03-21T20:20:34.1824983Z [ 31%] 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-21T20:20:34.1827286Z [ 31%] 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-21T20:20:34.1829116Z [ 31%] 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-21T20:20:34.1830855Z [ 31%] 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-21T20:20:34.1832229Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:20:34.1833319Z [ 31%] Linking CXX static library libexecutorch.a 2025-03-21T20:20:34.1834476Z [ 31%] 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-21T20:20:34.1835588Z [ 31%] Built target executorch 2025-03-21T20:20:34.1836626Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:20:34.1838430Z [ 31%] 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-21T20:20:34.1840432Z [ 31%] 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-21T20:20:34.1842355Z [ 31%] 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-21T20:20:34.1843759Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:20:34.1845107Z [ 31%] 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-21T20:20:34.1846870Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:20:34.1848539Z [ 31%] 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-21T20:20:34.1850244Z [ 32%] 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-21T20:20:34.1851899Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:20:34.1853796Z [ 32%] 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-21T20:20:34.1855370Z [ 32%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:20:34.1856920Z [ 32%] 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-21T20:20:34.1858994Z [ 32%] 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-21T20:20:34.1861115Z [ 32%] 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-21T20:20:34.1862671Z [ 32%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:20:34.1864205Z [ 32%] 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-21T20:20:34.1866260Z [ 32%] 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-21T20:20:34.1868345Z [ 32%] 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-21T20:20:34.1870148Z [ 32%] 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-21T20:20:34.1872799Z [ 32%] 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-21T20:20:35.6352271Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:20:35.6353404Z [ 32%] Linking CXX static library libcpublas.a 2025-03-21T20:20:35.6353956Z [ 32%] Built target cpublas 2025-03-21T20:20:35.6354813Z [ 34%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:20:35.6356528Z [ 34%] 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-21T20:20:35.6358233Z [ 34%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:20:35.6359905Z [ 34%] 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-21T20:20:35.6362021Z [ 34%] 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-21T20:20:35.6364661Z [ 34%] 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-21T20:20:35.6366284Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:20:35.6367850Z [ 35%] 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-21T20:20:35.6369304Z [ 35%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:20:35.6370655Z [ 35%] 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-21T20:20:35.6372556Z [ 35%] 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-21T20:20:35.6373711Z [ 35%] Built target extension_data_loader 2025-03-21T20:20:35.6374667Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:20:35.6375946Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:20:35.6377147Z [ 35%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:20:35.6378355Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:20:35.6379878Z [ 35%] 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-21T20:20:35.6381743Z [ 35%] 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-21T20:20:35.6383404Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:20:35.6384542Z [ 36%] Linking CXX static library libbundled_program.a 2025-03-21T20:20:35.6386012Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:20:35.6389161Z [ 36%] Built target bundled_program 2025-03-21T20:20:35.6390049Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:35.6391680Z [ 36%] 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-21T20:20:35.6393294Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:20:35.6395053Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-03-21T20:20:35.6397372Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-03-21T20:20:35.6398991Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:20:35.6400775Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:20:35.6402365Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:20:35.6403703Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:20:35.6404901Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:20:35.6406334Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:20:35.6408013Z [ 36%] 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-21T20:20:35.6410149Z [ 36%] 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-21T20:20:35.6412261Z [ 36%] 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-21T20:20:35.6414193Z [ 36%] 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-21T20:20:35.6415674Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:20:35.6416555Z [ 37%] Linking CXX static library libutil.a 2025-03-21T20:20:35.6417700Z [ 37%] 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-21T20:20:35.6419180Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:20:35.6420085Z [ 37%] Built target util 2025-03-21T20:20:35.6420853Z [ 37%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:20:35.6421974Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:35.6423140Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:20:35.6424620Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:20:35.6426310Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:20:35.6428184Z [ 39%] 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-21T20:20:35.6429871Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:20:35.6431148Z [ 39%] Linking CXX static library libetdump.a 2025-03-21T20:20:35.6432031Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:20:35.6432893Z [ 39%] Built target etdump 2025-03-21T20:20:35.6433699Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:20:35.6434917Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:20:35.6436766Z [ 39%] 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-21T20:20:35.6438511Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:20:35.6440188Z [ 40%] 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-21T20:20:35.6442340Z [ 40%] 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-21T20:20:35.6444495Z [ 40%] 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-21T20:20:35.6446648Z [ 40%] 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-21T20:20:35.6448618Z [ 40%] 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-21T20:20:35.6450429Z [ 40%] 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-21T20:20:35.6451946Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:20:35.6453195Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:20:35.6454479Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:20:37.0157469Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:20:37.0158844Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:20:37.0160377Z [ 40%] 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-21T20:20:37.0162324Z [ 40%] 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-21T20:20:37.0164131Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:20:37.0165555Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:37.0167067Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:37.0168373Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:20:37.0169831Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:20:37.0171875Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:20:37.0173978Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:20:37.0175824Z [ 41%] 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-21T20:20:37.0177643Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:20:37.0178907Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:20:37.0180062Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:37.0181978Z [ 41%] 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-21T20:20:37.0184069Z [ 41%] 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-21T20:20:37.0185696Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:20:37.0187600Z [ 42%] 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-21T20:20:37.0189145Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:20:37.0190496Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:20:37.0192042Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:20:37.0193740Z [ 43%] 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-21T20:20:37.0195292Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:20:37.0196775Z [ 43%] 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-21T20:20:37.0198237Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:20:37.0199672Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:20:37.0201859Z [ 43%] 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-21T20:20:37.0205877Z [ 43%] 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-21T20:20:37.0208129Z [ 43%] 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-21T20:20:37.0210280Z [ 43%] 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-21T20:20:37.0212358Z [ 43%] 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-21T20:20:37.0213995Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:20:37.0215575Z [ 43%] 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-21T20:20:37.0217469Z [ 43%] 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-21T20:20:37.0219776Z [ 43%] 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-21T20:20:37.0221409Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:20:37.0223355Z [ 43%] 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-21T20:20:37.0225089Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:20:37.0227021Z [ 45%] 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-21T20:20:37.0229217Z [ 45%] 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-21T20:20:37.0231442Z [ 45%] 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-21T20:20:37.0233361Z [ 45%] 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-21T20:20:37.0235257Z [ 45%] 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-21T20:20:37.0237163Z [ 45%] 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-21T20:20:37.0239004Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:20:37.0240683Z [ 45%] 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-21T20:20:37.0242637Z [ 45%] 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-21T20:20:37.0244465Z [ 45%] 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-21T20:20:37.0245968Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:37.0247577Z [ 45%] 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-21T20:20:37.0249502Z [ 45%] 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-21T20:20:37.0251506Z [ 45%] 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-21T20:20:37.0253210Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:20:37.0254824Z [ 45%] 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-21T20:20:37.0256435Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:20:37.0257608Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:37.0259116Z [ 45%] 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-21T20:20:37.0260889Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:20:38.1882496Z [ 45%] 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-21T20:20:38.1884304Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:20:38.1885998Z [ 46%] 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-21T20:20:38.1887826Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:20:38.1890086Z [ 46%] 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-21T20:20:38.1891747Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:38.1893247Z [ 46%] 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-21T20:20:38.1895231Z [ 46%] 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-21T20:20:38.1896894Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:38.1898623Z [ 46%] 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-21T20:20:38.1900372Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:20:38.1901552Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:38.1903175Z [ 46%] 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-21T20:20:38.1904792Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:20:38.1906337Z [ 46%] 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-21T20:20:38.1908238Z [ 46%] 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-21T20:20:38.1910350Z [ 46%] 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-21T20:20:38.1912390Z [ 46%] 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-21T20:20:38.1914084Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:20:38.1915312Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:20:38.1916636Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:38.1917892Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:38.1919041Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:20:38.1920034Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:20:38.1922902Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:38.1927524Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.1929649Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:38.1930480Z | ^ 2025-03-21T20:20:38.1931388Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:38.1932531Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:38.1934173Z [ 47%] 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-21T20:20:38.1936107Z [ 47%] 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-21T20:20:38.1937823Z [ 47%] 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-21T20:20:38.1939311Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:20:38.1940835Z [ 47%] 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-21T20:20:38.1942648Z [ 47%] 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-21T20:20:38.1944173Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:20:38.1945453Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:20:38.1946820Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:38.1948146Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:38.1949334Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:20:38.1950574Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:20:38.1951656Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:20:38.1954789Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:38.1958616Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.1960740Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:38.1961425Z | ^ 2025-03-21T20:20:38.1962245Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:38.1964493Z [ 48%] 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-21T20:20:38.1966739Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:20:38.1968201Z [ 48%] 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-21T20:20:38.1969664Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:20:38.1971097Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:20:38.1972661Z [ 48%] 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-21T20:20:38.1974279Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:20:38.1975520Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:20:38.1976749Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:38.1978298Z [ 48%] 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-21T20:20:38.1979800Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:38.3259325Z [ 48%] 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-21T20:20:38.3260904Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:20:38.3262121Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:20:38.3263625Z [ 48%] 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-21T20:20:38.3265731Z [ 48%] 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-21T20:20:38.3267476Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:38.3271098Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:38.3277138Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:38.3280824Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:38.3282951Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3284962Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:38.3285578Z | ^~~~~~~~~~~~~~ 2025-03-21T20:20:38.3294113Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:38.3300504Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:38.3304254Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:38.3306325Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3310419Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:38.3315580Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:38.3324079Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:38.3329452Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:38.3333074Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3334639Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:38.3335282Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:38.3338412Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:38.3348182Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:38.3357242Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:38.3362386Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:38.3364524Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3367580Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:20:38.3368179Z from /usr/include/c++/11/array:38, 2025-03-21T20:20:38.3368879Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:20:38.3369812Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:20:38.3372039Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:20:38.3373319Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:20:38.3446637Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:20:38.3453424Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:38.3458644Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:38.3464684Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:38.3468840Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:38.3470649Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3471833Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:20:38.3472333Z | ^~~~~~~~~ 2025-03-21T20:20:38.3475968Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:20:38.3481607Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:38.3486919Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:38.3493171Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:38.3496854Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:38.3498616Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3502295Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:20:38.3506038Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3507539Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:38.3508164Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:38.3511208Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:20:38.3515266Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3516914Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:38.3519930Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:20:38.3523382Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3524920Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:38.3525553Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:38.3529679Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘std::tuple torch::executor::native::opt_native_layer_norm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::runtime::IntArrayRef, executorch::aten::optional&, executorch::aten::optional&, double, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&)’: 2025-03-21T20:20:38.3534287Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:38.3535793Z 114 | std::tuple opt_native_layer_norm_out( 2025-03-21T20:20:38.3536453Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:38.3538148Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.9427762Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.9430758Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.9432419Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:39.9433339Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:39.9435714Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:39.9437238Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:39.9437903Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:39.9438724Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:39.9440409Z [ 48%] 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-21T20:20:39.9442698Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:20:39.9444230Z [ 48%] 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-21T20:20:39.9445700Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:39.9446992Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:20:39.9448700Z [ 50%] 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-21T20:20:39.9450252Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:20:39.9451749Z [ 50%] 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-21T20:20:39.9453469Z [ 50%] 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-21T20:20:39.9454874Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:39.9456293Z [ 50%] 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-21T20:20:39.9458044Z [ 50%] 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-21T20:20:39.9459582Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:20:39.9460862Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:20:39.9462033Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:39.9463434Z [ 52%] 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-21T20:20:39.9464881Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:20:39.9466088Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:39.9467532Z [ 52%] 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-21T20:20:39.9469014Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:20:39.9470520Z [ 52%] 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-21T20:20:39.9472037Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:20:39.9473423Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:20:39.9474738Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:20:39.9475999Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:20:39.9477565Z [ 52%] 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-21T20:20:39.9478828Z [ 52%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:20:39.9479765Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:20:39.9481547Z [ 52%] 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-21T20:20:39.9483077Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:20:39.9483950Z [ 52%] Built target optimized_kernels 2025-03-21T20:20:39.9484844Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:39.9486408Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:20:39.9488238Z [ 53%] 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-21T20:20:39.9489859Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:20:39.9491148Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:20:39.9492648Z [ 53%] 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-21T20:20:39.9494157Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:20:39.9495407Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:20:39.9496614Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:20:39.9498063Z [ 53%] 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-21T20:20:39.9499567Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:20:39.9500888Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:20:39.9502419Z [ 53%] 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-21T20:20:39.9503949Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:20:39.9505429Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-03-21T20:20:39.9506850Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:20:39.9508180Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:20:39.9509697Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:20:39.9511276Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:20:39.9512518Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:20:39.9514009Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:20:39.9515432Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:20:39.9516862Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-03-21T20:20:39.9518309Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:20:39.9519867Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:39.9521050Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:39.9522290Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:20:39.9523766Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:20:41.6025553Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:20:41.6027379Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:20:41.6029019Z [ 54%] 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-21T20:20:41.6030607Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:41.6031886Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:20:41.6033069Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:41.6034297Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:20:41.6035747Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:20:41.6037184Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:20:41.6038671Z [ 56%] 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-21T20:20:41.6040237Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:20:41.6041552Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:20:41.6043037Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:20:41.6044530Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:20:41.6045869Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:20:41.6047277Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:20:41.6048701Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-03-21T20:20:41.6050134Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:20:41.6051568Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:20:41.6053215Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-03-21T20:20:41.6054667Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:20:41.6055999Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:20:41.6057363Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:20:41.6058883Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:20:41.6060742Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:20:41.6062231Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-03-21T20:20:41.6063652Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:20:41.6065080Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:20:41.6066653Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:20:41.6068155Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-03-21T20:20:41.6069605Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:20:41.6070905Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:20:41.6072274Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:20:41.6073810Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:20:41.6075378Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:20:41.6077058Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-03-21T20:20:41.6078711Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:20:41.6080367Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-03-21T20:20:41.6082024Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:20:41.6083598Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:20:41.6084887Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:20:41.6086459Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:20:41.6087927Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-03-21T20:20:41.6089598Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:20:41.6091045Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:20:41.6092256Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:20:41.6093700Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-03-21T20:20:41.6095383Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:20:41.6096896Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:20:41.6098427Z [ 59%] 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-21T20:20:41.6100289Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:20:41.6101763Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:20:41.6103254Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:20:41.6104550Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:20:41.6106201Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-03-21T20:20:41.6107751Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:20:41.6109276Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:20:41.6110766Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:41.6112218Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-03-21T20:20:41.6113888Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:20:41.6115340Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:20:41.6116560Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:20:41.6118013Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-03-21T20:20:41.6119589Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:20:41.6120832Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:20:43.4004769Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:20:43.4006445Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:20:43.4008009Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-03-21T20:20:43.4009505Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:20:43.4010775Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:20:43.4012138Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:20:43.4013708Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:20:43.4015175Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:20:43.4016434Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:20:43.4017916Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-03-21T20:20:43.4019335Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:20:43.4020544Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:43.4022176Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:20:43.4023595Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:20:43.4025029Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:20:43.4026248Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:20:43.4027864Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-03-21T20:20:43.4029331Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:20:43.4030564Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:20:43.4031805Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:20:43.4033252Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:20:43.4034754Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:20:43.4036022Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:20:43.4037243Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:20:43.4038682Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-03-21T20:20:43.4040195Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:20:43.4041495Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:20:43.4042978Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:20:43.4044479Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:20:43.4045905Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:20:43.4047408Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:20:43.4048907Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-03-21T20:20:43.4050301Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:20:43.4051727Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:20:43.4053183Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:20:43.4054466Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:43.4055684Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:20:43.4057147Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-03-21T20:20:43.4058711Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:20:43.4060220Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:20:43.4062075Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:20:43.4063812Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-03-21T20:20:43.4065530Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:20:43.4067375Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:20:43.4068954Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:20:43.4070361Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:20:43.4071752Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:20:43.4073103Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:20:43.4074628Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-03-21T20:20:43.4076366Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:20:43.4078116Z [ 64%] 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-21T20:20:43.4079900Z [ 64%] 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-21T20:20:43.4081681Z [ 65%] 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-21T20:20:43.4083237Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:20:43.4084603Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:20:43.4085918Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:20:43.4087451Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:20:43.4089001Z [ 65%] 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-21T20:20:43.4090786Z [ 65%] 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-21T20:20:43.4092497Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:20:43.4094227Z [ 65%] 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-21T20:20:43.4096064Z [ 65%] 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-21T20:20:43.4097674Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:20:43.4099205Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-03-21T20:20:44.4355106Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:20:44.4356694Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:20:44.4358107Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:20:44.4359549Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:20:44.4360887Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:20:44.4362877Z [ 65%] 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-21T20:20:44.4364725Z [ 65%] 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-21T20:20:44.4366411Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:20:44.4367898Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-03-21T20:20:44.4369407Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:20:44.4370747Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:20:44.4372079Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:20:44.4373591Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:20:44.4375377Z [ 65%] 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-21T20:20:44.4377259Z [ 65%] 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-21T20:20:44.4379137Z [ 67%] 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-21T20:20:44.4380908Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:20:44.4382615Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-03-21T20:20:44.4384235Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-03-21T20:20:44.4385901Z [ 67%] 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-21T20:20:44.4387931Z [ 67%] 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-21T20:20:44.4389591Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-03-21T20:20:44.4391213Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-03-21T20:20:44.4392891Z [ 67%] 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-21T20:20:44.4394600Z [ 67%] 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-21T20:20:44.4396602Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-03-21T20:20:44.4398240Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-03-21T20:20:44.4399414Z [ 68%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:20:44.4400630Z [ 68%] 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-21T20:20:44.4402331Z [ 68%] 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-21T20:20:44.4404168Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-03-21T20:20:44.4405836Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-03-21T20:20:44.4407634Z [ 69%] 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-21T20:20:44.4409407Z [ 69%] 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-21T20:20:44.4411126Z [ 69%] 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-21T20:20:44.4412867Z [ 69%] 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-21T20:20:44.4414634Z [ 69%] 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-21T20:20:44.4416519Z [ 69%] 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-21T20:20:44.4418687Z [ 69%] 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-21T20:20:44.4420706Z [ 69%] 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-21T20:20:44.4422585Z [ 69%] 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-21T20:20:44.4423781Z [ 69%] Built target optimized_portable_kernels 2025-03-21T20:20:44.4424330Z [ 69%] Merging kernel yaml files 2025-03-21T20:20:44.4425438Z [ 69%] 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-21T20:20:44.4427201Z [ 69%] 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-21T20:20:44.4429013Z [ 69%] 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-21T20:20:44.4430713Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-03-21T20:20:44.4432310Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:20:44.4433908Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-03-21T20:20:44.4435504Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:20:44.4437345Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-03-21T20:20:44.4438938Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:20:44.4440165Z [ 70%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:20:44.4441487Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-03-21T20:20:44.4443584Z [ 70%] 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-21T20:20:44.4445785Z [ 70%] 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-21T20:20:44.4447971Z [ 70%] 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-21T20:20:44.4450052Z [ 70%] 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-21T20:20:44.4452125Z [ 70%] 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-21T20:20:45.5534532Z [ 70%] 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-21T20:20:45.5536862Z [ 70%] 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-21T20:20:45.5539079Z [ 70%] 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-21T20:20:45.5541159Z [ 70%] 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-21T20:20:45.5543227Z [ 71%] 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-21T20:20:45.5545301Z [ 71%] 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-21T20:20:45.5547422Z [ 71%] 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-21T20:20:45.5549593Z [ 71%] 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-21T20:20:45.5551666Z [ 71%] 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-21T20:20:45.5552972Z [ 71%] Generating code for kernel registration 2025-03-21T20:20:45.5554309Z [ 71%] 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-21T20:20:45.5556425Z [ 71%] 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-21T20:20:45.5558528Z [ 71%] 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-21T20:20:45.5561175Z [ 71%] 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-21T20:20:45.5563576Z [ 71%] 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-21T20:20:45.5565901Z [ 71%] 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-21T20:20:45.5568335Z [ 71%] 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-21T20:20:45.5570423Z [ 71%] 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-21T20:20:45.5572568Z [ 71%] 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-21T20:20:45.5574681Z [ 73%] 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-21T20:20:45.5576808Z [ 73%] 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-21T20:20:45.5578980Z [ 73%] 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-21T20:20:45.5581161Z [ 73%] 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-21T20:20:45.5583456Z [ 73%] 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-21T20:20:45.5585885Z [ 73%] 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-21T20:20:45.5588395Z [ 73%] 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-21T20:20:45.5590499Z [ 73%] 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-21T20:20:45.5592592Z [ 73%] 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-21T20:20:45.5594701Z [ 73%] 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-21T20:20:45.5596728Z [ 73%] 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-21T20:20:45.5598734Z [ 73%] 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-21T20:20:45.5600903Z [ 73%] 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-21T20:20:45.5602866Z [ 73%] 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-21T20:20:45.5605392Z [ 73%] 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-21T20:20:45.5607467Z [ 74%] 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-21T20:20:45.5609477Z [ 74%] 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-21T20:20:45.5611716Z [ 74%] 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-21T20:20:45.5613789Z [ 74%] 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-21T20:20:45.5615797Z [ 74%] 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-21T20:20:45.5617777Z [ 74%] 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-21T20:20:45.5619743Z [ 74%] 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-21T20:20:45.5621743Z [ 74%] 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-21T20:20:45.5623724Z [ 74%] 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-21T20:20:45.5625740Z [ 74%] 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-21T20:20:45.5627779Z [ 74%] 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-21T20:20:45.5629787Z [ 74%] 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-21T20:20:45.5631761Z [ 74%] 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-21T20:20:45.5633701Z [ 74%] 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-21T20:20:46.3810853Z [ 74%] 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-21T20:20:46.3813013Z [ 75%] 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-21T20:20:46.3814986Z [ 75%] 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-21T20:20:46.3817149Z [ 75%] 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-21T20:20:46.3819370Z [ 75%] 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-21T20:20:46.3821531Z [ 75%] 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-21T20:20:46.3824114Z [ 75%] 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-21T20:20:46.3826131Z [ 75%] 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-21T20:20:46.3828105Z [ 75%] 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-21T20:20:46.3830274Z [ 75%] 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-21T20:20:46.3832318Z [ 75%] 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-21T20:20:46.3834366Z [ 75%] 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-21T20:20:46.3836383Z [ 75%] 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-21T20:20:46.3838357Z [ 75%] 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-21T20:20:46.3840388Z [ 75%] 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-21T20:20:46.3842440Z [ 76%] 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-21T20:20:46.3844458Z [ 76%] 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-21T20:20:46.3846604Z [ 76%] 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-21T20:20:46.3848833Z [ 76%] 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-21T20:20:46.3851196Z [ 76%] 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-21T20:20:46.3853365Z [ 76%] 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-21T20:20:46.3855416Z [ 76%] 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-21T20:20:46.3857429Z [ 76%] 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-21T20:20:46.3859419Z [ 76%] 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-21T20:20:46.3861488Z [ 76%] 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-21T20:20:46.3863593Z [ 76%] 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-21T20:20:46.3865930Z [ 76%] 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-21T20:20:46.3868047Z [ 76%] 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-21T20:20:46.3870111Z [ 76%] 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-21T20:20:46.3872313Z [ 76%] 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-21T20:20:46.3874397Z [ 78%] 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-21T20:20:46.3876384Z [ 78%] 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-21T20:20:46.3878353Z [ 78%] 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-21T20:20:46.3880343Z [ 78%] 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-21T20:20:46.3882366Z [ 78%] 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-21T20:20:46.3884375Z [ 78%] 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-21T20:20:46.3886592Z [ 78%] 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-21T20:20:46.3888573Z [ 78%] 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-21T20:20:46.3890464Z [ 78%] 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-21T20:20:46.3892227Z [ 78%] 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-21T20:20:46.3893961Z [ 78%] 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-21T20:20:46.3895680Z [ 78%] 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-21T20:20:46.3897494Z [ 78%] 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-21T20:20:46.3899324Z [ 78%] 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-21T20:20:46.3901307Z [ 79%] 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-21T20:20:46.3903457Z [ 79%] 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-21T20:20:46.3905571Z [ 79%] 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-21T20:20:46.3907675Z [ 79%] 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-21T20:20:47.2037899Z [ 79%] 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-21T20:20:47.2040124Z [ 79%] 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-21T20:20:47.2042274Z [ 79%] 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-21T20:20:47.2044795Z [ 79%] 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-21T20:20:47.2047150Z [ 79%] 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-21T20:20:47.2049284Z [ 79%] 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-21T20:20:47.2051389Z [ 79%] 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-21T20:20:47.2053496Z [ 79%] 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-21T20:20:47.2055633Z [ 79%] 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-21T20:20:47.2057752Z [ 79%] 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-21T20:20:47.2059859Z [ 79%] 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-21T20:20:47.2061957Z [ 80%] 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-21T20:20:47.2064046Z [ 80%] 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-21T20:20:47.2066079Z [ 80%] 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-21T20:20:47.2068053Z [ 80%] 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-21T20:20:47.2070116Z [ 80%] 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-21T20:20:47.2072144Z [ 80%] 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-21T20:20:47.2074162Z [ 80%] 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-21T20:20:47.2076218Z [ 80%] 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-21T20:20:47.2078220Z [ 80%] 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-21T20:20:47.2080820Z [ 80%] 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-21T20:20:47.2083174Z [ 80%] 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-21T20:20:47.2085398Z [ 80%] 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-21T20:20:47.2087909Z [ 80%] 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-21T20:20:47.2089973Z [ 80%] 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-21T20:20:47.2092015Z [ 81%] 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-21T20:20:47.2094267Z [ 81%] 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-21T20:20:47.2096625Z [ 81%] 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-21T20:20:47.2098864Z [ 81%] 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-21T20:20:47.2100973Z [ 81%] 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-21T20:20:47.2103210Z [ 81%] 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-21T20:20:47.2105595Z [ 81%] 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-21T20:20:47.2107936Z [ 81%] 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-21T20:20:47.2110250Z [ 81%] 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-21T20:20:47.2112370Z [ 81%] 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-21T20:20:47.2114723Z [ 81%] 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-21T20:20:47.2116751Z [ 81%] 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-21T20:20:47.2118777Z [ 81%] 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-21T20:20:47.2120843Z [ 81%] 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-21T20:20:47.2122857Z [ 81%] 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-21T20:20:47.2125630Z [ 82%] 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-21T20:20:47.2127783Z [ 82%] 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-21T20:20:47.2129842Z [ 82%] 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-21T20:20:47.2132043Z [ 82%] 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-21T20:20:47.2134114Z [ 82%] 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-21T20:20:47.2136354Z [ 82%] 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-21T20:20:47.2138729Z [ 82%] 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-21T20:20:47.8260874Z [ 82%] 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-21T20:20:47.8263110Z [ 82%] 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-21T20:20:47.8265178Z [ 82%] 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-21T20:20:47.8267279Z [ 82%] 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-21T20:20:47.8269552Z [ 82%] 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-21T20:20:47.8271936Z [ 82%] 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-21T20:20:47.8274192Z [ 82%] 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-21T20:20:47.8276399Z [ 82%] 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-21T20:20:47.8278733Z [ 84%] 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-21T20:20:47.8281161Z [ 84%] 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-21T20:20:47.8283527Z [ 84%] 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-21T20:20:47.8285872Z [ 84%] 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-21T20:20:47.8288401Z [ 84%] 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-21T20:20:47.8290833Z [ 84%] 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-21T20:20:47.8292839Z [ 84%] 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-21T20:20:47.8294783Z [ 84%] 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-21T20:20:47.8296867Z [ 84%] 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-21T20:20:47.8298772Z [ 84%] 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-21T20:20:47.8300553Z [ 84%] 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-21T20:20:47.8302243Z [ 84%] 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-21T20:20:47.8303915Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:20:47.8305613Z [ 84%] 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-21T20:20:47.8307390Z [ 85%] 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-21T20:20:47.8309133Z [ 85%] 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-21T20:20:47.8310872Z [ 85%] 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-21T20:20:47.8312639Z [ 85%] 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-21T20:20:47.8314513Z [ 85%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:20:47.8316373Z [ 85%] 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-21T20:20:47.8318176Z [ 85%] 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-21T20:20:47.8319952Z [ 85%] 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-21T20:20:47.8321642Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-03-21T20:20:47.8323258Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:20:47.8324875Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:20:47.8326616Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-03-21T20:20:47.8328346Z [ 85%] 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-21T20:20:47.8330118Z [ 85%] 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-21T20:20:47.8332090Z [ 85%] 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-21T20:20:47.8333910Z [ 85%] 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-21T20:20:47.8335745Z [ 86%] 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-21T20:20:47.8337746Z [ 86%] 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-21T20:20:47.8339655Z [ 86%] 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-21T20:20:47.8341641Z [ 86%] 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-21T20:20:47.8344072Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c: In function ‘xnn_qs8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:20:47.8346512Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:29:53: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:47.8348299Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:47.8349093Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:47.8349654Z | | 2025-03-21T20:20:47.8350231Z | const int32_t * {aka const int *} 2025-03-21T20:20:47.8351324Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:47.8353257Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:47.8354484Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:47.8354995Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:47.8356736Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:47.8358506Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:48.4874272Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:48.4874956Z | | 2025-03-21T20:20:48.4875537Z | const int32_t * {aka const int *} 2025-03-21T20:20:48.4876653Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:48.4878970Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:48.4880235Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:48.4880753Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:48.4881393Z [ 86%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:20:48.4882711Z [ 86%] 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-21T20:20:48.4885065Z [ 86%] 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-21T20:20:48.4887234Z [ 86%] 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-21T20:20:48.4888525Z [ 86%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:20:48.4889818Z [ 86%] 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-21T20:20:48.4892046Z [ 86%] 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-21T20:20:48.4894017Z [ 86%] 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-21T20:20:48.4895956Z [ 86%] 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-21T20:20:48.4897907Z [ 86%] 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-21T20:20:48.4899871Z [ 86%] 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-21T20:20:48.4901843Z [ 86%] 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-21T20:20:48.4903716Z [ 87%] 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-21T20:20:48.4905519Z [ 87%] 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-21T20:20:48.4907385Z [ 87%] 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-21T20:20:48.4909319Z [ 87%] 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-21T20:20:48.4911233Z [ 87%] 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-21T20:20:48.4913128Z [ 87%] 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-21T20:20:48.4915035Z [ 87%] 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-21T20:20:48.4916955Z [ 87%] 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-21T20:20:48.4918837Z [ 87%] 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-21T20:20:48.4920738Z [ 87%] 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-21T20:20:48.4922903Z [ 87%] 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-21T20:20:48.4925303Z [ 87%] 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-21T20:20:48.4928074Z [ 87%] 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-21T20:20:48.4930208Z [ 87%] 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-21T20:20:48.4936100Z [ 87%] 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-21T20:20:48.4938046Z [ 89%] 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-21T20:20:48.4940159Z [ 89%] 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-21T20:20:48.4942629Z [ 89%] 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-21T20:20:48.4944592Z [ 89%] 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-21T20:20:48.4946500Z [ 89%] 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-21T20:20:48.4948431Z [ 89%] 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-21T20:20:48.4950616Z [ 89%] 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-21T20:20:48.4953601Z [ 89%] 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-21T20:20:48.4956021Z [ 89%] 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-21T20:20:48.4958160Z [ 89%] 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-21T20:20:48.4959994Z [ 89%] 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-21T20:20:48.4961702Z [ 89%] 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-21T20:20:48.4963379Z [ 89%] 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-21T20:20:48.4965025Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:20:48.4966726Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:20:48.4968438Z [ 90%] 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-21T20:20:48.4970208Z [ 90%] 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-21T20:20:48.4971965Z [ 90%] 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-21T20:20:48.4973694Z [ 90%] 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-21T20:20:48.4975738Z [ 90%] 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-21T20:20:48.4977964Z [ 90%] 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-21T20:20:48.9310818Z [ 90%] 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-21T20:20:48.9312678Z [ 90%] 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-21T20:20:48.9314772Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-03-21T20:20:48.9316428Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:20:48.9318065Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:20:48.9319697Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-03-21T20:20:48.9321429Z [ 90%] 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-21T20:20:48.9323224Z [ 90%] 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-21T20:20:48.9325010Z [ 91%] 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-21T20:20:48.9326926Z [ 91%] 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-21T20:20:48.9328772Z [ 91%] 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-21T20:20:48.9330618Z [ 91%] 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-21T20:20:48.9332378Z [ 91%] 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-21T20:20:48.9334035Z [ 91%] 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-21T20:20:48.9335744Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-03-21T20:20:48.9337903Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c: In function ‘xnn_qu8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:20:48.9340354Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:29:54: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:48.9342123Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-03-21T20:20:48.9342914Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:48.9343479Z | | 2025-03-21T20:20:48.9344067Z | const int32_t * {aka const int *} 2025-03-21T20:20:48.9345149Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:48.9347153Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:48.9348795Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:48.9349310Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:48.9351076Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:48.9352874Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:20:48.9353888Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:48.9354481Z | | 2025-03-21T20:20:48.9355054Z | const int32_t * {aka const int *} 2025-03-21T20:20:48.9356151Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:20:48.9358089Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:48.9359327Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:20:48.9359838Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:48.9360932Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-03-21T20:20:48.9362666Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:20:48.9364451Z [ 91%] 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-21T20:20:48.9366349Z [ 91%] 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-21T20:20:48.9368045Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-03-21T20:20:48.9369652Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:20:48.9371327Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-03-21T20:20:48.9373049Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-03-21T20:20:48.9374773Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:20:48.9376471Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:20:48.9378182Z [ 92%] 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-21T20:20:48.9380350Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_s8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:20:48.9382971Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:28:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:48.9384684Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:48.9385362Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:48.9386454Z | | 2025-03-21T20:20:48.9387029Z | const int32_t * {aka const int *} 2025-03-21T20:20:48.9388155Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:20:48.9390166Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:48.9391389Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:48.9391901Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:48.9393955Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:29:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:48.9395701Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:48.9396380Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:48.9396922Z | | 2025-03-21T20:20:48.9397495Z | const int32_t * {aka const int *} 2025-03-21T20:20:48.9398621Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:20:48.9400639Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:48.9401893Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:48.9402402Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:48.9403535Z [ 92%] 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-21T20:20:49.1024095Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-03-21T20:20:49.1026546Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c: In function ‘xnn_s8_vclamp_ukernel__neon_u64’: 2025-03-21T20:20:49.1029122Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:24:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:49.1030997Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:20:49.1032201Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.1032805Z | | 2025-03-21T20:20:49.1033358Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.1034431Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.1036463Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:49.1037712Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:49.1038221Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.1039944Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:25:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:49.1041589Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:20:49.1042280Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.1042820Z | | 2025-03-21T20:20:49.1043846Z | const int32_t * {aka const int *} 2025-03-21T20:20:49.1044876Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.1046966Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:20:49.1048200Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:20:49.1048703Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.1049959Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:20:49.1051566Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-03-21T20:20:49.1053170Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:20:49.1055232Z [ 92%] 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-21T20:20:49.1057164Z [ 92%] 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-21T20:20:49.1059095Z [ 92%] 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-21T20:20:49.1061014Z [ 92%] 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-21T20:20:49.1063251Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_u8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:20:49.1065934Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:31:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:49.1067691Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:49.1068381Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.1068926Z | | 2025-03-21T20:20:49.1069508Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.1070694Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:20:49.1072866Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:49.1074417Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.1074922Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.1076716Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:32:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:49.1078424Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:49.1079098Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.1079638Z | | 2025-03-21T20:20:49.1080353Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.1081564Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:20:49.1083692Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:49.1085010Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.1085517Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.1087009Z [ 92%] 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-21T20:20:49.1088931Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:20:49.1090922Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c: In function ‘xnn_u8_vclamp_ukernel__neon_u64’: 2025-03-21T20:20:49.1093246Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:24:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:49.1094890Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:20:49.1095568Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.1096107Z | | 2025-03-21T20:20:49.1096699Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.1097738Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.1099764Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:49.1101103Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.1101608Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.1103287Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:25:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:49.1104912Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:20:49.1105688Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:49.1106218Z | | 2025-03-21T20:20:49.1106810Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:20:49.1107876Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:20:49.1109855Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:20:49.1111530Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:20:49.1112037Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:49.1113242Z [ 92%] 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-21T20:20:49.1115106Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-03-21T20:20:49.1117012Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-03-21T20:20:50.5358329Z [ 93%] 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-21T20:20:50.5360761Z [ 93%] 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-21T20:20:50.5366930Z [ 93%] 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-21T20:20:50.5368896Z [ 93%] 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-21T20:20:50.5370882Z [ 93%] 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-21T20:20:50.5372840Z [ 93%] 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-21T20:20:50.5374751Z [ 93%] 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-21T20:20:50.5376716Z [ 93%] 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-21T20:20:50.5378457Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-03-21T20:20:50.5380044Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:20:50.5381592Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-03-21T20:20:50.5383128Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:20:50.5384660Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-03-21T20:20:50.5386369Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:20:50.5387937Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-03-21T20:20:50.5389467Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:20:50.5391011Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-03-21T20:20:50.5392552Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:20:50.5394309Z [ 95%] 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-21T20:20:50.5397243Z [ 95%] 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-21T20:20:50.5399158Z [ 95%] 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-21T20:20:50.5401041Z [ 95%] 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-21T20:20:50.5402707Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:20:50.5404612Z [ 95%] 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-21T20:20:50.5406904Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:20:50.5408674Z [ 95%] 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-21T20:20:50.5410589Z [ 96%] 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-21T20:20:50.5412380Z [ 96%] 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-21T20:20:50.5414181Z [ 96%] 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-21T20:20:50.5416058Z [ 96%] 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-21T20:20:50.5417953Z [ 96%] 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-21T20:20:50.5419615Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-03-21T20:20:50.5421124Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:20:50.5422629Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-03-21T20:20:50.5424131Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:20:50.5425642Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-03-21T20:20:50.5427150Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:20:50.5428667Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:20:50.5430179Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-03-21T20:20:50.5431730Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:20:50.5433306Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-03-21T20:20:50.5434860Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:20:50.5436425Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-03-21T20:20:50.5437998Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:20:50.5439926Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:20:50.5441588Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:20:50.5443093Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:20:50.5444630Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:20:50.5446404Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:20:50.5447986Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:20:50.5449556Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:20:50.5451116Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:20:50.5452685Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:20:50.5454149Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:20:50.5455151Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:20:50.5455748Z [ 97%] Built target microkernels-prod 2025-03-21T20:20:50.5456268Z [ 97%] Generating build_identifier.c 2025-03-21T20:20:50.5457216Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:20:50.5458593Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:20:50.5460026Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:20:50.5461436Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:21:02.8980905Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:21:02.8982445Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:21:02.8983841Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:21:02.8985264Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:21:02.8986792Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:21:02.8988180Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:21:02.8989610Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:21:02.8990992Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:21:02.8992380Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:21:02.8993748Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:21:02.8995121Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:21:02.8997115Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:21:02.8998565Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:21:02.8999893Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:21:02.9001214Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:21:02.9002761Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:21:02.9004231Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:21:02.9005680Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:21:02.9007264Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:21:02.9008669Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:21:02.9010022Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:21:02.9011365Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:21:02.9012701Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:21:02.9013916Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:21:02.9015123Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:21:02.9016353Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:21:02.9017267Z [100%] Linking CXX static library libXNNPACK.a 2025-03-21T20:21:02.9017811Z [100%] Built target XNNPACK 2025-03-21T20:21:02.9018627Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:21:02.9019825Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:21:02.9021007Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:21:02.9022195Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:21:02.9023437Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:21:02.9024914Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:21:02.9027385Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-03-21T20:21:02.9030061Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp:87:61: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:21:02.9031615Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-03-21T20:21:02.9032334Z | ^~~~~~~~ 2025-03-21T20:21:02.9032945Z [100%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:21:02.9033520Z [100%] Built target xnnpack_backend 2025-03-21T20:21:02.9034300Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:21:02.9035561Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-03-21T20:21:02.9036409Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-03-21T20:21:02.9037052Z [100%] Built target portable_lib 2025-03-21T20:21:02.9037546Z [ 1%] Built target flatbuffers 2025-03-21T20:21:02.9038015Z [ 1%] Built target flatccrt 2025-03-21T20:21:02.9038481Z [ 2%] Built target pthreadpool 2025-03-21T20:21:02.9038965Z [ 2%] Built target common_schema 2025-03-21T20:21:02.9039463Z [ 3%] Built target xnnpack_schema 2025-03-21T20:21:02.9039954Z [ 6%] Built target cpuinfo 2025-03-21T20:21:02.9040403Z [ 7%] Built target flatcc 2025-03-21T20:21:02.9041057Z [ 7%] Built target bundled_program_schema 2025-03-21T20:21:02.9041620Z [ 9%] Built target eigen_blas 2025-03-21T20:21:02.9042102Z [ 9%] Built target program_schema 2025-03-21T20:21:02.9042602Z [ 9%] Built target indirection 2025-03-21T20:21:02.9043089Z [ 10%] Built target logging 2025-03-21T20:21:02.9043570Z [ 10%] Built target microparams-init 2025-03-21T20:21:02.9044085Z [ 10%] Built target normalization 2025-03-21T20:21:02.9044575Z [ 10%] Built target datatype 2025-03-21T20:21:02.9045043Z [ 12%] Built target flatcc_cli 2025-03-21T20:21:02.9045529Z [ 12%] Built target reference-ukernels 2025-03-21T20:21:02.9046183Z [ 12%] Built target hardware-config 2025-03-21T20:21:02.9046702Z [ 12%] Built target allocator 2025-03-21T20:21:02.9047171Z [ 12%] Built target packing 2025-03-21T20:21:02.9047634Z [ 12%] Built target cache 2025-03-21T20:21:02.9048079Z [ 12%] Built target memory 2025-03-21T20:21:02.9048564Z [ 12%] Built target microkernel-utils 2025-03-21T20:21:02.9049095Z [ 12%] Built target operator-utils 2025-03-21T20:21:02.9049588Z [ 13%] Built target mutex 2025-03-21T20:21:02.9050042Z [ 13%] Built target operator-run 2025-03-21T20:21:02.9050530Z [ 13%] Built target etdump_schema 2025-03-21T20:21:02.9051036Z [ 14%] Built target executorch_core 2025-03-21T20:21:02.9051533Z [ 15%] Built target operators 2025-03-21T20:21:02.9052025Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:02.9052548Z [ 15%] Built target extension_tensor 2025-03-21T20:21:02.9053062Z [ 15%] Built target executorch 2025-03-21T20:21:02.9053564Z [ 16%] Built target extension_data_loader 2025-03-21T20:21:02.9054083Z [ 16%] Built target cpublas 2025-03-21T20:21:02.9054535Z [ 18%] Built target etdump 2025-03-21T20:21:02.9054985Z [ 19%] Built target subgraph 2025-03-21T20:21:02.9055457Z [ 19%] Built target bundled_program 2025-03-21T20:21:02.9055968Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:02.9056465Z [ 22%] Built target util 2025-03-21T20:21:02.9056939Z [ 80%] Built target microkernels-prod 2025-03-21T20:21:02.9057441Z [ 83%] Built target XNNPACK 2025-03-21T20:21:02.9057916Z [ 83%] Built target xnnpack_backend 2025-03-21T20:21:02.9058447Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:21:02.9059046Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:02.9059608Z [ 98%] Built target portable_lib 2025-03-21T20:21:02.9060421Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:21:02.9061683Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:21:02.9062914Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:21:02.9064092Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:21:02.9065438Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:21:02.9066868Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_neon.c.o 2025-03-21T20:21:02.9068441Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:21:02.9069817Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-03-21T20:21:02.9071004Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:21:02.9072303Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:21:02.9073810Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9075448Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9077758Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h: In instantiation of ‘void hadamard_mult_28_strided(T*, int) [with T = c10::Half]’: 2025-03-21T20:21:02.9080800Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:133:29: required from ‘void executorch::fast_hadamard_transform_28N(T*, int) [with T = c10::Half]’ 2025-03-21T20:21:02.9093185Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-03-21T20:21:02.9096410Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9098665Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:02.9099513Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9100288Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9101503Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9102854Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9104214Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9105472Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9106873Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9108211Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9110084Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:02.9111269Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:02.9111876Z | ^~~~~~~~ 2025-03-21T20:21:02.9113025Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9114473Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9117248Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9119617Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:02.9120442Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9122271Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9124644Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:02.9125502Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9126378Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9127593Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9128963Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9130335Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9131595Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9133000Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9134323Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9136046Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:02.9137257Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:02.9137868Z | ^~~~~~~~ 2025-03-21T20:21:02.9139017Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9140455Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9142571Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9144477Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:02.9145289Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9147117Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9149317Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:02.9150140Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9150914Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9152406Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9153783Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9155142Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9156397Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9157911Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9159279Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9160980Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:02.9162162Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:02.9162777Z | ^~~~~~~~ 2025-03-21T20:21:02.9163914Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9165349Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9167632Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9169540Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:02.9170367Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9172199Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9174388Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:02.9175208Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9175973Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9258553Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9259981Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9261366Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9262627Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9264079Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9265411Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9267327Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:02.9268955Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:02.9269575Z | ^~~~~~~~ 2025-03-21T20:21:02.9270731Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9272169Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9274506Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9276502Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:02.9277405Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9279277Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9281499Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:02.9282329Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9283115Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9284329Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9285717Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9287310Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9288560Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9289954Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9291311Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9293037Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:02.9294228Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:02.9294839Z | ^~~~~~~~ 2025-03-21T20:21:02.9295996Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9297436Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9299540Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9301455Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:02.9302577Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9304412Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9306612Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:02.9307425Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9308341Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9309568Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9310940Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9312302Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9313554Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9314949Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9316274Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9317954Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:02.9319147Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:02.9319779Z | ^~~~~~~~ 2025-03-21T20:21:02.9320930Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9322367Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9324478Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9326541Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:02.9327369Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9329213Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9331401Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:02.9332216Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9332980Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9334200Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9335558Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9337119Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9338382Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9339790Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9467619Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9469916Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:02.9471136Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:02.9471758Z | ^~~~~~~~ 2025-03-21T20:21:02.9472941Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9474382Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9476507Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9478419Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:02.9479239Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9481068Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9483263Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:02.9484075Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9484844Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9486261Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9487645Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9489020Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9490263Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9491649Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9492964Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9496933Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:02.9498160Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:02.9498779Z | ^~~~~~~~ 2025-03-21T20:21:02.9499933Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9501783Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9503905Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9505843Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:02.9506845Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9508701Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9510905Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:02.9511731Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9512502Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9513719Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9515091Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9516449Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9517704Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9519096Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9520416Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9522109Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:02.9523296Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:02.9523911Z | ^~~~~~~~ 2025-03-21T20:21:02.9525051Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9526631Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:02.9528756Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:02.9530671Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:02.9531494Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9533355Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:02.9535733Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:02.9536545Z | ~~~~~~~^~~~ 2025-03-21T20:21:02.9537310Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:02.9538511Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:02.9540072Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:02.9541477Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:02.9542736Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:02.9544125Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:02.9545577Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:02.9547276Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:02.9548465Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:02.9549087Z | ^~~~~~~~ 2025-03-21T20:21:02.9550345Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:02.9551793Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:04.7381397Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:04.7383431Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:04.7384259Z | ~~~~~~~^~~~ 2025-03-21T20:21:04.7386309Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:04.7388535Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:04.7389356Z | ~~~~~~~^~~~ 2025-03-21T20:21:04.7390128Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:04.7391347Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:04.7392714Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:04.7394089Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:04.7395347Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:04.7397584Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:04.7398913Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:04.7400767Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:04.7401970Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:04.7402574Z | ^~~~~~~~ 2025-03-21T20:21:04.7403958Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:04.7405440Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:04.7407778Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:04.7409703Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:04.7410519Z | ~~~~~~~^~~~ 2025-03-21T20:21:04.7412370Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:04.7414559Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:04.7415378Z | ~~~~~~~^~~~ 2025-03-21T20:21:04.7416143Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:04.7417355Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:04.7418724Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:04.7420088Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:04.7421337Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:04.7422735Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:04.7424063Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:04.7438940Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:04.7440376Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:04.7441002Z | ^~~~~~~~ 2025-03-21T20:21:04.7442187Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:04.7443738Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:04.7445984Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:04.7448278Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:04.7449130Z | ~~~~~~~^~~~ 2025-03-21T20:21:04.7451221Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:04.7453435Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:04.7454293Z | ~~~~~~~^~~~ 2025-03-21T20:21:04.7455072Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:04.7456293Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:04.7457661Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:04.7459022Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:04.7460282Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:04.7461687Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:04.7463087Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:04.7465026Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:04.7466203Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:04.7466807Z | ^~~~~~~~ 2025-03-21T20:21:04.7467956Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:04.7469404Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:04.7471521Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:04.7473431Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:04.7474243Z | ~~~~~~~^~~~ 2025-03-21T20:21:04.7475082Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:21:04.7476044Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:21:04.7476656Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:21:04.7477186Z [ 1%] Built target flatbuffers 2025-03-21T20:21:14.1695205Z [ 2%] Built target flatccrt 2025-03-21T20:21:14.1695783Z [ 2%] Built target pthreadpool 2025-03-21T20:21:14.1696268Z [ 4%] Built target cpuinfo 2025-03-21T20:21:14.1697662Z [ 5%] Built target flatcc 2025-03-21T20:21:14.1698122Z [ 8%] Built target eigen_blas 2025-03-21T20:21:14.1698598Z [ 8%] Built target common_schema 2025-03-21T20:21:14.1699104Z [ 9%] Built target xnnpack_schema 2025-03-21T20:21:14.1699635Z [ 9%] Built target bundled_program_schema 2025-03-21T20:21:14.1700161Z [ 10%] Built target indirection 2025-03-21T20:21:14.1700640Z [ 10%] Built target logging 2025-03-21T20:21:14.1701117Z [ 10%] Built target microparams-init 2025-03-21T20:21:14.1701627Z [ 10%] Built target datatype 2025-03-21T20:21:14.1702096Z [ 10%] Built target normalization 2025-03-21T20:21:14.1702598Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:14.1703118Z [ 11%] Built target flatcc_cli 2025-03-21T20:21:14.1703825Z [ 11%] Built target program_schema 2025-03-21T20:21:14.1704361Z [ 11%] Built target hardware-config 2025-03-21T20:21:14.1704857Z [ 11%] Built target packing 2025-03-21T20:21:14.1705323Z [ 11%] Built target allocator 2025-03-21T20:21:14.1705795Z [ 11%] Built target cache 2025-03-21T20:21:14.1706253Z [ 11%] Built target microkernel-utils 2025-03-21T20:21:14.1706756Z [ 11%] Built target memory 2025-03-21T20:21:14.1707200Z [ 13%] Built target mutex 2025-03-21T20:21:14.1707665Z [ 13%] Built target operator-utils 2025-03-21T20:21:14.1708167Z [ 13%] Built target operator-run 2025-03-21T20:21:14.1708659Z [ 13%] Built target etdump_schema 2025-03-21T20:21:14.1709153Z [ 14%] Built target operators 2025-03-21T20:21:14.1709620Z [ 15%] Built target executorch_core 2025-03-21T20:21:14.1710145Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:14.1710675Z [ 15%] Built target extension_tensor 2025-03-21T20:21:14.1711181Z [ 15%] Built target executorch 2025-03-21T20:21:14.1711656Z [ 17%] Built target subgraph 2025-03-21T20:21:14.1712142Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:14.1712665Z [ 19%] Built target cpublas 2025-03-21T20:21:14.1713129Z [ 19%] Built target etdump 2025-03-21T20:21:14.1713592Z [ 19%] Built target bundled_program 2025-03-21T20:21:14.1714116Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:14.1714624Z [ 22%] Built target util 2025-03-21T20:21:14.1715089Z [ 79%] Built target microkernels-prod 2025-03-21T20:21:14.1715637Z [ 95%] Built target optimized_portable_kernels 2025-03-21T20:21:14.1716219Z [ 95%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:14.1716766Z [ 97%] Built target XNNPACK 2025-03-21T20:21:14.1717235Z [ 97%] Built target xnnpack_backend 2025-03-21T20:21:14.1717748Z [ 97%] Built target portable_lib 2025-03-21T20:21:14.1718608Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:14.1719932Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:14.1721266Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:14.1722570Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:14.1723935Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:14.1725311Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:14.1726809Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:14.1728135Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:14.1729467Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:14.1730755Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:14.1731792Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:21:14.1732961Z [ 98%] Built target quantized_pybind_kernels_lib 2025-03-21T20:21:14.1733672Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:21:14.1734369Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:14.1735600Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:14.1736909Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:21:14.1737545Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:21:14.1738210Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:21:14.1742173Z 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-21T20:21:14.1745922Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:14.1746979Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:21:14.1748474Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:21:14.1749800Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:14.1750969Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:14.1752175Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:14.1753429Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:14.1754648Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:14.1755874Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:14.1757112Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:14.1758365Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:14.1759585Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:14.1760785Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:14.1762095Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:14.1763595Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:21:14.1764738Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:21:14.1765368Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:21:14.1765880Z running build_py 2025-03-21T20:21:14.1766586Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1767619Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1768778Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1770154Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1771406Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1772640Z copying backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1773833Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1775020Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1776228Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1777588Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1778883Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1780112Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:14.1781157Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.1782288Z copying backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.1783662Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.1785059Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.1786657Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:14.1787841Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.1788932Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.1790235Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.1791577Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:14.1792718Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:14.1793863Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:14.1795014Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1897598Z copying backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1899070Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1900536Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1901974Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1903587Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1905129Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1906592Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1908062Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1909475Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1911290Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1912674Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1914082Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1915558Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1917149Z copying backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1918599Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:14.1919837Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.1920890Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.1922126Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.1923396Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.1924624Z copying backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.1925886Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:14.1927140Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:14.1928204Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:14.1929519Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:14.1930693Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:14.1931792Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:14.1933122Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:14.1934348Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:14.1935684Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:14.1937366Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:14.1938794Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:14.1940161Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:14.1941876Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:14.1943320Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:14.1944673Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:14.1946371Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:14.1947772Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:14.1949147Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:14.1951044Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:14.1952485Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:14.1954044Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:14.1955549Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:14.1957189Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:14.1958713Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1960022Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1961624Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1963254Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1964846Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1966584Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1968441Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1970186Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1971854Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1973515Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1975189Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1976837Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1978467Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1980086Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1981712Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1983290Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1984885Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1986632Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1988235Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1989829Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1991687Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:14.1992984Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:14.1994278Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:14.2082732Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:14.2084554Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:14.2086310Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:14.2088134Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:14.2089560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2090782Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2092277Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2093845Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2095403Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2096921Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2098454Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2099988Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:14.2101242Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:14.2102494Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:14.2103988Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:14.2105229Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2106876Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2108701Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2110350Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2111823Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2113203Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2114575Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2116013Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2117537Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2119507Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2121147Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2122633Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2124086Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2125784Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2127363Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2128832Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2130300Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2131777Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2133268Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2134758Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2136212Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2137662Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2139211Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2140721Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2142239Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2143793Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2145329Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2146909Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2148434Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2149871Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2151351Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2152835Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2154331Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2155775Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2157336Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2158791Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2160279Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2161783Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2163498Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:14.2164878Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2166274Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2167920Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2169614Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2171264Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2172932Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2174631Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2176312Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2177981Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2278363Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:14.2279835Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2281029Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2282492Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2283922Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2285304Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2287018Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2288411Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2289783Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2291191Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2292610Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2293984Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2295738Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2297190Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2298645Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2300018Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2301390Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2302955Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2304365Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2305765Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2307152Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2308507Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2309866Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2311230Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2312635Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2314078Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2315511Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2316909Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2318308Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2319748Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2321193Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2322628Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2324051Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2325471Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2327003Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2328420Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2329800Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2331156Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2332539Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2333920Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2335481Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2336937Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2338408Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2340083Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2341663Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2343107Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2344535Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:14.2345745Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.2346927Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.2348350Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.2349853Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.2351429Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.2353025Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:14.2354282Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.2355376Z copying backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.2356651Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.2357966Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.2359281Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:14.2360387Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:14.2361563Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:14.2362753Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2364056Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2365578Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2367190Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2368817Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2370352Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2371908Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2373478Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2473432Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2475156Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:14.2476384Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2477661Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2479577Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2481118Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2482622Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2484163Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2485736Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2487489Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2489066Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2490614Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:14.2491838Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2493022Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2494392Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2495768Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2497157Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2498522Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2499943Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2501400Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2502844Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2504241Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2505608Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2506995Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2508389Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2509842Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2511300Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2513000Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2514424Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2515900Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2517330Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2518844Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2520233Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2521622Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2523014Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2524391Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2525749Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2527198Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2528612Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2530077Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2531535Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2532976Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2534369Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2535746Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2537130Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2538527Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2539976Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2541387Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2542767Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2544188Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2545606Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2547025Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2548445Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2549805Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2551397Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2552837Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2554253Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2555642Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2557188Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2558623Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2560039Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2561454Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2562863Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2564308Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2565782Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2567326Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2568733Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2639808Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2641253Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2642641Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2644009Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2645411Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2646899Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2648326Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2649841Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2651287Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2652651Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:14.2653852Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2655156Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2656764Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2658345Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2660354Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2662017Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2663682Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2665352Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2667297Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2668978Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2670648Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:14.2672035Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:14.2673437Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:14.2674780Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.2675990Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.2677528Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.2679071Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.2680577Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:14.2681851Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:14.2683101Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:14.2684447Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:14.2686013Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:14.2688081Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:14.2690012Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:14.2692452Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:14.2694401Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2696407Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2698850Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2701152Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2703814Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2706167Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2708710Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2711097Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2713420Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2715701Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2718118Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2720569Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2722921Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2725276Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2727665Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2729928Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2732261Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2734602Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2736974Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2819296Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2821792Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2824120Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2826817Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2829167Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2831510Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2834041Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2836379Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2838684Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2840990Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2843263Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2845624Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2848182Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2850561Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2852891Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2855208Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:14.2857027Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:14.2858917Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:14.2861015Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:14.2862969Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:14.2864631Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2865767Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2867124Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2868517Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2870127Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2871510Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2872893Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2874339Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2875803Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2877381Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2878845Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2880201Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2881609Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2883054Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2884455Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2885943Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2887624Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2888993Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:14.2890167Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.2891393Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.2892856Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.2894334Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.2895800Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:14.2897016Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.2898232Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.2899680Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.2901184Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:14.2902481Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.2903856Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.2905535Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.2907201Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.2908847Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:14.2910443Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2911796Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2913444Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2915071Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2916870Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2982602Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2984815Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2986691Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2988388Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:14.2989753Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:14.2991064Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:14.2992429Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:14.2993946Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:14.2995806Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:14.2997325Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:14.2998832Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:14.3000716Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:14.3002612Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:14.3004105Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:14.3005530Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:14.3007095Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:14.3008703Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:14.3010303Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:14.3011867Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:14.3013770Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:14.3016056Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:14.3018000Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:14.3019664Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:14.3021469Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:14.3023881Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:14.3026149Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:14.3027947Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:14.3029748Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:14.3031980Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:14.3034209Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:14.3036421Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:14.3038239Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:14.3040065Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:14.3042328Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:14.3044618Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:14.3046985Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:14.3048799Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:14.3050537Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:14.3052681Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:14.3054422Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:14.3056170Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:14.3058365Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:14.3060333Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3062132Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3064393Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3066750Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3069020Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3071280Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3073537Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3075846Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:14.3077587Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3079273Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3081410Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3083568Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3146080Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3148307Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3150444Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3152590Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3154701Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3156799Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3158850Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3160926Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3163089Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3165620Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3167881Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3169971Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:14.3171866Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:14.3173617Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:14.3175826Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:14.3177521Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3179011Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3180753Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3182430Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3184143Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3185993Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3187939Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3189654Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3191344Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3193025Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3194701Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:14.3196054Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:14.3197291Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:14.3198925Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:14.3200363Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.3201641Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.3203186Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.3205039Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.3206677Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:14.3207983Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3209223Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3210746Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3212530Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3214134Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3215685Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3217264Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3218951Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3220629Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3222180Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3223737Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3225385Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3227008Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3228632Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3230215Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3231785Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3233383Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3234931Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3236504Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3238146Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3239861Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3241496Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3243062Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3327315Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3329739Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3331355Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3332963Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3334525Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3336221Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:14.3337488Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3338751Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3340266Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3341782Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3343350Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3344927Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3346433Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3347954Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3349489Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3351043Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3352550Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3354040Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3355526Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3357023Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3358539Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3360040Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3361571Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3363139Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3364671Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3366302Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3367994Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3369478Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3370977Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3372490Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3373990Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3375573Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3377133Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3378650Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3380173Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3381749Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3383305Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3384839Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3386489Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3388073Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3389644Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3391146Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3392635Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3394123Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3395651Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3397219Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3398734Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3400222Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3401714Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3403229Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3404776Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3406364Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3408155Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3409618Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3411086Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3412552Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3414078Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3415813Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3417321Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3418854Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3420376Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3421869Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3423399Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3519743Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3521282Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3522839Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3524456Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3543419Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3544961Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3546500Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3548088Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3549671Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3551293Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3552893Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3554399Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3555902Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3557435Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3558962Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3560824Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3562300Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3563827Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3565385Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3567310Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3569008Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3570597Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3572133Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3573671Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:14.3574925Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:14.3576297Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:14.3577566Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.3578891Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.3580515Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.3582083Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:14.3583363Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.3584681Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.3586509Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.3588134Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.3589698Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:14.3591032Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:14.3592401Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:14.3594121Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:14.3595506Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.3596716Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.3598204Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.3599672Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:14.3601146Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:14.3602373Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:14.3603811Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:14.3605099Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:14.3606821Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:14.3608523Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:14.3609994Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:14.3611810Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:14.3613486Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:14.3614762Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3615952Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3617432Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3619017Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3620570Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3622130Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3623725Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3625297Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3626868Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:14.3628147Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:14.3629519Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:14.3630884Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:14.3632206Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:14.3633501Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:14.3746013Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:14.3747342Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.3748804Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.3750702Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.3752911Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:14.3754334Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.3755561Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.3757083Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.3758790Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:14.3760141Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:14.3761444Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:14.3763090Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:14.3764863Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:14.3766478Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.3767932Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.3769712Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.3771536Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.3773379Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.3775218Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.3777010Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:14.3778429Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:14.3779836Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:14.3781362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3783203Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3785464Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3787902Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3790136Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3792313Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3794689Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3796878Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:14.3798767Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:14.3800931Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:14.3802977Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:14.3805211Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:14.3807231Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3808445Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3810010Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3811675Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3813236Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3814759Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3816365Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3817968Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3819515Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3821125Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3822705Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3824245Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3825811Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3827361Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:14.3828619Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3829911Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3831477Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3833000Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3834669Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3836160Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3837713Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3839251Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3840732Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3842413Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3843959Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3928280Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3929862Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3931466Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3933165Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3934789Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3936286Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3937837Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3939398Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3940957Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3942504Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3944139Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3945764Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3947321Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3948874Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3950420Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3951964Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3953511Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3955068Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3956610Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3958541Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3960103Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3961655Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3963158Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3964862Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3966515Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3968078Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3969630Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3971280Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3972894Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3974486Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3976084Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3977712Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3979442Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3981057Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3982563Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3984115Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:14.3985426Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:14.3986902Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:14.3988540Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:14.3989892Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:14.3991239Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:14.3992922Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:14.3994320Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:14.3995770Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:14.3997591Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:14.3999282Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:14.4000511Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:14.4002058Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:14.4003378Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:14.4004971Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:14.4006500Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.4007700Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.4009134Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.4010532Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.4011991Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:14.4013326Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.4014743Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.4016480Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.4018303Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.4020126Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.4021949Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.4023771Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:14.4025234Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:14.4108508Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:14.4110278Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:14.4111649Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4112973Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4114526Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4116100Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4117729Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4119346Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4121335Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4122970Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4124585Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4126289Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4128073Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4129718Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4131370Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4132927Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:14.4134188Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4135447Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4136930Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4138466Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4140042Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4141578Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4143067Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4144560Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4146141Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4147728Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4149300Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4150828Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4152338Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4153819Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4155307Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4156852Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4158419Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4159982Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4161710Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4163225Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4164743Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4166372Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4168057Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4169639Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4171174Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4172729Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4174269Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4175798Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4177319Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4178816Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4180409Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4182014Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4183524Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4185038Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4186746Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4188313Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4189855Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4191386Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4192893Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4194492Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4196094Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:14.4197354Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4198759Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4200496Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4202653Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4204444Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4297675Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4299527Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4301832Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:14.4303309Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:14.4304787Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:14.4306605Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:14.4308427Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:14.4309906Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:14.4311448Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:14.4313335Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:14.4314791Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:14.4316106Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:14.4317652Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:14.4318993Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:14.4320440Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:14.4321866Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:14.4323312Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:14.4324773Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:14.4326406Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:14.4327995Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:14.4329578Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:14.4331194Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:14.4332839Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:14.4335170Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:14.4337155Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:14.4338809Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:14.4340472Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:14.4342233Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:14.4343931Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:14.4346030Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:14.4348218Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:14.4350391Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:14.4352054Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4353782Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4355946Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4358124Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4360359Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4362614Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4364841Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4367076Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4369229Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4371414Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4373563Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4375667Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4377835Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4380235Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4382489Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4384738Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4387506Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4389642Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4391736Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4393840Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4396005Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4855632Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4857966Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4860140Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4862159Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4864179Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4866199Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4868141Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:14.4869775Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:14.4871489Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:14.4873691Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:14.4875891Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:14.4877617Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:14.4879322Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:14.4881147Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:14.4882044Z copying codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:14.4882977Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4883982Z copying codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4885154Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4886927Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4888130Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4889406Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4890674Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4891851Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:14.4892888Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.4894069Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.4895462Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.4896889Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.4898420Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:14.4899707Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.4901000Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.4902607Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.4904183Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.4905687Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.4907190Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:14.4908472Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.4909726Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.4911245Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.4912825Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.4914356Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.4915882Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:14.4917100Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.4918441Z copying examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.4919672Z copying examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.4920939Z copying examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.4922198Z copying examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:14.4923359Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:14.4924758Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:14.4926341Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:14.4927552Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:14.4928689Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:14.4929998Z copying examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:14.4931186Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:14.4932499Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:14.4934039Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:14.4935337Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:14.4936640Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:14.4938188Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:14.4939474Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:14.4940755Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:14.4942264Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:14.4943536Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:14.4944810Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:14.4946317Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:14.4947558Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.4948713Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.4950092Z copying examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.4951490Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5032141Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5033700Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5035148Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5036947Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5038449Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5039953Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5041409Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5043012Z copying examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5044414Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5045779Z copying examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5047208Z copying examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5048610Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:14.5049884Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:14.5051208Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:14.5052465Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.5053622Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.5055010Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.5056429Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.5057807Z copying examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:14.5058954Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:14.5060084Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:14.5061394Z copying examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:14.5062568Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:14.5063831Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:14.5065324Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:14.5066586Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:14.5067859Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:14.5069364Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:14.5070632Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:14.5071919Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:14.5073426Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:14.5074908Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:14.5076287Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:14.5077658Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:14.5079075Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:14.5080541Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:14.5082184Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:14.5083742Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:14.5085258Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:14.5088574Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:14.5089836Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:14.5091362Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:14.5092650Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:14.5093858Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:14.5095301Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:14.5096541Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:14.5097718Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:14.5099099Z copying examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:14.5100271Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:14.5101399Z copying examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:14.5102874Z copying examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:14.5104129Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:14.5105471Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:14.5107106Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:14.5108418Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:14.5109648Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:14.5111089Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:14.5112322Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:14.5113596Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:14.5115085Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:14.5116841Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.5118592Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.5120734Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.5123069Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.5125324Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.5127541Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.5129630Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:14.5185992Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:14.5187550Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:14.5189186Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:14.5190577Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.5192058Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.5193840Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.5195619Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.5197410Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:14.5198840Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.5200129Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.5201705Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.5203297Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:14.5204698Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5206367Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5208379Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5210409Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5212788Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5214764Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5216745Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5218789Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5220940Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5223005Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5225018Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5226949Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5228867Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5230817Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5232851Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5234965Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5237144Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5239252Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:14.5240767Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:14.5242217Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:14.5243958Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:14.5245634Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:14.5247137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:14.5248518Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:14.5249978Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:14.5251540Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:14.5253481Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:14.5255597Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:14.5257528Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:14.5259110Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:14.5260579Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:14.5262463Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:14.5264321Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:14.5266138Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:14.5267652Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:14.5269235Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:14.5270830Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:14.5272458Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:14.5274417Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:14.5276066Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:14.5277968Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:14.5280062Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:14.5281808Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:14.5283667Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:14.5425046Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:14.5426782Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:14.5428078Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:14.5429607Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:14.5430868Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:14.5432183Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:14.5433331Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5434564Z copying exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5435512Z copying exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5436473Z copying exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5437439Z copying exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5438444Z copying exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5439430Z copying exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5440442Z copying exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5441604Z copying exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5442563Z copying exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5443525Z copying exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5444577Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5445595Z copying exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5446696Z copying exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5447700Z copying exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5448681Z copying exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5449688Z copying exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5450693Z copying exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5451648Z copying exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5452592Z copying exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5453531Z copying exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5454461Z copying exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5455600Z copying exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5456532Z copying exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5457448Z copying exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:14.5458352Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5459387Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5460700Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5461890Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5463114Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5464360Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5465729Z copying exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5466932Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5468184Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5469663Z copying exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:14.5470717Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.5471972Z copying exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.5473166Z copying exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.5474550Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.5475817Z copying exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.5477035Z copying exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.5478360Z copying exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:14.5479395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.5480380Z copying exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.5481506Z copying exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.5482629Z copying exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.5483747Z copying exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:14.5484742Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:14.5485747Z copying exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:14.5487123Z copying exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:14.5488087Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.5489018Z copying exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.5490103Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.5491174Z copying exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:14.5492139Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.5493165Z copying exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.5494312Z copying exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.5495443Z copying exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:14.5495817Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5496289Z copying exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5496928Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5497463Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5498017Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5498624Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5499189Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5499778Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5500397Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5500989Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5501796Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5502440Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5503012Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5503581Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5504176Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5504960Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5505525Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5506121Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5506671Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5645705Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5646400Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5647009Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5647588Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5648181Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5648876Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5649489Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5650062Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5650689Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5651248Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5651782Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5652326Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5652907Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5653480Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:14.5653848Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.5654334Z copying exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.5654856Z copying exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.5655346Z copying exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:14.5655733Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5656206Z copying exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5656741Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5657534Z copying exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5658023Z copying exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5658510Z copying exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5658962Z copying exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5659435Z copying exir/serde/upgrade.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:14.5659970Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5660484Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5660945Z copying exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5661492Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5662044Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5662501Z copying exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5663033Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5663526Z copying exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5664019Z copying exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5664515Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5665056Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5665671Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5666145Z copying exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5666661Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5667231Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5667837Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5668462Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5669012Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5669524Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5670043Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5670533Z copying exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5671062Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5671659Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5672215Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5672763Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5673301Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5673980Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5674461Z copying exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5674950Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5675434Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5675974Z copying exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5676581Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5677111Z copying exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:14.5677519Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:14.5678115Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:14.5678682Z copying exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:14.5679281Z copying exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:14.5679863Z copying exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:14.5680269Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:14.5680846Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:14.5681429Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:14.5682060Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:14.5682712Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:14.5683318Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:14.5683824Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:14.5684692Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:14.5685624Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:14.5686763Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:14.5687660Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:14.5688044Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5856672Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5857431Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5858148Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5858806Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5859876Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5860484Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5861184Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5861776Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5862607Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5863268Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5863898Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5864547Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5865211Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5865858Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5866529Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5867158Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5867740Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5868328Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:14.5868749Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:14.5869488Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:14.5870208Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:14.5870652Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:14.5871497Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:14.5872328Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:14.5873046Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:14.5873457Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:14.5874047Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:14.5874440Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:14.5874985Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:14.5875374Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:14.5876038Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:14.5876477Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:14.5877377Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:14.5877800Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:14.5878414Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:14.5879020Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:14.5879447Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:14.5880191Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:14.5880907Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:14.5881566Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:14.5881973Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:14.5882548Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:14.5883198Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:14.5883614Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:14.5884231Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:14.5884858Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:14.5885280Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:14.5885958Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:14.5886849Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:14.5887289Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:14.5887983Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:14.5888349Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:14.5888876Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:14.5889276Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:14.5889886Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:14.5890286Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:14.5890834Z copying exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:14.5891464Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:14.5892058Z copying exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:14.5892479Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:14.5893156Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:14.5893570Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:14.5894441Z copying extension/android_test/add_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:14.5894844Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:14.5895439Z copying extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:14.5896025Z copying extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:14.5896435Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:14.5897170Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:14.5897582Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:14.5898186Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:14.5898784Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:14.5899367Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:14.5899766Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:14.6109948Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:14.6110411Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:14.6110994Z copying extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:14.6111382Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:14.6111948Z copying extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:14.6112422Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:14.6113145Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:14.6113932Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:14.6114687Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:14.6115133Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:14.6115847Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:14.6116313Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:14.6117096Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:14.6117521Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6118145Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6118804Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6119496Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6120183Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6120908Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6122023Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6122740Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6123444Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:14.6123841Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:14.6124608Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:14.6125238Z copying extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:14.6125887Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:14.6126651Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:14.6127286Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:14.6127951Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:14.6128359Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:14.6128970Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:14.6129656Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:14.6130301Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:14.6130911Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:14.6131337Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:14.6131970Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:14.6132651Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:14.6133327Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:14.6133955Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:14.6134396Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:14.6135040Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:14.6135539Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:14.6136419Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:14.6137040Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:14.6138053Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:14.6139035Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:14.6139630Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:14.6140297Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:14.6141026Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:14.6141728Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:14.6142625Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:14.6143099Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:14.6143857Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:14.6144427Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:14.6145328Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:14.6146265Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:14.6147188Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:14.6148112Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:14.6148779Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:14.6149868Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:14.6150985Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:14.6151501Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:14.6152365Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:14.6152814Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:14.6153501Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:14.6154272Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:14.6324764Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:14.6325300Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:14.6325907Z copying extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:14.6326484Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:14.6327264Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:14.6328142Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:14.6328950Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:14.6329698Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:14.6330205Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:14.6331055Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:14.6331724Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:14.6332524Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:14.6332921Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:14.6333476Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:14.6333886Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:14.6334563Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:14.6335306Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:14.6335645Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:14.6336088Z copying devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:14.6336506Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:14.6337120Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:14.6337784Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:14.6338219Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:14.6338859Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:14.6339479Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:14.6340134Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:14.6340541Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:14.6341165Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:14.6341777Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:14.6342157Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:14.6342728Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:14.6343285Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:14.6343674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:14.6344228Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:14.6344799Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:14.6345323Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:14.6345897Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:14.6346484Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:14.6347111Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:14.6347727Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:14.6348278Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:14.6349037Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:14.6349800Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:14.6350301Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:14.6350918Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:14.6351638Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:14.6352432Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:14.6352962Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:14.6353804Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:14.6354358Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:14.6355344Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:14.6356224Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:14.6356785Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:14.6357603Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:14.6377162Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:14.6378194Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:14.6378957Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:14.6379701Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:14.6380155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:14.6380879Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:14.6381381Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:14.6382220Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:14.6382741Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:14.6383898Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:14.6384305Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:14.6384972Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:14.6385391Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:14.6386067Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:14.6386922Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:14.6387650Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:14.6388376Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:14.6389115Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:15.6524090Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.6525573Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.6527130Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:15.6528817Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.6530516Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.6532270Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:15.6533931Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:15.6535563Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:15.6537173Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:15.6538774Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:15.6540453Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:15.6542309Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:15.6543672Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:15.6544563Z copying runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:15.6545484Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:15.6546514Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:15.6547511Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:15.6548495Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:15.6549575Z copying util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:15.6551040Z copying util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:15.6551809Z running egg_info 2025-03-21T20:21:15.6552235Z creating executorch.egg-info 2025-03-21T20:21:15.6552736Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:21:15.6553429Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:21:15.6554235Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:21:15.6554972Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:21:15.6555705Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:21:15.6556641Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:15.6557378Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:15.6557987Z adding license file 'LICENSE' 2025-03-21T20:21:15.6558557Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:15.6559707Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:21:15.6561345Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:15.6562873Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:15.6564589Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:15.6566471Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:15.6567923Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:15.6569414Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:15.6571022Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:15.6572407Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:15.6573626Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:15.6575143Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:15.6576551Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6578138Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6580159Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6582167Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6584087Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6585967Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6588205Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6590105Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6592410Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6594465Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6596402Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6598513Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6600408Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6602277Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6604146Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6606192Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6608265Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6610337Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6612399Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6614359Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6616288Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6618359Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6620459Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6622415Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6675238Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6677273Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6679154Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6681024Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6682902Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6685067Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6687296Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6689348Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6691353Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6693512Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6695500Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6697586Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6699639Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6701577Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6703530Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6705387Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6707337Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6709261Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6711150Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6713049Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6715031Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6716976Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6718897Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6721023Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6723012Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6725072Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6727199Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6729488Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6731461Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6733429Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6735510Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6737492Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6739446Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6741393Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6743385Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6745329Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6747217Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6749171Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6751112Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.6752559Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:15.6753858Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:15.6755204Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:15.6756724Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:15.6758603Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:15.6760442Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:15.6762249Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:15.6764131Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:15.6765995Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:15.6767860Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:15.6769555Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:15.6771452Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:15.6773211Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:15.6774921Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:15.6825039Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:15.6827315Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:15.6829433Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:15.6831627Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:15.6833292Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6834937Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6836991Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6839033Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6841129Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6843274Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6845355Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6847510Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6849536Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6851585Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6853619Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6855644Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6857756Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6859812Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6862084Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6864041Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6865999Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6867982Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6870173Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6872285Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6874310Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6876320Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6878354Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6880417Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6882468Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6884486Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6886716Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6888725Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6890792Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6892828Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6894867Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6896894Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6898880Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6900889Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6902950Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6905321Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6907395Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6909427Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6911479Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6913721Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6915859Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6917924Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6919870Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6921825Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6923864Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6975013Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6977212Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6979283Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6981409Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6983537Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6985641Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6987936Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6990075Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6992224Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6994370Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6996512Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.6999057Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7001213Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7003369Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7005699Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7007997Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7010179Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7012330Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7014366Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7016400Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7018511Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7020631Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7022753Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7024800Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7026760Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7028733Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7030747Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7032745Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7034699Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7036620Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:15.7038677Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7040833Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7043178Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7045406Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7047732Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7050082Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7052234Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7054387Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7056564Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7058718Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7060821Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7062983Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7065205Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7067466Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7069724Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7071866Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7073968Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7995989Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.7998206Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.8000358Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.8002635Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.8004903Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.8007543Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.8009655Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:15.8011812Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:15.8014220Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:15.8016456Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:15.8018564Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:15.8020444Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:15.8022079Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:15.8023659Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:15.8025255Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:15.8026546Z copying exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:15.8027678Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:15.8029036Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:15.8030577Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:15.8032249Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:15.8033916Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:15.8035412Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:15.8036904Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:15.8038113Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:15.8039008Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:15.8040021Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:15.8041245Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:15.8042588Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:15.8044141Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.8046130Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.8047884Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.8049620Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:15.8050916Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:15.8052087Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:15.8053482Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:15.8054643Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:15.8056139Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:15.8057919Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:15.8059204Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-03-21T20:21:15.8060476Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:21:15.8061862Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8063098Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8064484Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8065873Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8067247Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8068587Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8069970Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8071414Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8072954Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8074479Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8075999Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8077521Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8078971Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8080355Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8081695Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8083015Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8084388Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8086277Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:15.8087701Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:15.8089137Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:15.8090806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:15.8092761Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:15.8137522Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:15.8139243Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:15.8140796Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:15.8142629Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:15.8144514Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:15.8146565Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:15.8148411Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:15.8149947Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8151472Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8153246Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8155017Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8156770Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8158505Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8160222Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8161949Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8163705Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8165443Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8167358Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8169130Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8171282Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8173031Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8174829Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:15.8176477Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:15.8178459Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:15.8180697Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:15.8182497Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8184287Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8186684Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8188818Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8190905Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8192961Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8195084Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8197226Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8199372Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8201506Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:15.8203112Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:15.8204436Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:15.8206000Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:15.8207662Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:15.8209273Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:15.8210686Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:15.8212298Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:15.8213649Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8214949Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8216414Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8217876Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8219560Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8221115Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8222587Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8224048Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8225541Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8227028Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8228506Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8229977Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:15.8231308Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:15.8232774Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:15.8234221Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:15.8806413Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:15.8808243Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:15.8809940Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:15.8811334Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:15.8812664Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:15.8814192Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:15.8815736Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:15.8817281Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:15.8818692Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:15.8820137Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:15.8821792Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:15.8823874Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:15.8824969Z running build_ext 2025-03-21T20:21:15.8825663Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:15.8826727Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:15.8828449Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:15.8830594Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:21:15.8832615Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:15.8835186Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:15.8837889Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:15.8839520Z installing to pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:15.8840076Z running install 2025-03-21T20:21:15.8840478Z running install_lib 2025-03-21T20:21:15.8840958Z creating pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:15.8841582Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-03-21T20:21:15.8842313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-03-21T20:21:15.8843123Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-03-21T20:21:15.8844435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8846313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8848100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8849962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8851810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8853615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8855404Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8857227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8859060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8860916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8862738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:15.8864265Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-03-21T20:21:15.8865705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8867818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8870013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8872221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8874236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8876235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8878279Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8880414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8882604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8884754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8887176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8889263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8891347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8893403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8895462Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8897550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8899628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8901737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8903834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8906270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8908330Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8910464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8912586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8914875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8917082Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8919158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8921296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8923413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8925445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8927634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8929739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8931826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8933884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8935873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8937941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8940035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8942150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8944357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:15.8946000Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:21:15.8947593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8950042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8952337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8954771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8957097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8959412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8961711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8963986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8966396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:15.8968074Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-03-21T20:21:15.8969542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8971587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8973608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8975592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8977592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8979589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8981589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8983610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8985627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8987759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8989758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8992085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8994144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8996129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.8998274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9000298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9002276Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9005038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9007137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9009114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9011093Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9013073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9015100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9017159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9019206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9021238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9023256Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9025335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9027395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9029436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9031544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9033569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9035779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9037795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9039783Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9041892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9043935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9045943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9048036Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9050099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9052191Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9054313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9056394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9058407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9060434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:15.9061910Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:21:15.9063373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:15.9065402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:15.9067520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:15.9069704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:15.9071912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:15.9073437Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-03-21T20:21:15.9074807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:15.9076941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:15.9078857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:15.9080764Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:15.9082175Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:21:15.9083851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9086028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9088418Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9090554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9092703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9094942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9097128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9099420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9101651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:15.9103174Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-03-21T20:21:15.9104786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9106977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9109107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9111261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9113456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9115658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9117813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9120253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9122394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:15.9123898Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:21:15.9125347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9127610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9129622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9131611Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9133595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9135618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9137682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9139734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9141749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9143735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9145725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9147737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9149796Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9151871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9153895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9155943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9158049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9160105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9162344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9164374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9166460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9168473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9170579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9172603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9174571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9176624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9178704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9180771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9182829Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9184845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9186964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9188956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9190959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9193006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9195049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9197049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9199081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9201152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9211529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9213873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9215837Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9217843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9220110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9222172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9224183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9226196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9228198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9230207Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9232231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9234254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9236315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9238404Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9240445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9242469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9244487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9246620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9248638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9250622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9252618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9254627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9256853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9258981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9261054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9263157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:15.9264664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:21:15.9266238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9268448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9270634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9272848Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9275111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9277381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9279634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9281931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9284177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9286680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:15.9288369Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:21:15.9290042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:21:15.9291674Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:21:15.9293161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:15.9295289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:15.9297440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:15.9299814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:15.9301364Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:21:15.9302895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:21:15.9304371Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-03-21T20:21:15.9305991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/util 2025-03-21T20:21:15.9307514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-03-21T20:21:15.9308607Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:15.9310522Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:15.9312416Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:21:15.9313793Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:15.9316018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:15.9319077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:15.9321304Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9323596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9326737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9329623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9332555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9335489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9338431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9341361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9344386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9347228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9350317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9353370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9356293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9359204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9362069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9364881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9367878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9370809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9373749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9376726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9379686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9382600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9385520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9388742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9391671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9394808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9397744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9400619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9403497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9406443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9409389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9412515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9415474Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9418411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9421311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:15.9423346Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:21:15.9424763Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:15.9427294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:15.9429634Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:15.9431979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:15.9434583Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:15.9436667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:15.9438521Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-03-21T20:21:15.9440145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:15.9459934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:15.9462175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:15.9464203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:15.9465859Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:15.9467884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:15.9470711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:15.9472693Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-03-21T20:21:15.9474492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9476852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9479129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9481447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9483762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9486324Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9488648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9490943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9493267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9495844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:15.9497423Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-03-21T20:21:15.9498793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:15.9500700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:15.9502819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:15.9504299Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:21:15.9505804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:15.9508045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:15.9509752Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:21:15.9511321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:15.9513498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:15.9515692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:15.9517888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:15.9519422Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-03-21T20:21:15.9520853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm 2025-03-21T20:21:15.9522319Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9523838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9525973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9528301Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9530543Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9532688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9534879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9537177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9539633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9541767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9543921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9546308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9548630Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9551104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9553285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9555463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9557651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9559792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9561964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9564202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9566667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9568916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9571183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9573396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9575633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9577847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9580047Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9582362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9584447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:15.9585953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9587826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9590009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9592157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9594345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9596523Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9598636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9600769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9602917Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9605081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9607323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9609420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9611527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9613659Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9615790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9617906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9620069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9622277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9624668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9626807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9628998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9631194Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9633334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9635482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9637591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9639682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9641833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9643967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9646199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9648393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9650568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9652708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9654853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9657042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9659220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9661342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9663455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9665571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9667864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9670046Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9672171Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9674379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9676502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9678645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9680796Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9682918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9685024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9687399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9689497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9691578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9693660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9695757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9697868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9700017Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9702142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9704263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9706411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9708556Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9710957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9713103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9715268Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9717571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9719711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9721877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9724022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9726293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9728598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9730768Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9732896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9735004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9737136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9739279Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9741375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9743485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9745625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9747797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9750028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9752316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9754686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9756841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9758995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:15.9760624Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:21:15.9762180Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:21:15.9763736Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:21:15.9765349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:15.9767678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:15.9769878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:15.9771450Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:15.9773078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:15.9775342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:15.9777574Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:15.9779903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:15.9781573Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:15.9783480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:15.9785316Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:21:15.9787119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:15.9789453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:15.9791833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:15.9793493Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:21:15.9794991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:15.9797337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:15.9799419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:15.9800895Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:21:15.9802414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:15.9804629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:15.9806214Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:21:15.9807180Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:15.9808672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:15.9810129Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-03-21T20:21:15.9811526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9813496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9815553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9817610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9819729Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9821893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9823999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9826071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9828171Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9830179Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9832184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9834234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9836328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9838536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9840582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:15.9842151Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-03-21T20:21:15.9843857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:15.9846453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:15.9848754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:15.9850274Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-03-21T20:21:15.9851597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:15.9853426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:15.9855309Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:15.9857195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:15.9859079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:15.9860532Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9861991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9864042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9866220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9868361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9870514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9872696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9874859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9877021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:15.9878580Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:21:15.9880413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:21:15.9882039Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:21:15.9883633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:21:15.9885205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:21:15.9887107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:21:15.9888727Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:21:15.9889785Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:21:15.9890917Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9892811Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9895451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9898080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9900622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9903126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9905644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9908181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9910828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9913542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9916120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9918637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9921152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9923641Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9926466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9929103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9931871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9934575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9937253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9939836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9942387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9945080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9947795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9950361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9952944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9955536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9958037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9960482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9962974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9965516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9968139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9970877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9973468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9976090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9978651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9981333Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9983989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9986644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9989128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9991599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9994137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9996670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:15.9999157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0001635Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0004187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0006814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0009351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0011942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0014893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0017549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0020187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0022952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0025598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0028195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0030862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0033448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0036010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0038601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0041204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0043770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0046433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0048998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0051534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:16.0053272Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:21:16.0054983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:16.0057356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:16.0059981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:16.0062296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:16.0063874Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-03-21T20:21:16.0065395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:16.0067634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:16.0069810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:16.0071421Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.0073003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.0075250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.0077626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:16.0079390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.0081132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.0083494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.0085899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.0088678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.0091123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.0093508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:16.0095149Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:16.0096717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:21:16.0098305Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:21:16.0099341Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:16.0101025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:16.0103049Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:21:16.0104315Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0106417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0109434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0112285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0115113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0117893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0120627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0123414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:16.0125588Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:16.0127964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:16.0130113Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:21:16.0131538Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:21:16.0133026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:16.0135536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:16.0137703Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:21:16.0138669Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:21:16.0139722Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.0141498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.0143964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.0146601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.0149016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.0151508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.0154089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:16.0155746Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-03-21T20:21:16.0157116Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:16.0159035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:16.0160523Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0161994Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0164158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0166513Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0168678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0170808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0173004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0175210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0177349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0179541Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0181717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0183851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0186000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0188550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:16.0190080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0191617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0193753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0196101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0198229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0200342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0202500Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0204650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0206852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0208982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0211129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0213261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0215375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0217588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0219898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0222095Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0224207Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0226360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0228538Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0230779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0233182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0235420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0237657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0239935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0242125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0244284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0246533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0248699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0250870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0253011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0255159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0257330Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0259506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0261648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0263779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0265926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0268085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0270261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0272446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0274761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0276931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0279098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0281438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0283794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0286016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0288434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0290603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:16.0292187Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:21:16.0293758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:16.0295985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:16.0297681Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.0299380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.0301728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.0304173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.0306608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.0309055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.0311508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:16.0313256Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:16.0314993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:16.0317340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:16.0319262Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:16.0320892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:16.0323207Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:16.0324891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.0326991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.0329460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.0331935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.0334246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:16.0335842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:21:16.0337378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:16.0339545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:16.0341160Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0342785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0344976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0347188Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0349466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0351740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0354021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0356291Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0358560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0360827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0363286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0365575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0367951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0370277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:16.0371853Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0373403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0375501Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0377674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0379892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0382024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0384126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0386363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0388578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0390781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0392915Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0395061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0397184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0399279Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0401396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0403553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0406028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0408306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0410477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0412779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0414940Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0417087Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0419260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0421429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0423591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0425756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0427920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0430068Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0432263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0434390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0436618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0438818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0440941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0443062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0445206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0447457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0449775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0451904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0454018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0456331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0458524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:16.0460080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0461779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0464129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0466549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0468952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0471307Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0473673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0476043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:16.0477756Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.0479509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.0481947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.0484378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:16.0486371Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:16.0488222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:16.0490701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:16.0492695Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:16.0494267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:16.0496420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:16.0498014Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:21:16.0499243Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:16.0500981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:16.0502754Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:21:16.0503971Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.0505907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.0508505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.0511093Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:16.0512996Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:21:16.0514213Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:16.0516160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:16.0518625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:16.0520336Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:16.0522078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:16.0524442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:16.0526285Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:16.0528063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:16.0529884Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.0532011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.0534820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.0537825Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:16.0539795Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:21:16.0541021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:16.0543096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:16.0545802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:16.0548341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:16.0550136Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:16.0552003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:16.0554518Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:16.0556322Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:21:16.0557517Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.0559463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.0562146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.0564934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.0567805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:16.0569769Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0571641Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0574153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0576686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0579535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0582279Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0585028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0588223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0591111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0593924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0596645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0599391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0602183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0605010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0607809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0610563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0613371Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0616222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0619072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0621800Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0624490Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0627394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0630085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0632923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0635791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0638654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0641406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0644119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:16.0646140Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0648079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0650719Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0653350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0656037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0658762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0661520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0664142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0666767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0669398Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0672164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0674775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0677557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0680218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0682746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0685277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0688130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0690709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0693374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0696030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0698623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0701231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0703865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0706512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0709152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0711768Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0714320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0717210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0719863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0722641Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0725302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0728034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0730619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0733220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0735885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0738584Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0741259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0743898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0746563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0749255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0751968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0754636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0757193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0759870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0762406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0764953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0767736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0770426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0773142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0775826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0778512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0781242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0783964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0786851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0789601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0792328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0795068Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0796379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0797692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0798986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0800547Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0801860Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0803294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0804514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0805797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0807184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0808494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0809791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0811012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0812206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0813503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0814735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0815976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0817167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0818360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:16.0819511Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:21:16.0819912Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:21:16.0820980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:16.0821948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:16.0822868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:16.0823875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:16.0824339Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-03-21T20:21:16.0824747Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-03-21T20:21:16.0825616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:16.0826560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:16.0826998Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0828007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0829094Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0830142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0831196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0832254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0833344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0834407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0835505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0836561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0837673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0838693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0839741Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0840809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0841960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0843011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0844079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0845216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0846363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0847404Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0848444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:16.0848881Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:21:16.0849928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:16.0851016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:16.0851478Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.0852606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.0853752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.0854850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:16.0855251Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:21:16.0856209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:16.0857220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:16.0858244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:16.0859230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:16.0860280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:16.0861396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:16.0862381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:16.0862785Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:21:16.0863762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:16.0864833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:16.0865239Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-03-21T20:21:16.0865691Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:16.0866720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:16.0867834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:16.0868285Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:21:16.0869335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:16.0870485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:16.0870945Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:16.0871985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:16.0873152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:16.0873589Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:21:16.0874718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:16.0875793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:16.0876244Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:21:16.0876759Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:16.0877936Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:16.0878409Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:16.0879609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:16.0880624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:21:16.0881110Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-03-21T20:21:16.0881491Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-03-21T20:21:16.0882388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0883305Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0884349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0885322Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0886442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0887402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0888381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0889349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0890319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0891255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0892152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0893146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0894076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0895016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0895965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0896916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0897811Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0898261Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.0899344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.0900417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.0901745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.0902791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:16.0903202Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0904440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0905512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0906567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0953975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0955102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0956209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0957290Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0958386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:16.0959335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0960336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0961311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:16.0961720Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:21:16.0962668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:16.0963645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:16.0964606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:16.0965564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:16.0965957Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-03-21T20:21:16.0967040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:16.0968265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:16.0969265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:16.0969697Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:16.0970846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:16.0971378Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:16.0972540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:16.0973718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:16.0974219Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.0975370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.0976575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.0977781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:16.0978264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:16.0979347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:16.0979878Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:16.0981098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:16.0981697Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.0983060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.0984430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.0985774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:16.0986567Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.0987922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.0989521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.0990863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.0992356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:16.0992992Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.0994367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.0995766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.0997140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.0998535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:16.0999127Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:16.1000445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:16.1047529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:16.1048127Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:16.1049445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:16.1079826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:16.1080669Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1082035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1083508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1084845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1086700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1088057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1089625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1091006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:16.1091544Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.1092717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.1093927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.1095131Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.1096359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:16.1096826Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:21:16.1097359Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1098640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1099954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1101270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1102589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1103872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1105178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1106473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1107991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1109274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1110597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1111905Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1113231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1114521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1115805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1117086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:16.1117421Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-03-21T20:21:16.1118142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-03-21T20:21:16.1118486Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-03-21T20:21:16.1119298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:16.1120144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:16.1120988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:16.1121812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:16.1122740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:16.1123568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:16.1124397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:16.1152033Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-03-21T20:21:16.1153071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:16.1153997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:16.1155222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:16.1156226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:16.1156550Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-03-21T20:21:16.1156898Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-03-21T20:21:16.1157408Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-03-21T20:21:16.1157855Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.1158874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.1159968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.1160950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.1161949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.1162951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:16.1163390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1164356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1165378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1166496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1167480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1168483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1169605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1170620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1171651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:16.1172010Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-03-21T20:21:16.1172852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:16.1173723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:16.1174720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:16.1175594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:16.1176015Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:21:16.1177107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:16.1178092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:16.1178480Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-03-21T20:21:16.1179372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:16.1180276Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:16.1180713Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:21:16.1181731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:16.1182743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:16.1183327Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.1184645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.1185932Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.1187416Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.1188754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.1189978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.1191291Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:16.1191727Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:16.1192737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:16.1193740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:16.1194415Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:21:16.1195407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:16.1196405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:16.1196836Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:21:16.1197983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:16.1241480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:16.1241897Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-03-21T20:21:16.1242819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1243765Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1244740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1245697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1246753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1247767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1248704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1249768Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1250718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1251720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1252645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1253584Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1254506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1255414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1256409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:16.1257098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:21:16.1258138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:16.1259204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:16.1259819Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:21:16.1260973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:16.1262127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:16.1263251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:16.1264402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:16.1264841Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:21:16.1265862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:16.1266930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:16.1267960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:16.1268496Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1269685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1270957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1272185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1273421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1274614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1275873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1277113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1278456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1279731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1281020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1282214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1283410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1284626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1285901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1287429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1343819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1345124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:16.1345555Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:21:16.1346757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:16.1347818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:16.1348934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:16.1349380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:16.1350471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:21:16.1350931Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:16.1351961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:21:16.1352497Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.1354012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.1355259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.1356588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.1357840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:16.1358346Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.1359458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.1360587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.1361744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.1362856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:16.1363411Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:16.1364583Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:16.1365164Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:16.1366597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:16.1367916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:16.1368469Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:16.1369666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:16.1370860Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:16.1371449Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:16.1372709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:16.1374197Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:16.1374585Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-03-21T20:21:16.1375498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:16.1376450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:16.1377487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:16.1378433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:16.1378859Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-03-21T20:21:16.1379877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:16.1380866Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:16.1381270Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-03-21T20:21:16.1382171Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:16.1383077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:16.1383501Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:21:16.1384488Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:16.1385463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:16.1385905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:16.1387049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:16.1388063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:16.1388504Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:16.1389505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:16.1472690Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:16.1473170Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:16.1474270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:16.1475087Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.1476054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.1477061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.1478043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.1479226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.1480283Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:16.1480713Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:21:16.1481670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:16.1482701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:16.1483098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:21:16.1484026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:16.1485019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:16.1485419Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-03-21T20:21:16.1486551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:16.1487482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:16.1487868Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-03-21T20:21:16.1488766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:16.1489705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:16.1490162Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:21:16.1491210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:16.1492245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:16.1492660Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-03-21T20:21:16.1493617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:16.1494576Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:16.1495183Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:21:16.1496156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:16.1497144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:16.1497536Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-03-21T20:21:16.1498098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:21:16.1499130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:21:16.1499442Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-03-21T20:21:16.1500134Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1500851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1501542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1502273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1502978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1503715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1504454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1505130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1505815Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1506528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1507329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1508018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1508777Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1509476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1510211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1510943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1511671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1512354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1513042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1513855Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1514534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1515209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1515897Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1516654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.1517033Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-03-21T20:21:16.1585533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1586739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1587585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1588421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1589322Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1590137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1590986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1591849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1592681Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1593060Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-03-21T20:21:16.1593933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:16.1594822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:16.1595758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:16.1596717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:16.1597627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:16.1598491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1599326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:16.1600018Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-03-21T20:21:16.1600846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:16.1601704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:16.1602570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:16.1603676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:16.1604538Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:16.1605342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:16.1605819Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.1607099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.1608327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.1609556Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.1610754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:16.1611128Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-03-21T20:21:16.1612115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1613142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1614136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1615072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1616014Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1616925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1617924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1618836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1619782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1620855Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1621795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1622727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1623792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1624758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1625752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1626681Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1627571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1628464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:16.1628873Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:21:16.1629913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:16.1630955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:16.1631381Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.1713175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.1714410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.1715428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:16.1715787Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-03-21T20:21:16.1716580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:16.1717380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:16.1718164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:16.1718968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:16.1719309Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-03-21T20:21:16.1720499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:16.1721283Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:16.1721679Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-03-21T20:21:16.1722575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:21:16.1722997Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:21:16.1724222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:21:16.1724606Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-03-21T20:21:16.1725454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:16.1725855Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:21:16.1726876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:16.1727791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:16.1728209Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.1729165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.1730160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.1731108Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:16.1731505Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:21:16.1732393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:16.1733361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:16.1733779Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:16.1734785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:21:16.1735188Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:21:16.1736112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:16.1737048Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:16.1737441Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:21:16.1738430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:16.1739410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:16.1740437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:16.1740804Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-03-21T20:21:16.1741761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/test 2025-03-21T20:21:16.1742080Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-03-21T20:21:16.1742942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:16.1743754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:16.1744526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:16.1744879Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-03-21T20:21:16.1745717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit/test 2025-03-21T20:21:16.1746060Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-03-21T20:21:16.1746884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:16.1747702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:16.1748493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:16.1748874Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-03-21T20:21:16.1749787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator/test 2025-03-21T20:21:16.1750123Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-03-21T20:21:16.1750896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1751846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1752678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1753552Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1754455Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1755326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1756211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1757128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1758162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1830789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1831794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1832679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1833946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1834898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1835836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1836661Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1837556Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1838406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1839253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1840158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1841078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1841923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1842834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1843827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1844760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1845650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1846699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1847649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1848492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1849343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1850430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1851316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:16.1851661Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-03-21T20:21:16.1852449Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:16.1853373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:16.1854191Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:16.1854563Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-03-21T20:21:16.1855422Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:16.1856354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:16.1857371Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:16.1857708Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-03-21T20:21:16.1858478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:16.1859319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:16.1860105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:16.1860902Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:16.1861701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:16.1862459Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:16.1863230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:16.1863557Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-03-21T20:21:16.1864341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1865118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1865963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1866830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1867598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1868442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1869381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1870174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1870975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1871927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1872866Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1873664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1874477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1875352Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.1876262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2046435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2047357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2048198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2049009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2049814Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2050648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2051546Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2052405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2053239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2054084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2054926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2055718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2056507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2057674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2058514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2059327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2060135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:16.2060690Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-03-21T20:21:16.2061636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:16.2062529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:16.2063438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:16.2064324Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:16.2064726Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-03-21T20:21:16.2065820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification/test 2025-03-21T20:21:16.2066536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:16.2066863Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-03-21T20:21:16.2067264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/android_test 2025-03-21T20:21:16.2068192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/android_test 2025-03-21T20:21:16.2068589Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-03-21T20:21:16.2069489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:16.2070402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:16.2070793Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-03-21T20:21:16.2071697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:21:16.2072148Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2073166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2074266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2075323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2076399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2077604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:16.2078028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:21:16.2079039Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:21:16.2079423Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-03-21T20:21:16.2080426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:16.2081341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:16.2082232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:16.2082687Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:21:16.2083763Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:21:16.2084160Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-03-21T20:21:16.2085124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:16.2085549Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-03-21T20:21:16.2086887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:16.2087969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:16.2089005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:16.2089967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:16.2091109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:16.2091495Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-03-21T20:21:16.2171409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree 2025-03-21T20:21:16.2172832Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-03-21T20:21:16.2174278Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree/test 2025-03-21T20:21:16.2175693Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-03-21T20:21:16.2177100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training 2025-03-21T20:21:16.2178552Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-03-21T20:21:16.2180604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:16.2182318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:21:16.2184046Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:21:16.2186779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:16.2188456Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-03-21T20:21:16.2189487Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:21:16.2191187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:16.2193469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:16.2195151Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:16.2196951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:21:16.2198585Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-03-21T20:21:16.2199472Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2200963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2203004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2205125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2207337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2209485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2211719Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2213939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2216093Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2217706Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:16.2219520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:16.2221396Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:21:16.2222934Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:16.2224970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:16.2227701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:16.2230251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:16.2231831Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-03-21T20:21:16.2233275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:16.2235238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:16.2237262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:16.2239348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:16.2241429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:16.2243536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:16.2245072Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-03-21T20:21:16.2246614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:16.2248666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:16.2250784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:16.2252797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:16.2254286Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:21:16.2255823Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:16.2257967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:16.2260163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:16.2262419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:16.2264311Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:21:16.2265805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:16.2267859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:16.2269952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:16.2292972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:16.2294571Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:16.2296227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:21:16.2297836Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:21:16.2299338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:21:16.2300970Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.2302856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.2305428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.2308020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.2310583Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:16.2312523Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:21:16.2313891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:16.2316055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:16.2319014Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:16.2320994Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:21:16.2322088Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:16.2323907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:16.2325529Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-03-21T20:21:16.2326462Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-03-21T20:21:16.2328092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:16.2329484Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-03-21T20:21:16.2331012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:16.2333197Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:16.2335546Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:16.2337683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:16.2339740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:16.2341197Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-03-21T20:21:16.2342394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-03-21T20:21:16.2343664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-03-21T20:21:16.2345117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:16.2347142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:16.2348688Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:21:16.2350343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:21:16.2351963Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-03-21T20:21:16.2352965Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.2354051Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:16.2355825Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:16.2358113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.2360417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.2362807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.2365153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:16.2366947Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.2368072Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:16.2370140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:16.2372519Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.2374892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.2377413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:16.2379129Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:21:16.2380777Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:16.2383000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:16.2385208Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:16.2387028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:21:16.2388656Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:21:16.2390769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:16.2411272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:16.2413364Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:16.2414859Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-03-21T20:21:16.2416353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:16.2418339Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:16.2419802Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-03-21T20:21:16.2421326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:16.2423234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:16.2424640Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:21:16.2426165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:21:16.2428232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:16.2430530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:16.2431911Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-03-21T20:21:16.2433282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:16.2435148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:16.2436560Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:21:16.2438295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:21:16.2439838Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-03-21T20:21:16.2441223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:16.2443125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:16.2445085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:16.2447427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:16.2448896Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:21:16.2450464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:16.2452645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:16.2454845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:16.2456467Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:21:16.2458081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:16.2460319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:16.2461922Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-03-21T20:21:16.2463393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:16.2465492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:16.2467735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:16.2469255Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-03-21T20:21:16.2470433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-03-21T20:21:16.2471838Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-03-21T20:21:16.2473138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/test 2025-03-21T20:21:16.2474461Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-03-21T20:21:16.2475331Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-03-21T20:21:16.2476790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:21:16.2478161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-03-21T20:21:16.2479540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:16.2481235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:16.2482837Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:16.2484040Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-03-21T20:21:16.2485216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:16.2487146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:16.2488701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-03-21T20:21:16.2489787Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-03-21T20:21:16.2490560Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-03-21T20:21:16.2491929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-aarch64/wheel/./executorch/share/cmake 2025-03-21T20:21:16.2493284Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-03-21T20:21:16.2494109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-03-21T20:21:16.2495036Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-03-21T20:21:16.2496054Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2497731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2500015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2502311Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2504555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2506805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2509090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2511480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2514214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2516632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2519044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2521621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2523991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2526397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2528629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2530835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2533089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2535469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:16.2537266Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:16.2539118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:16.2541041Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:16.2543187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:16.2546087Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:16.2548144Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.2550103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.2552792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.2555535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.2558524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.2561247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:16.2563199Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2565253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2568107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2570795Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2573431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2576054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2578650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2581267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2583918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2586700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2589335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2591999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2594623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2597254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2599941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:16.2602191Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:21:16.2603521Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:21:16.2604930Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:16.2607249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:16.2610421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:16.2612719Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2614943Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2617951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2620938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2623894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2626821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2629816Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2632838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2635842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2638861Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:16.2640854Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2642601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2645049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2647758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2650245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:16.2652083Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:16.2653994Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:16.2655806Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2657558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2659972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2662338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2664758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2667196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2669580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2671955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2674375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2676902Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2679272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2681634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:16.2683393Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:16.2685282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:16.2687325Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-03-21T20:21:16.2688440Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.2690399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.2693396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.2695911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:16.2697686Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.2699626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.2702079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.2704552Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.2706988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:16.2708798Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.2710676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.2713238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.3268499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:16.3270284Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-03-21T20:21:16.3271041Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-03-21T20:21:16.3272239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:16.3273853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:16.3274890Z running install_egg_info 2025-03-21T20:21:16.3275740Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:21:16.3276674Z running install_scripts 2025-03-21T20:21:16.3277387Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:21:16.3278868Z creating '/tmp/pip-wheel-9gw7qewj/.tmp-aqalb5a6/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-03-21T20:21:16.3280078Z adding 'executorch/version.py' 2025-03-21T20:21:16.3280706Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:21:16.3281487Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:21:16.3282321Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:21:16.3283182Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:21:16.3284043Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:21:16.3284894Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:21:16.3287011Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:21:16.3287898Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:21:16.3288824Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:21:16.3289785Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:21:16.3290687Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:21:16.3291454Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:21:16.3292130Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:21:16.3293083Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:21:16.3293917Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:21:16.3294723Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:21:16.3295493Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:21:16.3296274Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:21:16.3297099Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:21:16.3297925Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:21:16.3299208Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:21:16.3300156Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:21:16.3301122Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:21:16.3302147Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:21:16.3303049Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:21:16.3303993Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:21:16.3304984Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:21:16.3305865Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:21:16.3306764Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:21:16.3307752Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:21:16.3308689Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:21:16.3309548Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:21:16.3310536Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:21:16.3311362Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:21:16.3312269Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:21:16.3313330Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:21:16.3314374Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:21:16.3315423Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:21:16.3316309Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:21:16.3317166Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:21:16.3318191Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:21:16.3319202Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:21:16.3320053Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:21:16.3321064Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:21:16.3321936Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:21:16.3322770Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:21:16.3323728Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:21:16.3324496Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:21:16.3325527Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:21:16.3326496Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:21:16.3327229Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:21:16.3327973Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:21:16.3328848Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:21:16.3329560Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:21:16.3330395Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:21:16.3331163Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:21:16.3331900Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:21:16.3332910Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:21:16.3333710Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:21:16.3334684Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:21:16.3335844Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:21:16.3336774Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:21:16.3337581Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:21:16.3338520Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:21:16.3339407Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:16.3340377Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:21:16.3341501Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:21:16.3342530Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:21:16.3343459Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:21:16.3344511Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:21:16.3345421Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:21:16.3346412Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:21:16.3347331Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:21:16.3348307Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:21:16.3349256Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:21:16.3350220Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:21:16.3351120Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:21:16.3352156Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:21:16.3353052Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:21:16.3354033Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:21:16.3355037Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:21:16.3356031Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:21:16.3357034Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:21:16.3358063Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:21:16.3359022Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:21:16.3360154Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:21:16.3361023Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:21:16.3361947Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:21:16.3363059Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:21:16.3364025Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:21:16.3364933Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:21:16.3365826Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:21:16.3367023Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:21:16.3367986Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:21:16.3369046Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:16.3370132Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:21:16.3371091Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:21:16.3372133Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:21:16.3373109Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:21:16.3374202Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:21:16.3375302Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:21:16.3376283Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:21:16.3377336Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:21:16.3378344Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:21:16.3379319Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:21:16.3380334Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:21:16.3703401Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:21:16.3704576Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:21:16.3705351Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:21:16.3706172Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:21:16.3706994Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:21:16.3707738Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:21:16.3708583Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:21:16.3709413Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:21:16.3710168Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:21:16.3711015Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:21:16.3711880Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:21:16.3712772Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:21:16.3713604Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:21:16.3714373Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:21:16.3715126Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:21:16.3715989Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:21:16.3716776Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:21:16.3717512Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:21:16.3718393Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:21:16.3719156Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:21:16.3719998Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:21:16.3720816Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:21:16.3721721Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:21:16.3722572Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:21:16.3723364Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:21:16.3724151Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:21:16.3725098Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:21:16.3725913Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:21:16.3726779Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:21:16.3727659Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:21:16.3728446Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:21:16.3729644Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:21:16.3730564Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:21:16.3731394Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:21:16.3732093Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:21:16.3732956Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:21:16.3733758Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:21:16.3734602Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:21:16.3735492Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:21:16.3736603Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:21:16.3737578Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:21:16.3738462Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:21:16.3739254Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:21:16.3740115Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:21:16.3740971Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:21:16.3741777Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:21:16.3742703Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:21:16.3743660Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:21:16.3744581Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:21:16.3745483Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:21:16.3746215Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:21:16.3747039Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:21:16.3747804Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:21:16.3748661Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:21:16.3749649Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:21:16.3750657Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:21:16.3751580Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:21:16.3752562Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:21:16.3753506Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:21:16.3754455Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:21:16.3770457Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:21:16.3771592Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:21:16.3772366Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:21:16.3773132Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:21:16.3773866Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:21:16.3774597Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:21:16.3775399Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:21:16.3776237Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:21:16.3777029Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:21:16.3777841Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:21:16.3778630Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:21:16.3779333Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:21:16.3779997Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:21:16.3780666Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:21:16.3781326Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:21:16.3782254Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:21:16.3782951Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:21:16.3783692Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:21:16.3784416Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:21:16.3785092Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:21:16.3785748Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:21:16.3786721Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:21:16.3787409Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:21:16.3788152Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:21:16.3789205Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:21:16.3789939Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:21:16.3790662Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:21:16.3791455Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:21:16.3792183Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:21:16.3792833Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:21:16.3793481Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:21:16.3794163Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:21:16.3794856Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:21:16.3795538Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:21:16.3796198Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:21:16.3796845Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:21:16.3797552Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:21:16.3798295Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:21:16.3799030Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:21:16.3799759Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:21:16.3800455Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:21:16.3801117Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:21:16.3801791Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:21:16.3802474Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:21:16.3803198Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:21:16.3803895Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:21:16.3804570Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:21:16.3805296Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:21:16.3806012Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:21:16.3806833Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:21:16.3807523Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:21:16.3808174Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:21:16.3808858Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:21:16.3809591Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:21:16.3810304Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:21:16.3810990Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:21:16.3811682Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:21:16.3812367Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:21:16.3813069Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:21:16.3813771Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:21:16.3814470Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:21:16.3815213Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:21:16.3816368Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:21:16.3817106Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:21:16.3817855Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:21:16.3818553Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:21:16.3819247Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:21:16.3819932Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:21:16.3820580Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:21:16.3821246Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:21:16.3821665Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:21:16.3821985Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:21:16.3822349Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:21:16.3822621Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:21:16.3822884Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:21:16.3823240Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:21:16.4176816Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:21:16.4177230Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:21:16.4177617Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:21:16.4178018Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:21:16.4178405Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:21:16.4178823Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:21:16.4179238Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:21:16.4179591Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:21:16.4180031Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:16.4180412Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:21:16.4180692Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:21:16.4181039Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:21:16.4181330Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:21:16.4181632Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:21:16.4181918Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:21:16.4182305Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:21:16.4182809Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:21:16.4183363Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:21:16.4183987Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:21:16.4184456Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:21:16.4184946Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:21:16.4185454Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:21:16.4185968Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:21:16.4186787Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:21:16.4187310Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:21:16.4187748Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:21:16.4188610Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:21:16.4189182Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:21:16.4189707Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:21:16.4190195Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:21:16.4190707Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:21:16.4191307Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:21:16.4191824Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:21:16.4192320Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:21:16.4192819Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:21:16.4193334Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:21:16.4193850Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:21:16.4194365Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:21:16.4194833Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:21:16.4195336Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:21:16.4195835Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:21:16.4196333Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:21:16.4196834Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:21:16.4197290Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:21:16.4197777Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:21:16.4198241Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:21:16.4198765Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:21:16.4199292Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:21:16.4199863Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:21:16.4200316Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:21:16.4200854Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:21:16.4201313Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:21:16.4201725Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:21:16.4202234Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:21:16.4202714Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:21:16.4203021Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:21:16.4203276Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:21:16.4203550Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:21:16.4203844Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:21:16.4204141Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:21:16.4204414Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:21:16.4204878Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:21:16.4205182Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:21:16.4205437Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:21:16.4205733Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:21:16.4206166Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:21:16.4206482Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:21:16.4206792Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:21:16.4207063Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:21:16.4207474Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:21:16.4207834Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:21:16.4208110Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:21:16.4208388Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:21:16.4208671Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:21:16.4208952Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:21:16.4209192Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:21:16.4209532Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:21:16.4209849Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:21:16.4210180Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:21:16.4210474Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:21:16.4210869Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:21:16.4211221Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:21:16.4211575Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:21:16.4211932Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:21:16.4212315Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:21:16.4212701Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:21:16.4213084Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:21:16.4213489Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:21:16.4213768Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:21:16.4214050Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:21:16.4214339Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:21:16.4214615Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:21:16.4214902Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:21:16.4215181Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:21:16.4215515Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:21:16.4215802Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:21:16.4216180Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:21:16.4216544Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:21:16.4216903Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:21:16.4217328Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:21:16.4217712Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:21:16.4218062Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:21:16.4218459Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:21:16.4218921Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:21:16.4219541Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:21:16.4219962Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:21:16.4544170Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:21:16.4544747Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:21:16.4545188Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:21:16.4545619Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:21:16.4546464Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:21:16.4546942Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:21:16.4547381Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:21:16.4547848Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:21:16.4548283Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:21:16.4548705Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:21:16.4549140Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:21:16.4549622Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:21:16.4550068Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:21:16.4550543Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:21:16.4550965Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:21:16.4551406Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:21:16.4551856Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:21:16.4552286Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:21:16.4552729Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:21:16.4553084Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:21:16.4553474Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:21:16.4553840Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:21:16.4554278Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:21:16.4554751Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:21:16.4555253Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:21:16.4555760Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:21:16.4556256Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:21:16.4556712Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:21:16.4557182Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:21:16.4557658Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:21:16.4558103Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:21:16.4558586Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:21:16.4559006Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:21:16.4559497Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:21:16.4560248Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:21:16.4560722Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:21:16.4561187Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:21:16.4561640Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:21:16.4561929Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:21:16.4562228Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:21:16.4562521Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:21:16.4562928Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:21:16.4563433Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:21:16.4563978Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:21:16.4564399Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:21:16.4564720Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:21:16.4565050Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:21:16.4565398Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:21:16.4565733Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:21:16.4566188Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:21:16.4566519Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:21:16.4566855Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:21:16.4567166Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:21:16.4567484Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:21:16.4567740Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:21:16.4568006Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:21:16.4568270Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:21:16.4568551Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:21:16.4569011Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:21:16.4569315Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:21:16.4569620Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:21:16.4569924Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:21:16.4570244Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:21:16.4570537Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:21:16.4570816Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:21:16.4571176Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:21:16.4571543Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:21:16.4571861Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:21:16.4572218Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:21:16.4572573Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:21:16.4573022Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:21:16.4573360Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:21:16.4573683Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:21:16.4574028Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:21:16.4574433Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:21:16.4574943Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:21:16.4575354Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:21:16.4575646Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:21:16.4576039Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:21:16.4576437Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:21:16.4576808Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:21:16.4577139Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:21:16.4577657Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:21:16.4578069Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:21:16.4578408Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:21:16.4578761Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:21:16.4579117Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:21:16.4579474Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:21:16.4579855Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:21:16.4580210Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:21:16.4580543Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:21:16.4580819Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:21:16.4581081Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:21:16.4581379Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:21:16.4581703Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:21:16.4581986Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:21:16.4582379Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:21:16.4582661Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:21:16.4582967Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:21:16.4583263Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:21:16.4583582Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:21:16.4583901Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:21:16.4584178Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:21:16.4584467Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:21:16.4584761Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:21:16.4585056Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:21:16.4585358Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:21:16.4585645Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:21:16.4585997Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:21:16.4586831Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:21:16.4587120Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:21:16.5001858Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:21:16.5002172Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:21:16.5002525Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:21:16.5002810Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:21:16.5003163Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:21:16.5003441Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:21:16.5003732Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:21:16.5004053Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:21:16.5004752Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:21:16.5005081Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:21:16.5005392Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:21:16.5005702Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:21:16.5005988Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:21:16.5006391Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:21:16.5006727Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:21:16.5007250Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:21:16.5007550Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:21:16.5007848Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:21:16.5008131Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:21:16.5008464Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:21:16.5008796Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:21:16.5009071Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:21:16.5009369Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:21:16.5009646Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:21:16.5009967Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:21:16.5010275Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:21:16.5010559Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:21:16.5010866Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:21:16.5011154Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:21:16.5011456Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:21:16.5011744Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:21:16.5012022Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:21:16.5012307Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:21:16.5012598Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:21:16.5012915Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:21:16.5013197Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:21:16.5013501Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:21:16.5013801Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:21:16.5014116Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:21:16.5014408Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:21:16.5014744Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:21:16.5015061Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:21:16.5015337Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:21:16.5015649Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:21:16.5015967Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:21:16.5016271Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:21:16.5016680Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:21:16.5017043Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:21:16.5017324Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:21:16.5017631Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:21:16.5017918Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:21:16.5018253Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:21:16.5018685Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:21:16.5018963Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:21:16.5019258Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:21:16.5019578Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:21:16.5019891Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:21:16.5020281Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:21:16.5020659Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:21:16.5020955Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:21:16.5021427Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:21:16.5021719Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:21:16.5021990Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:21:16.5022313Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:21:16.5022664Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:21:16.5022948Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:21:16.5023264Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:21:16.5023617Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:21:16.5023909Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:21:16.5024215Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:21:16.5024692Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:21:16.5025095Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:21:16.5025427Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:21:16.5025832Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:21:16.5026105Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:21:16.5026441Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:21:16.5026697Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:21:16.5026979Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:21:16.5027242Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:21:16.5027491Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:21:16.5027804Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:21:16.5028110Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:21:16.5028402Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:21:16.5028788Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:16.5029133Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:16.5029468Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:21:16.5029780Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:21:16.5030072Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:21:16.5030366Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:21:16.5030652Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:21:16.5030953Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:21:16.5031310Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:21:16.5031555Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:21:16.5031951Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:21:16.5032440Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:21:16.5032882Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:16.5033394Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:21:16.5033626Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:21:16.5033885Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:21:16.5034139Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:21:16.5034363Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:21:16.5034653Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:21:16.5034928Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:21:16.5035273Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:21:16.5036185Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:21:16.5036521Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:21:16.5036924Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:21:16.5037277Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:21:16.5037652Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:21:16.5037994Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:21:16.5038363Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:21:16.5038703Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:21:16.5039007Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:21:16.5039477Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:21:16.5039945Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:21:16.5040387Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:21:16.5040763Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:21:16.5041176Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:21:16.5041560Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:21:16.5041943Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:21:16.5042499Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:21:16.5042934Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:21:16.5043351Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:21:16.5043713Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:21:16.5391371Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:21:16.5391759Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:21:16.5392397Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:21:16.5392878Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:21:16.5393439Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:21:16.5393933Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:21:16.5394413Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:21:16.5394802Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:21:16.5395261Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:21:16.5395817Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:21:16.5396288Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:21:16.5397127Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:21:16.5397587Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:21:16.5397979Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:21:16.5398330Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:21:16.5398676Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:21:16.5399079Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:21:16.5399483Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:21:16.5400074Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:21:16.5400538Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:21:16.5400985Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:21:16.5401375Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:21:16.5401833Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:21:16.5402386Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:21:16.5402801Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:21:16.5403217Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:21:16.5403569Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:21:16.5403983Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:21:16.5404418Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:21:16.5404810Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:21:16.5405209Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:21:16.5405599Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:21:16.5406159Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:21:16.5406534Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:21:16.5406956Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:21:16.5407394Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:21:16.5407844Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:21:16.5408374Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:21:16.5408792Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:21:16.5409237Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:21:16.5409666Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:21:16.5410257Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:21:16.5410695Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:21:16.5411122Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:21:16.5411541Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:21:16.5411988Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:21:16.5412434Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:21:16.5412809Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:21:16.5413341Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:21:16.5413782Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:21:16.5414139Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:21:16.5414445Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:21:16.5414842Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:21:16.5415228Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:21:16.5415630Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:21:16.5416121Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:21:16.5416459Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:21:16.5416835Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:21:16.5417155Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:21:16.5417457Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:21:16.5417854Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:21:16.5418299Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:21:16.5418659Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:21:16.5419056Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:21:16.5419465Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:21:16.5419888Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:21:16.5420301Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:21:16.5420657Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:21:16.5421160Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:21:16.5421625Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:21:16.5422085Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:21:16.5422543Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:21:16.5422971Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:21:16.5423397Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:21:16.5423882Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:21:16.5424377Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:21:16.5424997Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:21:16.5425336Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:21:16.5425731Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:21:16.5426148Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:21:16.5426515Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:21:16.5426906Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:21:16.5427352Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:21:16.5427715Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:21:16.5427958Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:21:16.5428264Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:21:16.5428540Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:21:16.5429107Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:21:16.5429460Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:16.5429800Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:21:16.5430118Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:21:16.5430524Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:21:16.5430839Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:21:16.5431186Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:21:16.5431741Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:16.5432104Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:21:16.5432436Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:21:16.5432803Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:21:16.5433101Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:21:16.5433397Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:21:16.5433709Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:21:16.5433998Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:21:16.5434278Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:21:16.5434584Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:21:16.5434932Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:21:16.5814129Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:21:16.5814478Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:21:16.5814797Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:21:16.5815107Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:21:16.5815404Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:21:16.5815695Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:21:16.5816102Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:21:16.5816505Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:21:16.5816791Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:21:16.5817093Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:21:16.5817405Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:21:16.5817728Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:21:16.5818057Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:21:16.5818358Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:21:16.5818774Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:21:16.5819076Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:21:16.5819405Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:21:16.5819711Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:21:16.5820018Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:21:16.5820331Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:21:16.5820641Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:21:16.5820943Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:21:16.5821260Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:21:16.5821557Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:21:16.5821896Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:21:16.5822597Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:21:16.5822896Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:21:16.5823183Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:21:16.5823497Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:21:16.5823807Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:21:16.5824136Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:21:16.5824435Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:21:16.5824730Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:21:16.5825266Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:21:16.5825598Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:21:16.5825992Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:21:16.5826415Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:21:16.5826702Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:21:16.5827005Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:21:16.5827317Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:21:16.5827612Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:21:16.5827975Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:21:16.5828311Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:21:16.5828665Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:21:16.5829096Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:21:16.5829455Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:21:16.5829871Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:21:16.5830256Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:21:16.5830610Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:21:16.5830933Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:21:16.5831284Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:21:16.5831726Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:21:16.5832090Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:21:16.5832408Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:21:16.5832813Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:21:16.5833242Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:21:16.5833582Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:21:16.5833954Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:21:16.5834278Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:21:16.5834561Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:21:16.5834906Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:21:16.5835239Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:21:16.5835579Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:21:16.5835936Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:21:16.5836261Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:21:16.5836596Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:21:16.5836927Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:21:16.5837373Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:21:16.5837723Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:21:16.5838073Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:21:16.5838345Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:21:16.5838629Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:21:16.5838919Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:21:16.5839241Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:21:16.5839578Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:21:16.5839957Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:21:16.5840254Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:21:16.5840538Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:21:16.5840927Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:21:16.5841231Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:21:16.5841538Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:21:16.5841849Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:21:16.5842133Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:21:16.5842421Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:21:16.5842714Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:21:16.5843036Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:21:16.5843359Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:21:16.5843689Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:21:16.5844007Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:21:16.5844306Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:21:16.5844622Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:21:16.5844940Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:21:16.5845275Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:21:16.5845596Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:21:16.5845931Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:21:16.5846383Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:21:16.5846689Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:21:16.5847018Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:21:16.5847301Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:21:16.5847603Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:21:16.5847993Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:21:16.5848289Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:21:16.5848581Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:21:16.5848871Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:21:16.5849185Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:21:16.5849515Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:21:16.5849826Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:21:16.5850114Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:21:16.5850433Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:21:16.5850818Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:21:16.5851100Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:21:16.5851717Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:21:16.5852109Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:21:16.5852577Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:21:16.5852966Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:21:16.5853374Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:21:16.5853788Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:21:16.5854217Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:21:16.5854745Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:21:16.5855172Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:21:16.5855590Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:21:16.5856011Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:21:16.6142034Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:21:16.6142430Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:21:16.6142733Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:21:16.6143157Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:21:16.6143505Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:21:16.6143830Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:21:16.6144275Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:21:16.6144663Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:21:16.6145050Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:21:16.6145480Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:21:16.6145824Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:21:16.6146163Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:21:16.6146597Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:21:16.6147073Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:21:16.6147601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:21:16.6148064Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:21:16.6148509Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:21:16.6148954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:21:16.6149418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:21:16.6149898Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:21:16.6150393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:21:16.6150838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:21:16.6151284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:21:16.6151726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:21:16.6152186Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:21:16.6152624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:21:16.6153067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:21:16.6154004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:21:16.6154400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:21:16.6154802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:21:16.6155212Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:21:16.6155610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:21:16.6156049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:21:16.6156764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:21:16.6157232Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:21:16.6157648Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:21:16.6158099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:21:16.6158541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:21:16.6159006Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:21:16.6159444Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:21:16.6159872Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:21:16.6160273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:21:16.6160733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:21:16.6161184Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:21:16.6161607Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:21:16.6162061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:21:16.6162493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:21:16.6162900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:21:16.6163347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:21:16.6163815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:16.6164288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:16.6164745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:21:16.6165180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:21:16.6165645Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:21:16.6166224Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:21:16.6166737Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:21:16.6167144Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:21:16.6167576Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:21:16.6168021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:21:16.6168514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:21:16.6168932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:21:16.6169426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:21:16.6169955Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:21:16.6170686Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:21:16.6171218Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:21:16.6171744Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:16.6172261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:16.6172758Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:16.6173290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:16.6173886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:16.6174409Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:16.6174909Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:16.6175416Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:16.6175908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:16.6176395Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:16.6176900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:21:16.6177410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:21:16.6177899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:21:16.6178292Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:21:16.6178764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:21:16.6179242Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:21:16.6179723Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:21:16.6180203Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:21:16.6180602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:21:16.6181005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:21:16.6181427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:21:16.6181859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:21:16.6182279Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:21:16.6182675Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:21:16.6183064Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:21:16.6183557Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:21:16.6184041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:21:16.6184554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:21:16.6185100Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:21:16.6185630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:21:16.6186388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:21:16.9440202Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:21:16.9442125Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:21:16.9443357Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:21:16.9444487Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:21:16.9445570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:21:16.9446787Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:21:16.9447969Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:21:16.9449468Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:21:16.9450731Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:21:16.9451842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:21:16.9452938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:21:16.9454008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:21:16.9455096Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:21:16.9456217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:21:16.9457415Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:21:16.9458630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:21:16.9459767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:21:16.9460764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:21:16.9461767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:21:16.9462759Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:21:16.9463679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:21:16.9464592Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:21:16.9465454Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:21:16.9466361Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:21:16.9467335Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:21:16.9468377Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:21:16.9469519Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:21:16.9470665Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:21:16.9471694Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:21:16.9472602Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:21:16.9473390Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:21:16.9474078Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:21:16.9474755Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:21:16.9475472Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:21:16.9476148Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:21:16.9476704Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:21:16.9477322Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:21:16.9477948Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:21:16.9478559Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:21:16.9479450Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:21:16.9480126Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:21:16.9480733Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:21:16.9481405Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:21:16.9482138Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:21:16.9482916Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:21:16.9483781Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:21:16.9484512Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:21:16.9485055Z adding 'executorch/data/bin/flatc' 2025-03-21T20:21:16.9485703Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:21:16.9486589Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:21:16.9487307Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:21:16.9488135Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:21:16.9488920Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:21:16.9489588Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:21:16.9490262Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:21:16.9490995Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:21:16.9491857Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:21:16.9492811Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:21:16.9493707Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:21:16.9494562Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:21:16.9495414Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:21:16.9496319Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:21:16.9497264Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:21:16.9498177Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:21:16.9499086Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:21:16.9499912Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:21:16.9500709Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:21:16.9501494Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:21:16.9502225Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:21:16.9502924Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:21:16.9503637Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:21:16.9504335Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:21:16.9505000Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:21:16.9505628Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:21:16.9506314Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:21:16.9506987Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:21:16.9507611Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:21:16.9508299Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:21:16.9508979Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:21:16.9509626Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:21:16.9510318Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:21:16.9511031Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:21:16.9511781Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:21:16.9512572Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:21:16.9513716Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:21:16.9514568Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:21:16.9515449Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:21:16.9516240Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:21:16.9516994Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:21:16.9517862Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:21:16.9518650Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:21:16.9519435Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:21:16.9520474Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:21:16.9521195Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:21:16.9521889Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:21:16.9522613Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:21:16.9523373Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:21:16.9524202Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:21:16.9525094Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:21:16.9525967Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:21:16.9526957Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:21:16.9527746Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:21:16.9528495Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:21:16.9529196Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:21:16.9529814Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:21:16.9530444Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:21:16.9531090Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:21:16.9531768Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:21:16.9532473Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:21:16.9533141Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:21:16.9533772Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:21:16.9534456Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:21:16.9535190Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:21:16.9536107Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:21:16.9537207Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:21:16.9538311Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:21:16.9539460Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:21:16.9540511Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:21:16.9917604Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:21:16.9918678Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:21:16.9919417Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:21:16.9920148Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:21:16.9920872Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:21:16.9921599Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:21:16.9922357Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:21:16.9923045Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:21:16.9923716Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:21:16.9924796Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:21:16.9925499Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:21:16.9926323Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:21:16.9927054Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:21:16.9927773Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:21:16.9928544Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:21:16.9929346Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:21:16.9930078Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:21:16.9930998Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:21:16.9931695Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:21:16.9932356Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:21:16.9932979Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:21:16.9933670Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:21:16.9934435Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:21:16.9935214Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:21:16.9936032Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:21:16.9936896Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:21:16.9937770Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:21:16.9938639Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:21:16.9939451Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:21:16.9940195Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:21:16.9941050Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:21:16.9941882Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:21:16.9943075Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:21:16.9944117Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:21:16.9945100Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:21:16.9946062Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:21:16.9947027Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:21:16.9948042Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:21:16.9949111Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:21:16.9950121Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:21:16.9951125Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:21:16.9952049Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:21:16.9952949Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:21:16.9953871Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:21:16.9954893Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:21:16.9955997Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:21:16.9957176Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:21:16.9958296Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:21:16.9959312Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:21:16.9960280Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:21:16.9961420Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:21:16.9962264Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:21:16.9963046Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:21:16.9963889Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:21:16.9964856Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:21:16.9965828Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:21:16.9966876Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:21:16.9967935Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:21:16.9968821Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:21:16.9969710Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:21:16.9970582Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:21:16.9971454Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:21:16.9972404Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:21:16.9973455Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:21:16.9974486Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:21:16.9975437Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:21:16.9976408Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:21:16.9977498Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:21:16.9978412Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:21:16.9979106Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:21:16.9979805Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:21:16.9980460Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:21:16.9981140Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:21:16.9981871Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:21:16.9982554Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:21:16.9983187Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:21:16.9983861Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:21:16.9984574Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:21:16.9985294Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:21:16.9986021Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:21:16.9986916Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:21:16.9987649Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:21:16.9988366Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:21:16.9989082Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:21:16.9989786Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:21:16.9990544Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:21:16.9991336Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:21:16.9992088Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:21:16.9992898Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:21:16.9993675Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:21:16.9994439Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:21:16.9995189Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:21:16.9996224Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:21:16.9996948Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:21:16.9997599Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:21:16.9998242Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:21:16.9998909Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:21:16.9999643Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:21:17.0000405Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:21:17.0001128Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:21:17.0002030Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:21:17.0002744Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:21:17.0003449Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:21:17.0004076Z adding 'executorch/exir/__init__.py' 2025-03-21T20:21:17.0004599Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:21:17.0005129Z adding 'executorch/exir/common.py' 2025-03-21T20:21:17.0005662Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:21:17.0006353Z adding 'executorch/exir/delegate.py' 2025-03-21T20:21:17.0006887Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:21:17.0007442Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:21:17.0008016Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:21:17.0008557Z adding 'executorch/exir/error.py' 2025-03-21T20:21:17.0009072Z adding 'executorch/exir/graph.py' 2025-03-21T20:21:17.0009603Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:21:17.0010209Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:21:17.0010808Z adding 'executorch/exir/memory.py' 2025-03-21T20:21:17.0011352Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:21:17.0011923Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:21:17.0012483Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:21:17.0013048Z adding 'executorch/exir/print_program.py' 2025-03-21T20:21:17.0013608Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:21:17.0014147Z adding 'executorch/exir/schema.py' 2025-03-21T20:21:17.0014674Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:21:17.0015203Z adding 'executorch/exir/tensor.py' 2025-03-21T20:21:17.0015712Z adding 'executorch/exir/tracer.py' 2025-03-21T20:21:17.0016235Z adding 'executorch/exir/types.py' 2025-03-21T20:21:17.0016753Z adding 'executorch/exir/version.py' 2025-03-21T20:21:17.0017275Z adding 'executorch/exir/wrap.py' 2025-03-21T20:21:17.0017829Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:21:17.0018430Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:21:17.0630146Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:21:17.0630935Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:21:17.0631650Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:21:17.0632306Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:21:17.0632923Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:21:17.0633582Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:21:17.0634218Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:21:17.0634829Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:21:17.0635459Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:21:17.0636107Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:21:17.0636760Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:21:17.0637463Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:21:17.0638230Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:21:17.0638980Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:21:17.0640578Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:21:17.0641204Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:21:17.0641871Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:21:17.0642558Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:21:17.0643205Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:21:17.0643959Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:21:17.0644845Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:21:17.0645965Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:21:17.0647689Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:21:17.0648866Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:21:17.0649912Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:21:17.0650983Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:21:17.0651977Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:21:17.0665723Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:21:17.0666656Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:21:17.0667400Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:21:17.0668209Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:21:17.0669007Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:21:17.0669722Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:21:17.0670511Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:21:17.0671266Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:21:17.0672013Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:21:17.0672836Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:21:17.0673627Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:21:17.0674427Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:21:17.0675208Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:21:17.0675900Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:21:17.0676541Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:21:17.0677300Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:21:17.0678152Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:21:17.0679081Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:21:17.0680088Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:21:17.0680953Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:21:17.0681731Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:21:17.0682352Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:21:17.0682937Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:21:17.0683516Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:21:17.0684102Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:21:17.0684672Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:21:17.0685255Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:21:17.0685972Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:21:17.0686969Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:21:17.0687589Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:21:17.0688202Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:21:17.0688832Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:21:17.0689893Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:21:17.0690585Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:21:17.0691273Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:21:17.0691902Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:21:17.0692563Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:21:17.0693291Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:21:17.0693961Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:21:17.0694600Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:21:17.0695298Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:21:17.0696229Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:21:17.0697034Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:21:17.0697706Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:21:17.0698286Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:21:17.0698865Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:21:17.0699436Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:21:17.0700035Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:21:17.0700615Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:21:17.0701180Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:21:17.0701802Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:21:17.0702428Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:21:17.0703133Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:21:17.0703884Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:21:17.0704537Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:21:17.0705253Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:21:17.0705987Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:21:17.0706721Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:21:17.0707478Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:21:17.0708238Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:21:17.0708925Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:21:17.0709676Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:21:17.0710460Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:21:17.0711163Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:21:17.0711874Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:21:17.0712649Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:21:17.0713362Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:21:17.0714031Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:21:17.0714740Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:21:17.0715386Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:21:17.0716077Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:21:17.0716832Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:21:17.0717539Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:21:17.0718233Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:21:17.0719085Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:21:17.0719956Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:21:17.0720732Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:21:17.0721515Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:21:17.0722273Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:21:17.0723262Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:21:17.0723914Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:21:17.0724581Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:21:17.0725271Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:21:17.0725935Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:21:17.0726685Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:21:17.0727308Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:21:17.0727906Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:21:17.0728584Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:21:17.0729421Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:21:17.0730071Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:21:17.0730668Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:21:17.0731276Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:21:17.0731853Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:21:17.0732441Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:21:17.0733008Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:21:17.0733556Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:21:17.0734146Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:21:17.0734721Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:21:17.0735327Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:21:17.0735997Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:21:17.0736609Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:21:17.0737218Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:21:17.0737844Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:21:17.0738443Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:21:17.0739038Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:21:17.0739738Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:21:17.0740462Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:21:17.0741163Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:21:17.0741767Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:21:17.0742454Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:21:17.0743231Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:21:17.0744047Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:21:17.0744796Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:21:17.0745454Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:21:17.5168362Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:21:17.5169110Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:21:17.5169749Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:21:17.5170500Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:21:17.5171246Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:21:17.5171920Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:21:17.5172586Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:21:17.5173281Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:21:17.5173909Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:21:17.5174504Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:21:17.5175096Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:21:17.5175731Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:21:17.5176363Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:21:17.5176958Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:21:17.5177596Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:21:17.5178667Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:21:17.5179319Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:21:17.5179967Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:21:17.5180651Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:21:17.5181356Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:21:17.5182032Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:21:17.5182678Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:21:17.5183328Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:21:17.5184044Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:21:17.5185041Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:21:17.5185939Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:21:17.5187004Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:21:17.5187833Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:21:17.5188631Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:21:17.5189371Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:21:17.5190034Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:21:17.5190686Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:21:17.5191433Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:21:17.5192217Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:21:17.5192929Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:21:17.5193708Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:21:17.5194519Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:21:17.5195297Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:21:17.5196126Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:21:17.5197011Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:21:17.5198060Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:21:17.5198897Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:21:17.5199806Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:21:17.5200832Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:21:17.5201844Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:21:17.5202658Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:21:17.5203305Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:21:17.5203983Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:21:17.5204730Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:21:17.5205453Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:21:17.5206344Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:21:17.5207072Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:21:17.5207806Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:21:17.5208559Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:21:17.5209237Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:21:17.5209933Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:21:17.5210706Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:21:17.5211496Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:21:17.5212348Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:21:17.5213484Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:21:17.5214196Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:21:17.5214920Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:21:17.5215609Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:21:17.5216343Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:21:17.5217185Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:21:17.5217987Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:21:17.5218966Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:21:17.5220145Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:21:17.5221108Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:21:17.5222127Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:21:17.5223247Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:17.5224228Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:17.5225210Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-03-21T20:21:17.5226119Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:21:17.5226825Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:21:17.5227533Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:21:17.5228340Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:21:17.5229204Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:21:17.5229919Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:21:17.5230539Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:21:17.5231173Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:21:17.5231904Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:21:17.5232702Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:21:17.5233522Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:21:17.5234394Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:21:17.5235249Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:21:17.5236061Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:21:17.5237038Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:21:17.5238133Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:21:17.5239079Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:21:17.5239939Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:21:17.5240793Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:21:17.5241684Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:21:17.5242571Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:21:17.5243513Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:21:17.5244445Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:21:17.5245396Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:21:17.5246398Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:21:17.5247199Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:21:17.5247983Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:21:17.5248942Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:21:17.5249681Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:21:17.5250467Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:21:17.5251323Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:21:17.5252278Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:21:17.5253211Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:21:17.5254121Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:21:17.5255154Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:21:17.5256058Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:21:17.5256850Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:21:17.5257594Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:21:17.5258308Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:21:17.5259077Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:21:17.5259959Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:21:17.5260876Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:21:17.5261906Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:21:17.5263024Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:21:17.5264097Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:21:17.5265150Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:21:17.5266251Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:21:17.5267413Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:21:22.3527937Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:21:22.3529050Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:21:22.3530054Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:21:22.3531056Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:21:22.3532025Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:21:22.3533003Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:21:22.3533926Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:21:22.3534855Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:21:22.3535850Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:21:22.3536808Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:21:22.3537774Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:21:22.3538773Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:21:22.3539752Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:21:22.3540716Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:21:22.3541738Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:21:22.3542826Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:21:22.3543943Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:21:22.3545732Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:21:22.3546908Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:21:22.3548057Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:21:22.3549166Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:21:22.3550243Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:21:22.3551394Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:21:22.3552786Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:21:22.3554026Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:21:22.3555220Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:21:22.3556222Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:21:22.3557157Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:21:22.3558118Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:21:22.3559096Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:21:22.3560052Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:21:22.3560889Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:21:22.3561695Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:21:22.3562492Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:21:22.3563347Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:21:22.3564233Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:21:22.3565033Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:21:22.3565829Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:21:22.3566775Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:21:22.3567606Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:21:22.3568434Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:21:22.3569236Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:21:22.3570113Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:21:22.3570921Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:21:22.3571630Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:21:22.3572369Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:21:22.3573151Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:21:22.3573989Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:21:22.3574843Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:21:22.3575583Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:21:22.3576185Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:21:22.3576833Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:21:22.3577421Z adding 'executorch/schema/program.fbs' 2025-03-21T20:21:22.3577979Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:21:22.3578609Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:21:22.3579312Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:21:22.3579931Z adding 'executorch/util/collect_env.py' 2025-03-21T20:21:22.3580496Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:21:22.3581409Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:21:22.3582080Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:21:22.3582736Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:21:22.3583444Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:21:22.3584203Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:21:22.3584900Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:21:22.3585516Z removing pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:22.3586964Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:22.3588720Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl size=7062144 sha256=3543f6715d31110ac1e0f62da1c39a7ecd69b2613ab8672b6964ffddbea02327 2025-03-21T20:21:22.3590576Z Stored in directory: /tmp/pip-ephem-wheel-cache-wp5sxf4x/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:21:22.3591615Z Successfully built executorch 2025-03-21T20:21:22.3592536Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:21:22.3593604Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:21:22.3594232Z Attempting uninstall: pytest 2025-03-21T20:21:22.3594732Z Found existing installation: pytest 7.2.0 2025-03-21T20:21:22.3595284Z Uninstalling pytest-7.2.0: 2025-03-21T20:21:22.3595881Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:21:22.3596633Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:21:22.3597657Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:21:22.3598804Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:21:22.3599845Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:21:22.3600971Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:21:22.3602084Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:21:22.3602885Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:21:22.3603517Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:21:22.3604223Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:21:22.3604924Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:21:22.3606300Z 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-21T20:21:22.3607447Z + pip list 2025-03-21T20:21:22.3607933Z Package Version Editable project location 2025-03-21T20:21:22.3608665Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:21:22.3609285Z alabaster 0.7.16 2025-03-21T20:21:22.3609763Z attrs 25.3.0 2025-03-21T20:21:22.3610242Z babel 2.17.0 2025-03-21T20:21:22.3610723Z beautifulsoup4 4.13.3 2025-03-21T20:21:22.3611207Z breathe 4.34.0 2025-03-21T20:21:22.3611670Z bs4 0.0.2 2025-03-21T20:21:22.3612142Z certifi 2025.1.31 2025-03-21T20:21:22.3612643Z charset-normalizer 3.4.1 2025-03-21T20:21:22.3613190Z cmake 3.31.6 2025-03-21T20:21:22.3613697Z contourpy 1.3.1 2025-03-21T20:21:22.3614195Z coverage 7.7.0 2025-03-21T20:21:22.3614660Z cycler 0.12.1 2025-03-21T20:21:22.3615138Z docutils 0.16 2025-03-21T20:21:22.3615618Z exceptiongroup 1.2.2 2025-03-21T20:21:22.3616485Z execnet 2.1.1 2025-03-21T20:21:22.3616982Z executorch 0.6.0a0+be92d7d 2025-03-21T20:21:22.3617485Z exhale 0.2.3 2025-03-21T20:21:22.3617955Z expecttest 0.1.6 2025-03-21T20:21:22.3618428Z filelock 3.18.0 2025-03-21T20:21:22.3618942Z flatbuffers 25.2.10 2025-03-21T20:21:22.3619448Z fonttools 4.56.0 2025-03-21T20:21:22.3619949Z fsspec 2025.3.0 2025-03-21T20:21:22.3620453Z huggingface-hub 0.29.3 2025-03-21T20:21:22.3620938Z hypothesis 6.84.2 2025-03-21T20:21:22.3621412Z idna 3.10 2025-03-21T20:21:22.3622011Z imagesize 1.4.1 2025-03-21T20:21:22.3622519Z iniconfig 2.1.0 2025-03-21T20:21:22.3622987Z Jinja2 3.1.6 2025-03-21T20:21:22.3623454Z kiwisolver 1.4.8 2025-03-21T20:21:22.3623933Z lxml 5.3.1 2025-03-21T20:21:22.3624399Z markdown-it-py 2.2.0 2025-03-21T20:21:22.3624894Z MarkupSafe 3.0.2 2025-03-21T20:21:22.3625369Z matplotlib 3.10.1 2025-03-21T20:21:22.3625857Z mdit-py-plugins 0.3.5 2025-03-21T20:21:22.3626339Z mdurl 0.1.2 2025-03-21T20:21:22.3626795Z mpmath 1.3.0 2025-03-21T20:21:22.3627277Z myst-parser 0.18.1 2025-03-21T20:21:22.3627753Z networkx 3.4.2 2025-03-21T20:21:22.3628217Z numpy 2.2.4 2025-03-21T20:21:22.3628687Z packaging 24.2 2025-03-21T20:21:22.3629147Z pandas 2.2.3 2025-03-21T20:21:22.3629628Z parameterized 0.9.0 2025-03-21T20:21:22.3630106Z pillow 11.1.0 2025-03-21T20:21:22.3630578Z pip 25.0 2025-03-21T20:21:27.4835586Z pluggy 1.5.0 2025-03-21T20:21:27.4836214Z Pygments 2.19.1 2025-03-21T20:21:27.4836805Z pyparsing 3.2.1 2025-03-21T20:21:27.4837280Z pytest 8.3.5 2025-03-21T20:21:27.4837757Z pytest-cov 4.1.0 2025-03-21T20:21:27.4838255Z pytest-rerunfailures 15.0 2025-03-21T20:21:27.4838754Z pytest-xdist 3.6.1 2025-03-21T20:21:27.4839248Z python-dateutil 2.9.0.post0 2025-03-21T20:21:27.4839941Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:21:27.4840621Z pytz 2025.1 2025-03-21T20:21:27.4841098Z PyYAML 6.0.1 2025-03-21T20:21:27.4841568Z regex 2024.11.6 2025-03-21T20:21:27.4842068Z requests 2.32.3 2025-03-21T20:21:27.4842553Z ruamel.yaml 0.17.32 2025-03-21T20:21:27.4843048Z ruamel.yaml.clib 0.2.12 2025-03-21T20:21:27.4843539Z safetensors 0.5.3 2025-03-21T20:21:27.4844036Z setuptools 75.8.0 2025-03-21T20:21:27.4844504Z six 1.17.0 2025-03-21T20:21:27.4844982Z snowballstemmer 2.2.0 2025-03-21T20:21:27.4845478Z sortedcontainers 2.4.0 2025-03-21T20:21:27.4845961Z soupsieve 2.6 2025-03-21T20:21:27.4846527Z Sphinx 5.3.0 2025-03-21T20:21:27.4847009Z sphinx-copybutton 0.5.0 2025-03-21T20:21:27.4847499Z sphinx_design 0.4.1 2025-03-21T20:21:27.4847987Z sphinx-gallery 0.14.0 2025-03-21T20:21:27.4848497Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:21:27.4849013Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:21:27.4849522Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:21:27.4850042Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:21:27.4850548Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:21:27.4851069Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:21:27.4851575Z sympy 1.13.3 2025-03-21T20:21:27.4852481Z tabulate 0.9.0 2025-03-21T20:21:27.4852947Z timm 1.0.7 2025-03-21T20:21:27.4853421Z tokenizers 0.21.1 2025-03-21T20:21:27.4853896Z tomli 2.0.1 2025-03-21T20:21:27.4854397Z torch 2.7.0a0+git295f2ed 2025-03-21T20:21:27.4854949Z torchao 0.10.0+git64bcf4c 2025-03-21T20:21:27.4855499Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:21:27.4856017Z torchsr 1.0.4 2025-03-21T20:21:27.4856524Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:21:27.4857043Z tqdm 4.67.1 2025-03-21T20:21:27.4857518Z transformers 4.47.1 2025-03-21T20:21:27.4858238Z typing_extensions 4.12.2 2025-03-21T20:21:27.4858750Z tzdata 2025.1 2025-03-21T20:21:27.4859224Z urllib3 2.3.0 2025-03-21T20:21:27.4859697Z wheel 0.45.1 2025-03-21T20:21:27.4860173Z zstd 1.5.5.1 2025-03-21T20:21:27.4860673Z + build_executorch_runner cmake Release 2025-03-21T20:21:27.4861179Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:21:27.4861622Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:21:27.4862085Z + build_executorch_runner_cmake Release 2025-03-21T20:21:27.4862605Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:27.4863082Z + clean_executorch_install_folders 2025-03-21T20:21:27.4863597Z + ./install_executorch.sh --clean 2025-03-21T20:21:27.4864091Z Cleaning build artifacts... 2025-03-21T20:21:27.4864535Z Cleaning pip-out/... 2025-03-21T20:21:27.4864977Z Done cleaning build artifacts. 2025-03-21T20:21:27.4865435Z + mkdir cmake-out 2025-03-21T20:21:27.4865827Z + pushd cmake-out 2025-03-21T20:21:27.4866306Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:21:27.4866870Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:21:27.4867309Z + CXXFLAGS= 2025-03-21T20:21:27.4867672Z + CXXFLAGS= 2025-03-21T20:21:27.4868233Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:27.4869041Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:27.4869718Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:21:27.4870315Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:27.4870875Z -- Detecting C compiler ABI info 2025-03-21T20:21:27.4871384Z -- Detecting C compiler ABI info - done 2025-03-21T20:21:27.4871999Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:21:27.4872600Z -- Detecting C compile features 2025-03-21T20:21:27.4873096Z -- Detecting C compile features - done 2025-03-21T20:21:27.4873615Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:27.4874139Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:27.4874775Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:27.4875393Z -- Detecting CXX compile features 2025-03-21T20:21:27.4875908Z -- Detecting CXX compile features - done 2025-03-21T20:21:27.4877173Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:27.4878259Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.4878911Z CMake. 2025-03-21T20:21:27.4879108Z 2025-03-21T20:21:27.4879466Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.4880305Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.4881053Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.4881454Z 2025-03-21T20:21:27.4881657Z  2025-03-21T20:21:27.4882593Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:27.4883698Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.4884352Z CMake. 2025-03-21T20:21:27.4884552Z 2025-03-21T20:21:27.4885138Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.4885993Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.4886977Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.4887373Z 2025-03-21T20:21:27.4887605Z  2025-03-21T20:21:27.4888003Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:21:27.4888613Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:21:27.4889181Z -- Found Threads: TRUE 2025-03-21T20:21:27.4890195Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:27.4891587Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.4892282Z CMake. 2025-03-21T20:21:27.4892486Z 2025-03-21T20:21:27.4892847Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.4893700Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.4894459Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.4894863Z 2025-03-21T20:21:27.4895084Z  2025-03-21T20:21:27.4895468Z -- Using python executable 'python' 2025-03-21T20:21:27.4896492Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:21:27.4897504Z -- Killing buck2 daemon 2025-03-21T20:21:27.4898404Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:21:27.4899403Z -- executorch: Generating source lists 2025-03-21T20:21:27.4900215Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:27.4901259Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:27.4902047Z -- executorch: Using PAL default 'posix' 2025-03-21T20:21:27.4902582Z -- Generating operator lib: 2025-03-21T20:21:27.4903054Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:27.4903694Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:27.4904353Z -- ROOT_OPS: 2025-03-21T20:21:27.4904749Z -- INCLUDE_ALL_OPS: 2025-03-21T20:21:27.4906538Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:21:27.4908408Z -- Generating kernel bindings: 2025-03-21T20:21:27.4908884Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:27.4909518Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:27.4910203Z -- CUSTOM_OPS_YAML: 2025-03-21T20:21:27.4910642Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:21:27.4913088Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:21:27.4915240Z -- Generating operator lib: 2025-03-21T20:21:27.4915708Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:27.4916188Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:21:27.4916672Z -- DEPS: executorch 2025-03-21T20:21:27.4917546Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:21:27.4918532Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:27.4919195Z CMake. 2025-03-21T20:21:27.4919399Z 2025-03-21T20:21:27.4919766Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:27.4920623Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:27.4921373Z to work with policies introduced by or earlier. 2025-03-21T20:21:27.4922166Z 2025-03-21T20:21:27.4922392Z  2025-03-21T20:21:27.4922762Z -- Looking for C++ include unistd.h 2025-03-21T20:21:27.4923288Z -- Looking for C++ include unistd.h - found 2025-03-21T20:21:27.4923824Z -- Looking for C++ include stdint.h 2025-03-21T20:21:27.4924343Z -- Looking for C++ include stdint.h - found 2025-03-21T20:21:27.4924892Z -- Looking for C++ include inttypes.h 2025-03-21T20:21:27.4925426Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:21:27.4925982Z -- Looking for C++ include sys/types.h 2025-03-21T20:21:27.4926653Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:21:27.4927204Z -- Looking for C++ include sys/stat.h 2025-03-21T20:21:27.4927744Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:21:27.4928441Z -- Looking for C++ include fnmatch.h 2025-03-21T20:21:27.4929024Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:21:27.4929568Z -- Looking for C++ include stddef.h 2025-03-21T20:21:27.4930090Z -- Looking for C++ include stddef.h - found 2025-03-21T20:21:27.4930627Z -- Check size of uint32_t 2025-03-21T20:21:27.4931075Z -- Check size of uint32_t - done 2025-03-21T20:21:27.4931542Z -- Looking for strtoll 2025-03-21T20:21:27.4931975Z -- Looking for strtoll - found 2025-03-21T20:21:27.4932420Z -- 2025-03-21T20:21:27.4932795Z -- ******** Summary ******** 2025-03-21T20:21:27.4933262Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:21:27.4933785Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:21:27.4934304Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:21:27.4934823Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:21:27.4935811Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:21:27.4936795Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:21:27.4937550Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:21:27.4938340Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:21:27.4938944Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:21:27.4939535Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:21:27.4940108Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:21:27.4940689Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:21:27.4941264Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:21:27.4941835Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:21:27.4942404Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:21:27.4942978Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:21:27.4943562Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:21:27.4944162Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:21:27.4944763Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:21:27.4945339Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:21:27.4945903Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:21:27.4946500Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:21:28.5416493Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:21:28.5417187Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:21:28.5417842Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:21:28.5418412Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:21:28.5418991Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:21:28.5419565Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:21:28.5420154Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:21:28.5420752Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:21:28.5421381Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:21:28.5421961Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:21:28.5422521Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:21:28.5423100Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:21:28.5424081Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:21:28.5424653Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:21:28.5425230Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:21:28.5425793Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:21:28.5426374Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:21:28.5426952Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:21:28.5427496Z -- Configuring done (4.6s) 2025-03-21T20:21:28.5427960Z -- Generating done (0.1s) 2025-03-21T20:21:28.5428543Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:21:28.5429178Z + popd 2025-03-21T20:21:28.5429551Z /pytorch/executorch 2025-03-21T20:21:28.5430170Z ++ uname 2025-03-21T20:21:28.5430573Z + '[' Linux == Darwin ']' 2025-03-21T20:21:28.5430997Z ++ nproc 2025-03-21T20:21:28.5431361Z + CMAKE_JOBS=7 2025-03-21T20:21:28.5431774Z + cmake --build cmake-out -j 7 2025-03-21T20:21:28.5432960Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:21:28.5434014Z [ 1%] Creating directories for 'flatbuffers' 2025-03-21T20:21:28.5435151Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:21:28.5436682Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:28.5438120Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:28.5439535Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:21:28.5441054Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:21:28.5442161Z [ 3%] No download step for 'flatbuffers' 2025-03-21T20:21:28.5442872Z [ 3%] No update step for 'flatbuffers' 2025-03-21T20:21:28.5443554Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:21:28.5444287Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:28.5444933Z CMake Warning: 2025-03-21T20:21:28.5445448Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:28.5445880Z 2025-03-21T20:21:28.5446220Z  2025-03-21T20:21:28.5446652Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:28.5447392Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:28.5448001Z git describe failed with exit code: 128 2025-03-21T20:21:28.5448348Z 2025-03-21T20:21:28.5448646Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:28.5449265Z Call Stack (most recent call first): 2025-03-21T20:21:28.5449762Z CMakeLists.txt:5 (include) 2025-03-21T20:21:28.5450057Z 2025-03-21T20:21:28.5450260Z  2025-03-21T20:21:28.5450657Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:28.5451650Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:28.5453124Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:28.5454658Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:21:28.5456137Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:28.5457114Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:28.5457682Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:28.5458757Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:28.5460179Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:28.5461772Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:28.5463126Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:21:28.5464550Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:21:28.5465701Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:21:28.5466829Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:21:28.5467919Z [ 5%] Linking C static library libpthreadpool.a 2025-03-21T20:21:28.5468681Z [ 5%] Built target gflags_nothreads_static 2025-03-21T20:21:28.5469790Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:21:28.5471277Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:28.5472225Z [ 5%] Built target pthreadpool 2025-03-21T20:21:28.5473229Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:21:28.5474735Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:28.5475819Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:28.5476973Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:21:28.5478041Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:28.5478683Z -- Detecting CXX compile features 2025-03-21T20:21:28.5479206Z -- Detecting CXX compile features - done 2025-03-21T20:21:28.5479853Z -- Looking for strtof_l 2025-03-21T20:21:28.5481263Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:28.5482812Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:28.5484286Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:28.5485822Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:28.5487701Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:28.5489234Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:21:28.5490735Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:28.5492230Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:28.5493708Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:28.5495309Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:21:28.5496964Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:28.5498662Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:28.5499704Z -- Looking for strtof_l - found 2025-03-21T20:21:28.5500179Z -- Looking for strtoull_l 2025-03-21T20:21:28.5501277Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:28.5503260Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:28.5504889Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:28.5506585Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:28.5508248Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:21:28.5510271Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:21:28.5511450Z [ 11%] Linking C static library libcpuinfo.a 2025-03-21T20:21:28.5512654Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:21:28.5514305Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:21:28.5515309Z [ 11%] Built target cpuinfo 2025-03-21T20:21:28.5515769Z -- Looking for strtoull_l - found 2025-03-21T20:21:28.5516249Z -- Looking for realpath 2025-03-21T20:21:28.5516892Z [ 12%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:21:28.5517510Z [ 12%] Built target cpuinfo_internals 2025-03-21T20:21:28.5518019Z -- Looking for realpath - found 2025-03-21T20:21:28.5518559Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:28.5519132Z -- Configuring done (0.7s) 2025-03-21T20:21:28.5519584Z -- Generating done (0.0s) 2025-03-21T20:21:28.5520283Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:21:28.5521224Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:21:28.5522084Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:28.5523061Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:28.5524051Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:28.5525074Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:32.0159141Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:32.0160158Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:32.0161171Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:32.0162207Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:32.0163220Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:32.0164386Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:32.0165415Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:32.0166645Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:32.0167958Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:32.0169053Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:32.0170160Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:32.0182007Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:32.0183352Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:32.0184370Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:32.0185354Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:32.0187055Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:32.0188087Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:32.0189195Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:32.0190343Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:21:32.0191350Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:21:32.0192346Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:21:32.0193284Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:21:32.0194533Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:21:32.0195657Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:21:32.0196730Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:21:32.0197734Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:21:32.0198847Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:21:32.0199958Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:21:32.0201131Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:21:32.0202285Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:21:32.0203488Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:21:32.0204709Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:21:32.0205884Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:21:32.0206929Z [100%] Linking CXX executable flatc 2025-03-21T20:21:32.0207468Z [100%] Built target flatc 2025-03-21T20:21:32.0208046Z [ 12%] No install step for 'flatbuffers' 2025-03-21T20:21:32.0208700Z [ 12%] Completed 'flatbuffers' 2025-03-21T20:21:32.0209226Z [ 12%] Built target flatbuffers 2025-03-21T20:21:32.0209831Z [ 12%] Generating common_schema headers 2025-03-21T20:21:32.0210380Z [ 12%] Built target common_schema 2025-03-21T20:21:32.0211004Z [ 12%] Generating program_schema headers 2025-03-21T20:21:32.0211568Z [ 12%] Built target program_schema 2025-03-21T20:21:32.0212486Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:21:32.0213701Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:21:32.0215107Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:21:32.0216666Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:21:32.0218151Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:21:32.0219405Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:21:32.0220580Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:21:32.0221833Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:21:32.0223082Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:21:32.0224338Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:21:32.0225608Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:21:32.0227377Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:21:32.0228786Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:21:32.0230356Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:21:32.0231629Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:21:32.0232810Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:21:32.0234170Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:21:32.0235421Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:21:32.0236739Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:21:32.0238018Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:21:32.0239096Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:21:32.0239723Z [ 17%] Built target executorch_core 2025-03-21T20:21:32.0240769Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:21:32.0242226Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:21:32.0243569Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:21:32.0244951Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:21:32.0246383Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:21:32.0247634Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:21:32.0249004Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:21:32.0250159Z [ 19%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:21:32.0250828Z [ 19%] Built target extension_threadpool 2025-03-21T20:21:32.0251527Z [ 19%] Linking CXX static library libexecutorch.a 2025-03-21T20:21:32.0252120Z [ 19%] Built target executorch 2025-03-21T20:21:32.0253124Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:32.0254510Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:32.0255912Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:32.0257487Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:32.0259083Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:32.0260508Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:32.0261892Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:32.0263317Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:32.0264704Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:32.0266073Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:32.0267722Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:32.0269073Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:32.0270456Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:32.0271831Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:32.0273282Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:32.0274825Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:32.0276291Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:34.5168746Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:34.5170147Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:34.5171555Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:34.5172955Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:34.5174284Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:34.5175659Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:34.5177054Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:34.5178369Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:34.5179766Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:34.5181198Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:34.5182656Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:34.5184010Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:34.5185377Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:34.5186933Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:34.5188315Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:34.5189761Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:34.5191295Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:34.5192764Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:34.5194441Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:34.5195825Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:34.5197266Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:34.5198717Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:34.5200080Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:34.5201898Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:34.5203277Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:34.5204705Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:34.5206243Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:34.5207698Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:34.5209314Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:34.5210751Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:34.5212239Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:34.5213655Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:34.5214958Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:34.5216370Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:34.5217906Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:34.5219396Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:34.5220757Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:34.5222211Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:34.5223643Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:34.5224956Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:34.5226381Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:34.5227886Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:34.5229341Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:34.5230785Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:34.5232212Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:34.5233707Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:34.5235119Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:34.5236559Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:34.5237972Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:34.5239352Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:34.5240816Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:34.5242288Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:34.5243894Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:34.5245179Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:34.5246729Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:34.5248210Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:34.5249672Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:34.5251291Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:34.5252885Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:34.5254357Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:34.5255671Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:34.5257025Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:34.5258408Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:34.5259826Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:34.5261185Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:34.5262454Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:34.5263827Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:34.5265180Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:34.5266513Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:34.5267943Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:34.5269423Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:34.5270862Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:34.5272186Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:34.5273610Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:37.0157210Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:37.0158594Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:37.0159983Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:37.0161464Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:37.0162933Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:37.0164334Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:37.0165715Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:37.0167829Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:37.0169202Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:37.0170704Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:37.0172129Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:37.0173516Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:37.0175103Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:37.0176512Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:37.0177927Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:37.0179271Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:37.0180662Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:37.0182176Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:37.0183591Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:37.0184944Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:37.0186604Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:37.0188000Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:37.0189537Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:37.0190969Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:37.0192392Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:37.0193765Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:37.0195166Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:37.0196710Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:37.0198139Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:37.0199446Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:37.0200829Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:37.0202262Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:37.0203741Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:37.0205276Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:37.0206912Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:37.0208474Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:37.0209900Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:37.0211711Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:37.0213092Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:37.0214405Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:37.0215802Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:37.0217263Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:37.0218908Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:37.0220339Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:37.0221768Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:37.0223396Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:37.0224869Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:37.0226270Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:37.0227723Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:37.0229230Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:37.0230645Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:37.0232150Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:37.0233541Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:37.0234863Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:37.0236278Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:37.0237842Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:37.0239369Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:37.0240816Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:37.0242270Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:37.0243733Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:37.0245136Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:37.0246803Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:37.0248281Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:37.0249789Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:37.0251469Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:37.0253143Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:37.0255036Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:37.0256485Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:37.0257819Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:37.0259273Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:37.0260786Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:37.0262390Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:37.0263745Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:37.0265240Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:39.4690683Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:39.4692529Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:39.4694300Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:39.4695961Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:39.4697540Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:39.4698990Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:39.4700485Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:39.4702054Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:39.4703686Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:39.4705224Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:39.4707003Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:39.4709223Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:39.4710638Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:39.4712067Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:39.4713521Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:39.4714976Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:39.4716427Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:39.4717727Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:39.4719091Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:39.4720518Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:39.4721994Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:39.4723909Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:39.4725414Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:39.4726985Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:39.4728347Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:39.4729726Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:39.4731342Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:39.4732867Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:39.4734352Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:39.4735863Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:39.4737365Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:39.4738774Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:39.4740196Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:39.4741602Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:39.4742908Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:39.4744200Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:39.4745639Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:39.4747119Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:39.4748525Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:39.4749911Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:39.4751401Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:39.4752879Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:39.4754310Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:39.4755818Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:39.4757220Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:39.4758532Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:39.4759862Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:39.4761188Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:39.4762494Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:39.4763836Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:39.4765301Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:39.4767179Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:39.4768676Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:39.4770140Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:39.4771579Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:39.4773187Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:39.4774667Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:39.4776136Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:39.4777518Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:39.4779064Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:39.4780592Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:39.4782239Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:39.4783789Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:39.4785114Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:39.4791523Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:39.4793103Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:39.4794470Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:39.4795885Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:39.4797345Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:39.4798777Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:39.4800115Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:39.4801493Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:39.4802863Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:41.8020615Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:41.8022234Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:41.8023819Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:41.8025277Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:41.8026659Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:41.8028124Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:41.8030066Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:41.8031694Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:41.8033185Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:41.8034607Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:41.8035952Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:41.8037543Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:41.8038947Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:41.8040317Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:41.8041829Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:41.8043393Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:41.8044936Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:41.8046484Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:41.8047989Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:41.8049451Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:41.8050849Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:41.8052285Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:41.8053768Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:41.8055310Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:41.8056824Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:41.8058341Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:41.8059900Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:41.8061457Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:41.8062978Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:41.8064463Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:41.8065966Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:41.8067510Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:41.8069094Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:41.8070490Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:41.8071978Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:41.8073827Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:41.8075424Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:41.8076954Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:41.8078386Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:41.8079901Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:41.8081305Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:41.8082707Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:41.8084173Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:41.8085698Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:41.8088263Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:41.8089663Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:41.8091093Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:41.8092645Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:41.8094180Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:41.8095750Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:41.8097269Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:41.8098863Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:41.8100387Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:41.8101829Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:41.8103259Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:41.8104745Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:41.8106298Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:41.8107832Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:41.8109512Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:41.8111158Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:41.8112789Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:41.8114336Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:41.8115812Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:41.8117930Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:41.8119364Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:41.8120806Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:41.8122389Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:41.8124086Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:41.8125538Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:41.8127098Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:47.4365727Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:47.4367314Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:47.4368778Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:47.4370252Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:47.4371771Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:47.4373265Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:47.4374719Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:47.4376235Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:47.4377701Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:47.4379207Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:47.4380779Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:47.4382323Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:47.4384113Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:47.4385642Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:47.4387306Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:47.4388835Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:47.4390359Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:47.4391777Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:47.4393264Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:21:47.4394755Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:21:47.4396198Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:47.4398107Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:47.4399552Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:21:47.4401067Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:47.4402698Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:21:47.4404654Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:21:47.4406661Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:21:47.4408340Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:47.4409747Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:47.4411285Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:21:47.4412813Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:47.4414344Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:21:47.4415987Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:21:47.4417575Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:21:47.4419109Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:47.4420544Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:47.4422077Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:21:47.4423639Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:47.4425171Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:21:47.4426748Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:21:47.4428301Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:21:47.4429889Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:21:47.4431492Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:21:47.4433152Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:21:47.4434417Z [ 96%] Linking CXX static library libportable_kernels.a 2025-03-21T20:21:47.4435661Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:21:47.4437246Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:47.4438814Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:21:47.4440613Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:21:47.4442182Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:21:47.4443145Z [ 97%] Built target portable_kernels 2025-03-21T20:21:47.4443899Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:21:47.4445187Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:21:47.4446574Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:21:47.4447584Z [ 99%] Generating code for kernel registration 2025-03-21T20:21:47.4448213Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:21:47.4449554Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:47.4450921Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:21:47.4451552Z [ 99%] Built target portable_ops_lib 2025-03-21T20:21:47.4452643Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:21:47.4454111Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:21:47.4455496Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:21:47.4456798Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:21:47.4458184Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:21:47.4459643Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:21:47.4460721Z [100%] Linking CXX executable executor_runner 2025-03-21T20:21:47.4461314Z [100%] Built target executor_runner 2025-03-21T20:21:47.4461783Z + [[ '' == *main* ]] 2025-03-21T20:21:47.4462172Z + [[ '' == *gh* ]] 2025-03-21T20:21:47.4462597Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:47.4463219Z + bash .ci/scripts/test_model.sh llama3_2_vision_encoder cmake portable 2025-03-21T20:21:47.4463900Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:21:47.4464392Z + source .ci/scripts/utils.sh 2025-03-21T20:21:47.4464869Z + MODEL_NAME=llama3_2_vision_encoder 2025-03-21T20:21:47.4465373Z + [[ -z llama3_2_vision_encoder ]] 2025-03-21T20:21:47.4465853Z + BUILD_TOOL=cmake 2025-03-21T20:21:47.4466251Z + [[ -z cmake ]] 2025-03-21T20:21:47.4466648Z + BACKEND=portable 2025-03-21T20:21:47.4467052Z + [[ -z portable ]] 2025-03-21T20:21:47.4467465Z + UPLOAD_DIR= 2025-03-21T20:21:47.4467851Z + [[ -z python ]] 2025-03-21T20:21:47.4468236Z + which python 2025-03-21T20:21:47.4468642Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:21:47.4469135Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:47.4469619Z + EXPORTED_MODEL=llama3_2_vision_encoder 2025-03-21T20:21:47.4470152Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:21:47.4470771Z + echo 'Testing llama3_2_vision_encoder with portable kernels...' 2025-03-21T20:21:47.4471499Z Testing llama3_2_vision_encoder with portable kernels... 2025-03-21T20:21:47.4472074Z + test_model 2025-03-21T20:21:47.4472515Z + [[ llama3_2_vision_encoder == \l\l\a\m\a\2 ]] 2025-03-21T20:21:47.4473025Z + STRICT=--strict 2025-03-21T20:21:51.2204309Z + [[ llama3_2_vision_encoder == \l\l\a\v\a ]] 2025-03-21T20:21:51.2205155Z + [[ llama3_2_vision_encoder == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:21:51.2205961Z + bash examples/models/llama3_2_vision/install_requirements.sh 2025-03-21T20:21:51.2206957Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:51.2208748Z Collecting torchtune==0.6.0.dev20250311 2025-03-21T20:21:51.2209792Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl.metadata (24 kB) 2025-03-21T20:21:51.2210901Z Collecting torchdata (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2212021Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl.metadata (5.3 kB) 2025-03-21T20:21:51.2213129Z Collecting datasets (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2213852Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:21:51.2215349Z Requirement already satisfied: huggingface_hub[hf_transfer] in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.29.3) 2025-03-21T20:21:51.2217087Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.5.3) 2025-03-21T20:21:51.2218253Z Collecting kagglehub (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2219000Z Downloading kagglehub-0.3.10-py3-none-any.whl.metadata (31 kB) 2025-03-21T20:21:51.2219773Z Collecting sentencepiece (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2221039Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB) 2025-03-21T20:21:51.2222699Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:21:51.2223699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 415.5 MB/s eta 0:00:00 2025-03-21T20:21:51.2224586Z [?25hCollecting tiktoken (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2225572Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-03-21T20:21:51.2226549Z Collecting blobfile>=2 (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2227484Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:21:51.2228863Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (0.21.1) 2025-03-21T20:21:51.2230438Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (2.2.4) 2025-03-21T20:21:51.2231971Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (4.67.1) 2025-03-21T20:21:51.2233080Z Collecting omegaconf (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2233865Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl.metadata (4.2 kB) 2025-03-21T20:21:51.2234637Z Collecting psutil (from torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2235557Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-03-21T20:21:51.2236958Z Requirement already satisfied: Pillow>=9.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune==0.6.0.dev20250311) (11.1.0) 2025-03-21T20:21:51.2238213Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2239339Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-03-21T20:21:51.2240889Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (2.3.0) 2025-03-21T20:21:51.2242620Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (5.3.1) 2025-03-21T20:21:51.2244342Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune==0.6.0.dev20250311) (3.18.0) 2025-03-21T20:21:51.2245846Z Collecting pyarrow>=15.0.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2246865Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-03-21T20:21:51.2247770Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2248753Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:21:51.2250150Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (2.2.3) 2025-03-21T20:21:51.2251979Z Requirement already satisfied: requests>=2.32.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (2.32.3) 2025-03-21T20:21:51.2253259Z Collecting xxhash (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2254472Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-03-21T20:21:51.2255756Z Collecting multiprocess<0.70.17 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2256844Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:21:51.2258075Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2259067Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:21:51.2259837Z Collecting aiohttp (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2260837Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB) 2025-03-21T20:21:51.2262328Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (24.2) 2025-03-21T20:21:51.2264067Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune==0.6.0.dev20250311) (6.0.1) 2025-03-21T20:21:51.2265973Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) (4.12.2) 2025-03-21T20:21:51.2267548Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2268713Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.7 kB) 2025-03-21T20:21:51.2270214Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->torchtune==0.6.0.dev20250311) (2024.11.6) 2025-03-21T20:21:51.2272018Z Requirement already satisfied: torch>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata->torchtune==0.6.0.dev20250311) (2.7.0a0+git295f2ed) 2025-03-21T20:21:51.2273445Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2274430Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:21:51.2275349Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2276240Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:21:51.2277147Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2278058Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:21:51.2279389Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets->torchtune==0.6.0.dev20250311) (25.3.0) 2025-03-21T20:21:51.2280758Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2281868Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB) 2025-03-21T20:21:51.2283153Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2284251Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.9 kB) 2025-03-21T20:21:51.2285335Z Collecting propcache>=0.2.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2287044Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-03-21T20:21:51.2288121Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:21:51.2289149Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (69 kB) 2025-03-21T20:21:51.2291015Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (3.4.1) 2025-03-21T20:21:51.2292977Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (3.10) 2025-03-21T20:21:51.2294872Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets->torchtune==0.6.0.dev20250311) (2025.1.31) 2025-03-21T20:21:51.2296749Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (1.13.3) 2025-03-21T20:22:16.6239229Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.4.2) 2025-03-21T20:22:16.6241319Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.1.6) 2025-03-21T20:22:16.6243377Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2.9.0.post0) 2025-03-21T20:22:16.6245494Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2025.1) 2025-03-21T20:22:16.6247550Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune==0.6.0.dev20250311) (2025.1) 2025-03-21T20:22:16.6249610Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune==0.6.0.dev20250311) (1.17.0) 2025-03-21T20:22:16.6251876Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch>=2->torchdata->torchtune==0.6.0.dev20250311) (1.3.0) 2025-03-21T20:22:16.6253982Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=2->torchdata->torchtune==0.6.0.dev20250311) (3.0.2) 2025-03-21T20:22:16.6255882Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl (900 kB) 2025-03-21T20:22:16.6257558Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/900.5 kB ? eta -:--:-- 2025-03-21T20:22:16.6258754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 900.5/900.5 kB 488.2 MB/s eta 0:00:00 2025-03-21T20:22:16.6259802Z [?25hDownloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:22:16.6260650Z Downloading kagglehub-0.3.10-py3-none-any.whl (63 kB) 2025-03-21T20:22:16.6261531Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl (224 kB) 2025-03-21T20:22:16.6262628Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-03-21T20:22:16.6263955Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-03-21T20:22:16.6265841Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-03-21T20:22:16.6266993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 513.7 MB/s eta 0:00:00 2025-03-21T20:22:16.6268476Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl (60 kB) 2025-03-21T20:22:16.6269708Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:22:16.6270758Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-03-21T20:22:16.6272352Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:22:16.6273552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 521.4 MB/s eta 0:00:00 2025-03-21T20:22:16.6274843Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB) 2025-03-21T20:22:16.6276177Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.7 MB ? eta -:--:-- 2025-03-21T20:22:16.6277319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 181.4 MB/s eta 0:00:00 2025-03-21T20:22:16.6278455Z [?25hDownloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_aarch64.whl (40.5 MB) 2025-03-21T20:22:16.6279643Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.5 MB ? eta -:--:-- 2025-03-21T20:22:16.6280801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 MB 518.9 MB/s eta 0:00:00 2025-03-21T20:22:16.6282162Z [?25hDownloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-03-21T20:22:16.6283515Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-03-21T20:22:16.6284683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 372.5 MB/s eta 0:00:00 2025-03-21T20:22:16.6285747Z [?25hDownloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:22:16.6287019Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:22:16.6287931Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:22:16.6289050Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240 kB) 2025-03-21T20:22:16.6290367Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (132 kB) 2025-03-21T20:22:16.6291757Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205 kB) 2025-03-21T20:22:16.6293046Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (315 kB) 2025-03-21T20:22:16.6295437Z Installing collected packages: sentencepiece, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, datasets, torchtune 2025-03-21T20:22:16.6297934Z Attempting uninstall: fsspec 2025-03-21T20:22:16.6298611Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:22:16.6299305Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:22:16.6299997Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:22:16.6303047Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 datasets-3.4.1 dill-0.3.8 frozenlist-1.5.0 fsspec-2024.12.0 hf-transfer-0.1.9 kagglehub-0.3.10 multidict-6.2.0 multiprocess-0.70.16 omegaconf-2.4.0.dev3 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pycryptodomex-3.22.0 sentencepiece-0.2.0 tiktoken-0.9.0 torchdata-0.12.0.dev20250321+cpu torchtune-0.6.0.dev20250311+cpu xxhash-3.5.0 yarl-1.18.3 2025-03-21T20:22:16.6305944Z + [[ llama3_2_vision_encoder == \q\w\e\n\2\_\5 ]] 2025-03-21T20:22:16.6306703Z + [[ llama3_2_vision_encoder == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:22:16.6307694Z + python -m examples.portable.scripts.export --model_name=llama3_2_vision_encoder --strict 2025-03-21T20:22:16.6309050Z [WARNING 2025-03-21 20:22:05,625 intmm.py:23] Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-03-21T20:22:16.6310333Z [INFO 2025-03-21 20:22:06,774 config.py:54] PyTorch version 2.7.0a0+git295f2ed available. 2025-03-21T20:22:16.6311700Z [INFO 2025-03-21 20:22:07,615 _position_embeddings.py:673] Replacing tile positional embedding in pre_tile_pos_embed with export-friendly one. 2025-03-21T20:22:16.6313409Z [INFO 2025-03-21 20:22:07,616 _position_embeddings.py:673] Replacing tile positional embedding in post_tile_pos_embed with export-friendly one. 2025-03-21T20:22:16.6315148Z [INFO 2025-03-21 20:22:07,617 _position_embeddings.py:709] Replacing tiled token positional embedding in token_pos_embedding with export-friendly one. 2025-03-21T20:22:16.6316950Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/fx/graph.py:1176: UserWarning: erase_node(le) on an already erased node 2025-03-21T20:22:16.6318289Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T20:22:16.6320473Z /opt/conda/envs/py_3.10/lib/python3.10/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 /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:22:16.6322537Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:22:16.6324648Z /opt/conda/envs/py_3.10/lib/python3.10/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 /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:22:16.6326797Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:22:16.6327588Z [INFO 2025-03-21 20:22:16,622 utils.py:50] Core ATen graph: 2025-03-21T20:22:16.6328309Z graph(): 2025-03-21T20:22:16.6329204Z %p_clip_pre_tile_pos_embed_embedding : [num_users=1] = placeholder[target=p_clip_pre_tile_pos_embed_embedding] 2025-03-21T20:22:16.6330530Z %p_clip_pre_tile_pos_embed_gate : [num_users=1] = placeholder[target=p_clip_pre_tile_pos_embed_gate] 2025-03-21T20:22:16.6331801Z %p_clip_cls_token_embedding_weight : [num_users=1] = placeholder[target=p_clip_cls_token_embedding_weight] 2025-03-21T20:22:16.6333420Z %p_clip_token_pos_embedding_local_token_positional_embedding : [num_users=1] = placeholder[target=p_clip_token_pos_embedding_local_token_positional_embedding] 2025-03-21T20:22:16.6335049Z %p_clip_token_pos_embedding_gate : [num_users=2] = placeholder[target=p_clip_token_pos_embedding_gate] 2025-03-21T20:22:16.6336660Z %p_clip_token_pos_embedding_global_token_positional_embedding : [num_users=1] = placeholder[target=p_clip_token_pos_embedding_global_token_positional_embedding] 2025-03-21T20:22:16.6338502Z %p_clip_ln_pre_weight : [num_users=1] = placeholder[target=p_clip_ln_pre_weight] 2025-03-21T20:22:16.6339511Z %p_clip_ln_pre_bias : [num_users=1] = placeholder[target=p_clip_ln_pre_bias] 2025-03-21T20:22:16.6340620Z %p_clip_layers_0_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_0_sa_norm_weight] 2025-03-21T20:22:16.6341842Z %p_clip_layers_0_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_0_sa_norm_bias] 2025-03-21T20:22:16.6343038Z %p_clip_layers_0_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_norm_weight] 2025-03-21T20:22:16.6344427Z %p_clip_layers_0_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_norm_bias] 2025-03-21T20:22:16.6345683Z %p_clip_layers_1_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_1_sa_norm_weight] 2025-03-21T20:22:16.6346881Z %p_clip_layers_1_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_1_sa_norm_bias] 2025-03-21T20:22:16.6348088Z %p_clip_layers_1_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_norm_weight] 2025-03-21T20:22:16.6349295Z %p_clip_layers_1_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_norm_bias] 2025-03-21T20:22:16.6350492Z %p_clip_layers_2_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_2_sa_norm_weight] 2025-03-21T20:22:16.6351704Z %p_clip_layers_2_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_2_sa_norm_bias] 2025-03-21T20:22:16.6352938Z %p_clip_layers_2_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_norm_weight] 2025-03-21T20:22:16.6354205Z %p_clip_layers_2_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_norm_bias] 2025-03-21T20:22:16.6355415Z %p_clip_layers_3_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_3_sa_norm_weight] 2025-03-21T20:22:16.6356645Z %p_clip_layers_3_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_3_sa_norm_bias] 2025-03-21T20:22:16.6357875Z %p_clip_layers_3_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_norm_weight] 2025-03-21T20:22:16.6359133Z %p_clip_layers_3_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_norm_bias] 2025-03-21T20:22:16.6360383Z %p_clip_layers_4_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_4_sa_norm_weight] 2025-03-21T20:22:16.6361590Z %p_clip_layers_4_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_4_sa_norm_bias] 2025-03-21T20:22:16.6362817Z %p_clip_layers_4_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_norm_weight] 2025-03-21T20:22:16.6364060Z %p_clip_layers_4_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_norm_bias] 2025-03-21T20:22:16.6365289Z %p_clip_layers_5_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_5_sa_norm_weight] 2025-03-21T20:22:16.6366597Z %p_clip_layers_5_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_5_sa_norm_bias] 2025-03-21T20:22:16.6367817Z %p_clip_layers_5_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_norm_weight] 2025-03-21T20:22:16.6369036Z %p_clip_layers_5_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_norm_bias] 2025-03-21T20:22:16.6370190Z %p_clip_ln_post_weight : [num_users=1] = placeholder[target=p_clip_ln_post_weight] 2025-03-21T20:22:16.6371223Z %p_clip_ln_post_bias : [num_users=1] = placeholder[target=p_clip_ln_post_bias] 2025-03-21T20:22:16.6372418Z %p_clip_post_tile_pos_embed_embedding : [num_users=1] = placeholder[target=p_clip_post_tile_pos_embed_embedding] 2025-03-21T20:22:16.6373725Z %p_clip_post_tile_pos_embed_gate : [num_users=1] = placeholder[target=p_clip_post_tile_pos_embed_gate] 2025-03-21T20:22:16.6375031Z %p_projection_layers_0_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_0_sa_norm_weight] 2025-03-21T20:22:16.6376671Z %p_projection_layers_0_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_0_sa_norm_bias] 2025-03-21T20:22:16.6378000Z %p_projection_layers_0_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_0_sa_scale_scale] 2025-03-21T20:22:16.6379388Z %p_projection_layers_0_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_norm_weight] 2025-03-21T20:22:16.6380776Z %p_projection_layers_0_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_norm_bias] 2025-03-21T20:22:16.6382313Z %p_projection_layers_0_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_scale_scale] 2025-03-21T20:22:16.6383723Z %p_projection_layers_1_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_1_sa_norm_weight] 2025-03-21T20:22:16.6385067Z %p_projection_layers_1_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_1_sa_norm_bias] 2025-03-21T20:22:16.6387489Z %p_projection_layers_1_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_1_sa_scale_scale] 2025-03-21T20:22:16.6389741Z %p_projection_layers_1_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_norm_weight] 2025-03-21T20:22:16.6391173Z %p_projection_layers_1_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_norm_bias] 2025-03-21T20:22:16.6392396Z %p_projection_layers_1_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_scale_scale] 2025-03-21T20:22:16.6393643Z %p_projection_layers_2_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_2_sa_norm_weight] 2025-03-21T20:22:16.6394833Z %p_projection_layers_2_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_2_sa_norm_bias] 2025-03-21T20:22:16.6396026Z %p_projection_layers_2_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_2_sa_scale_scale] 2025-03-21T20:22:16.6397251Z %p_projection_layers_2_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_norm_weight] 2025-03-21T20:22:16.6398454Z %p_projection_layers_2_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_norm_bias] 2025-03-21T20:22:16.6399651Z %p_projection_layers_2_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_scale_scale] 2025-03-21T20:22:16.6400869Z %p_projection_layers_3_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_3_sa_norm_weight] 2025-03-21T20:22:16.6402048Z %p_projection_layers_3_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_3_sa_norm_bias] 2025-03-21T20:22:16.6403247Z %p_projection_layers_3_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_3_sa_scale_scale] 2025-03-21T20:22:16.6404456Z %p_projection_layers_3_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_norm_weight] 2025-03-21T20:22:16.6417403Z %p_projection_layers_3_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_norm_bias] 2025-03-21T20:22:16.6418629Z %p_projection_layers_3_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_scale_scale] 2025-03-21T20:22:16.6419666Z %p_clip_conv_weight : [num_users=1] = placeholder[target=p_clip_conv_weight] 2025-03-21T20:22:16.6420650Z %p_clip_layers_0_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_q_proj_weight] 2025-03-21T20:22:16.6421785Z %p_clip_layers_0_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_k_proj_weight] 2025-03-21T20:22:16.6422944Z %p_clip_layers_0_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_v_proj_weight] 2025-03-21T20:22:16.6424146Z %p_clip_layers_0_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_output_proj_weight] 2025-03-21T20:22:16.6425732Z %p_clip_layers_0_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w1_weight] 2025-03-21T20:22:16.6426748Z %p_clip_layers_0_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w1_bias] 2025-03-21T20:22:16.6427760Z %p_clip_layers_0_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w2_weight] 2025-03-21T20:22:16.6428770Z %p_clip_layers_0_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w2_bias] 2025-03-21T20:22:16.6429840Z %p_clip_layers_1_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_q_proj_weight] 2025-03-21T20:22:16.6431186Z %p_clip_layers_1_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_k_proj_weight] 2025-03-21T20:22:16.6432356Z %p_clip_layers_1_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_v_proj_weight] 2025-03-21T20:22:16.6433552Z %p_clip_layers_1_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_output_proj_weight] 2025-03-21T20:22:16.6434714Z %p_clip_layers_1_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w1_weight] 2025-03-21T20:22:16.6435720Z %p_clip_layers_1_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w1_bias] 2025-03-21T20:22:16.6436729Z %p_clip_layers_1_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w2_weight] 2025-03-21T20:22:16.6437733Z %p_clip_layers_1_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w2_bias] 2025-03-21T20:22:16.6438791Z %p_clip_layers_2_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_q_proj_weight] 2025-03-21T20:22:16.6439930Z %p_clip_layers_2_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_k_proj_weight] 2025-03-21T20:22:16.6441063Z %p_clip_layers_2_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_v_proj_weight] 2025-03-21T20:22:16.6442270Z %p_clip_layers_2_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_output_proj_weight] 2025-03-21T20:22:16.6443413Z %p_clip_layers_2_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w1_weight] 2025-03-21T20:22:16.6444426Z %p_clip_layers_2_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w1_bias] 2025-03-21T20:22:16.6445432Z %p_clip_layers_2_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w2_weight] 2025-03-21T20:22:16.6446553Z %p_clip_layers_2_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w2_bias] 2025-03-21T20:22:16.6447625Z %p_clip_layers_3_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_q_proj_weight] 2025-03-21T20:22:16.6448767Z %p_clip_layers_3_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_k_proj_weight] 2025-03-21T20:22:16.6449912Z %p_clip_layers_3_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_v_proj_weight] 2025-03-21T20:22:16.6451112Z %p_clip_layers_3_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_output_proj_weight] 2025-03-21T20:22:16.6452266Z %p_clip_layers_3_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w1_weight] 2025-03-21T20:22:16.6453279Z %p_clip_layers_3_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w1_bias] 2025-03-21T20:22:16.6454289Z %p_clip_layers_3_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w2_weight] 2025-03-21T20:22:16.6455286Z %p_clip_layers_3_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w2_bias] 2025-03-21T20:22:16.6456358Z %p_clip_layers_4_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_q_proj_weight] 2025-03-21T20:22:16.6457499Z %p_clip_layers_4_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_k_proj_weight] 2025-03-21T20:22:16.6458835Z %p_clip_layers_4_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_v_proj_weight] 2025-03-21T20:22:16.6460034Z %p_clip_layers_4_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_output_proj_weight] 2025-03-21T20:22:16.6461178Z %p_clip_layers_4_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w1_weight] 2025-03-21T20:22:16.6462189Z %p_clip_layers_4_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w1_bias] 2025-03-21T20:22:16.6463189Z %p_clip_layers_4_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w2_weight] 2025-03-21T20:22:16.6464314Z %p_clip_layers_4_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w2_bias] 2025-03-21T20:22:16.6465414Z %p_clip_layers_5_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_q_proj_weight] 2025-03-21T20:22:16.6466554Z %p_clip_layers_5_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_k_proj_weight] 2025-03-21T20:22:16.6467685Z %p_clip_layers_5_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_v_proj_weight] 2025-03-21T20:22:16.6468884Z %p_clip_layers_5_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_output_proj_weight] 2025-03-21T20:22:16.6470035Z %p_clip_layers_5_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w1_weight] 2025-03-21T20:22:16.6471034Z %p_clip_layers_5_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w1_bias] 2025-03-21T20:22:16.6472046Z %p_clip_layers_5_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w2_weight] 2025-03-21T20:22:16.6473053Z %p_clip_layers_5_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w2_bias] 2025-03-21T20:22:16.6474192Z %p_projection_layers_0_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_q_proj_weight] 2025-03-21T20:22:16.6475493Z %p_projection_layers_0_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_k_proj_weight] 2025-03-21T20:22:16.6476787Z %p_projection_layers_0_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_v_proj_weight] 2025-03-21T20:22:16.6478137Z %p_projection_layers_0_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_output_proj_weight] 2025-03-21T20:22:16.6479429Z %p_projection_layers_0_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w1_weight] 2025-03-21T20:22:16.6480589Z %p_projection_layers_0_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w1_bias] 2025-03-21T20:22:16.6481744Z %p_projection_layers_0_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w2_weight] 2025-03-21T20:22:16.6482903Z %p_projection_layers_0_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w2_bias] 2025-03-21T20:22:16.6484134Z %p_projection_layers_1_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_q_proj_weight] 2025-03-21T20:22:16.6485432Z %p_projection_layers_1_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_k_proj_weight] 2025-03-21T20:22:16.6487248Z %p_projection_layers_1_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_v_proj_weight] 2025-03-21T20:22:16.6488610Z %p_projection_layers_1_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_output_proj_weight] 2025-03-21T20:22:16.6489911Z %p_projection_layers_1_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w1_weight] 2025-03-21T20:22:16.6491069Z %p_projection_layers_1_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w1_bias] 2025-03-21T20:22:16.6492228Z %p_projection_layers_1_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w2_weight] 2025-03-21T20:22:16.6493762Z %p_projection_layers_1_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w2_bias] 2025-03-21T20:22:16.6494978Z %p_projection_layers_2_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_q_proj_weight] 2025-03-21T20:22:16.6496273Z %p_projection_layers_2_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_k_proj_weight] 2025-03-21T20:22:16.6497555Z %p_projection_layers_2_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_v_proj_weight] 2025-03-21T20:22:16.6499075Z %p_projection_layers_2_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_output_proj_weight] 2025-03-21T20:22:16.6500594Z %p_projection_layers_2_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w1_weight] 2025-03-21T20:22:16.6501766Z %p_projection_layers_2_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w1_bias] 2025-03-21T20:22:16.6502918Z %p_projection_layers_2_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w2_weight] 2025-03-21T20:22:16.6504068Z %p_projection_layers_2_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w2_bias] 2025-03-21T20:22:16.6505285Z %p_projection_layers_3_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_q_proj_weight] 2025-03-21T20:22:16.6506571Z %p_projection_layers_3_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_k_proj_weight] 2025-03-21T20:22:16.6507872Z %p_projection_layers_3_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_v_proj_weight] 2025-03-21T20:22:16.6509225Z %p_projection_layers_3_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_output_proj_weight] 2025-03-21T20:22:16.6510523Z %p_projection_layers_3_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w1_weight] 2025-03-21T20:22:16.6511675Z %p_projection_layers_3_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w1_bias] 2025-03-21T20:22:16.6512837Z %p_projection_layers_3_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w2_weight] 2025-03-21T20:22:16.6513987Z %p_projection_layers_3_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w2_bias] 2025-03-21T20:22:16.6515056Z %p_projection_output_weight : [num_users=1] = placeholder[target=p_projection_output_weight] 2025-03-21T20:22:16.6516067Z %p_projection_output_bias : [num_users=1] = placeholder[target=p_projection_output_bias] 2025-03-21T20:22:16.6516889Z %images : [num_users=2] = placeholder[target=images] 2025-03-21T20:22:16.6517575Z %aspect_ratio : [num_users=1] = placeholder[target=aspect_ratio] 2025-03-21T20:22:16.6518577Z %sym_size_int_10 : [num_users=16] = call_function[target=torch.ops.aten.sym_size.int](args = (%images, 2), kwargs = {}) 2025-03-21T20:22:16.6519932Z %reshape : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%images, [%sym_size_int_10, 3, 224, 224]), kwargs = {}) 2025-03-21T20:22:16.6521345Z %reshape_1 : [num_users=3] = call_function[target=torch.ops.aten.reshape.default](args = (%aspect_ratio, [1, 2]), kwargs = {}) 2025-03-21T20:22:16.6522773Z %conv2d : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%reshape, %p_clip_conv_weight, None, [14, 14]), kwargs = {}) 2025-03-21T20:22:16.6524310Z %reshape_2 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%conv2d, [1, %sym_size_int_10, -1, 256]), kwargs = {}) 2025-03-21T20:22:16.6525725Z %permute : [num_users=1] = call_function[target=torch.ops.aten.permute.default](args = (%reshape_2, [0, 1, 3, 2]), kwargs = {}) 2025-03-21T20:22:16.6527328Z %select : [num_users=2] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6528527Z %select_1 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6529711Z %select_2 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select, 0, 1), kwargs = {}) 2025-03-21T20:22:16.6530867Z %item : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_1,), kwargs = {}) 2025-03-21T20:22:16.6532282Z %sym_constrain_range_for_size_default : [num_users=0] = call_function[target=torch.ops.aten.sym_constrain_range_for_size.default](args = (%item,), kwargs = {}) 2025-03-21T20:22:16.6533724Z %ge_12 : [num_users=1] = call_function[target=operator.ge](args = (%item, 1), kwargs = {}) 2025-03-21T20:22:16.6535257Z %_assert_scalar_default : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%ge_12, Runtime assertion failed for expression u0 >= 1 on node 'ge_12'), kwargs = {}) 2025-03-21T20:22:16.6536747Z %le_6 : [num_users=1] = call_function[target=operator.le](args = (%item, 4), kwargs = {}) 2025-03-21T20:22:16.6538232Z %_assert_scalar_default_1 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%le_6, Runtime assertion failed for expression u0 <= 4 on node 'le_6'), kwargs = {}) 2025-03-21T20:22:16.6539821Z %item_1 : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_2,), kwargs = {}) 2025-03-21T20:22:16.6541268Z %sym_constrain_range_for_size_default_1 : [num_users=0] = call_function[target=torch.ops.aten.sym_constrain_range_for_size.default](args = (%item_1,), kwargs = {}) 2025-03-21T20:22:16.6542618Z %ge_13 : [num_users=1] = call_function[target=operator.ge](args = (%item_1, 1), kwargs = {}) 2025-03-21T20:22:16.6544119Z %_assert_scalar_default_2 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%ge_13, Runtime assertion failed for expression u1 >= 1 on node 'ge_13'), kwargs = {}) 2025-03-21T20:22:16.6545606Z %le_7 : [num_users=1] = call_function[target=operator.le](args = (%item_1, 4), kwargs = {}) 2025-03-21T20:22:16.6547098Z %_assert_scalar_default_3 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%le_7, Runtime assertion failed for expression u1 <= 4 on node 'le_7'), kwargs = {}) 2025-03-21T20:22:16.6548612Z %mul_16 : [num_users=4] = call_function[target=operator.mul](args = (%item, %item_1), kwargs = {}) 2025-03-21T20:22:16.6549652Z %add_22 : [num_users=3] = call_function[target=operator.add](args = (1, %sym_size_int_10), kwargs = {}) 2025-03-21T20:22:16.6550698Z %lt_4 : [num_users=1] = call_function[target=operator.lt](args = (%mul_16, %add_22), kwargs = {}) 2025-03-21T20:22:16.6552245Z %_assert_scalar_default_4 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%lt_4, Runtime assertion failed for expression u0*u1 < s0 + 1 on node 'lt_4'), kwargs = {}) 2025-03-21T20:22:16.6554091Z %pad : [num_users=1] = call_function[target=torch.ops.aten.pad.default](args = (%p_clip_pre_tile_pos_embed_embedding, [0, 0, 0, 0, 0, 1, 0, 1]), kwargs = {}) 2025-03-21T20:22:16.6555505Z %slice_1 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad, 0, 0, %item), kwargs = {}) 2025-03-21T20:22:16.6556761Z %slice_2 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_1, 1, 0, %item_1), kwargs = {}) 2025-03-21T20:22:16.6558083Z %slice_3 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_2, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6559450Z %slice_4 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_3, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6560833Z %clone : [num_users=1] = call_function[target=torch.ops.aten.clone.default](args = (%slice_4,), kwargs = {}) 2025-03-21T20:22:16.6562306Z %reshape_3 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%clone, [%mul_16, 1, 768]), kwargs = {}) 2025-03-21T20:22:16.6563655Z %pad_1 : [num_users=3] = call_function[target=torch.ops.aten.pad.default](args = (%permute, [0, 0, 0, 0, 0, 1, 0, 0]), kwargs = {}) 2025-03-21T20:22:16.6564900Z %select_3 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_1, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6566219Z %slice_5 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_3, 0, 0, %mul_16), kwargs = {}) 2025-03-21T20:22:16.6567660Z %slice_6 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_5, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6569052Z %slice_7 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_6, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6570408Z %tanh : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_clip_pre_tile_pos_embed_gate,), kwargs = {}) 2025-03-21T20:22:16.6571676Z %mul_1 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%reshape_3, %tanh), kwargs = {}) 2025-03-21T20:22:16.6572852Z %add_ : [num_users=1] = call_function[target=torch.ops.aten.add_.Tensor](args = (%slice_7, %mul_1), kwargs = {}) 2025-03-21T20:22:16.6574020Z %select_4 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_1, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6575285Z %slice_8 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_4, 0, 0, %mul_16), kwargs = {}) 2025-03-21T20:22:16.6576605Z %slice_9 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_8, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6577958Z %slice_10 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_9, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6579245Z %copy_ : [num_users=0] = call_function[target=torch.ops.aten.copy_.default](args = (%slice_10, %add_), kwargs = {}) 2025-03-21T20:22:16.6580517Z %slice_11 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_1, 0, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6581872Z %slice_12 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_11, 1, 0, %sym_size_int_10), kwargs = {}) 2025-03-21T20:22:16.6583228Z %slice_13 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_12, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6584594Z %slice_14 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_13, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6586406Z %broadcast_to : [num_users=1] = call_function[target=torch.ops.aten.broadcast_to.default](args = (%p_clip_cls_token_embedding_weight, [1, %sym_size_int_10, 1, 768]), kwargs = {}) 2025-03-21T20:22:16.6587997Z %cat : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%broadcast_to, %slice_14], 2), kwargs = {}) 2025-03-21T20:22:16.6589326Z %tanh_1 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_clip_token_pos_embedding_gate,), kwargs = {}) 2025-03-21T20:22:16.6590577Z %rsub : [num_users=1] = call_function[target=torch.ops.aten.rsub.Scalar](args = (%tanh_1, 1), kwargs = {}) 2025-03-21T20:22:16.6592005Z %mul_2 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%p_clip_token_pos_embedding_local_token_positional_embedding, %rsub), kwargs = {}) 2025-03-21T20:22:16.6593414Z %add_1 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%cat, %mul_2), kwargs = {}) 2025-03-21T20:22:16.6594662Z %view : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%add_1, [1, %sym_size_int_10, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.6596287Z %select_5 : [num_users=2] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6597482Z %select_6 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_5, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6598675Z %select_7 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_5, 0, 1), kwargs = {}) 2025-03-21T20:22:16.6599845Z %item_2 : [num_users=6] = call_function[target=torch.ops.aten.item.default](args = (%select_6,), kwargs = {}) 2025-03-21T20:22:16.6601453Z %sym_constrain_range_for_size_default_2 : [num_users=0] = call_function[target=torch.ops.aten.sym_constrain_range_for_size.default](args = (%item_2,), kwargs = {}) 2025-03-21T20:22:16.6602839Z %ge_14 : [num_users=1] = call_function[target=operator.ge](args = (%item_2, 1), kwargs = {}) 2025-03-21T20:22:16.6604343Z %_assert_scalar_default_5 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%ge_14, Runtime assertion failed for expression u2 >= 1 on node 'ge_14'), kwargs = {}) 2025-03-21T20:22:16.6605836Z %le_8 : [num_users=1] = call_function[target=operator.le](args = (%item_2, 4), kwargs = {}) 2025-03-21T20:22:16.6607426Z %_assert_scalar_default_6 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%le_8, Runtime assertion failed for expression u2 <= 4 on node 'le_8'), kwargs = {}) 2025-03-21T20:22:16.6608899Z %gt_2 : [num_users=1] = call_function[target=operator.gt](args = (%item_2, 0), kwargs = {}) 2025-03-21T20:22:16.6610391Z %_assert_scalar_default_7 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%gt_2, Runtime assertion failed for expression 0 < u2 on node 'gt_2'), kwargs = {}) 2025-03-21T20:22:16.6611972Z %item_3 : [num_users=6] = call_function[target=torch.ops.aten.item.default](args = (%select_7,), kwargs = {}) 2025-03-21T20:22:16.6613411Z %sym_constrain_range_for_size_default_3 : [num_users=0] = call_function[target=torch.ops.aten.sym_constrain_range_for_size.default](args = (%item_3,), kwargs = {}) 2025-03-21T20:22:16.6614753Z %ge_15 : [num_users=1] = call_function[target=operator.ge](args = (%item_3, 1), kwargs = {}) 2025-03-21T20:22:16.6616251Z %_assert_scalar_default_8 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%ge_15, Runtime assertion failed for expression u3 >= 1 on node 'ge_15'), kwargs = {}) 2025-03-21T20:22:16.6617741Z %le_9 : [num_users=1] = call_function[target=operator.le](args = (%item_3, 4), kwargs = {}) 2025-03-21T20:22:16.6619236Z %_assert_scalar_default_9 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%le_9, Runtime assertion failed for expression u3 <= 4 on node 'le_9'), kwargs = {}) 2025-03-21T20:22:16.6620724Z %gt_3 : [num_users=1] = call_function[target=operator.gt](args = (%item_3, 0), kwargs = {}) 2025-03-21T20:22:16.6622217Z %_assert_scalar_default_10 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%gt_3, Runtime assertion failed for expression 0 < u3 on node 'gt_3'), kwargs = {}) 2025-03-21T20:22:16.6623742Z %mul_17 : [num_users=5] = call_function[target=operator.mul](args = (%item_2, %item_3), kwargs = {}) 2025-03-21T20:22:16.6624731Z %lt_5 : [num_users=1] = call_function[target=operator.lt](args = (%mul_17, 5), kwargs = {}) 2025-03-21T20:22:16.6626227Z %_assert_scalar_default_11 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%lt_5, Runtime assertion failed for expression u2*u3 < 5 on node 'lt_5'), kwargs = {}) 2025-03-21T20:22:16.6627754Z %lt_6 : [num_users=1] = call_function[target=operator.lt](args = (%mul_17, %add_22), kwargs = {}) 2025-03-21T20:22:16.6629301Z %_assert_scalar_default_12 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%lt_6, Runtime assertion failed for expression u2*u3 < s0 + 1 on node 'lt_6'), kwargs = {}) 2025-03-21T20:22:16.6631471Z %pad_2 : [num_users=1] = call_function[target=torch.ops.aten.pad.default](args = (%p_clip_token_pos_embedding_global_token_positional_embedding, [0, 0, 0, 0, 0, 1, 0, 1]), kwargs = {}) 2025-03-21T20:22:16.6633040Z %slice_15 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_2, 0, 0, %item_2), kwargs = {}) 2025-03-21T20:22:16.6634308Z %slice_16 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_15, 1, 0, %item_3), kwargs = {}) 2025-03-21T20:22:16.6635630Z %slice_17 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_16, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6637095Z %slice_18 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_17, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6638390Z %clone_1 : [num_users=1] = call_function[target=torch.ops.aten.clone.default](args = (%slice_18,), kwargs = {}) 2025-03-21T20:22:16.6639687Z %reshape_4 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%clone_1, [%mul_17, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.6641078Z %tanh_2 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_clip_token_pos_embedding_gate,), kwargs = {}) 2025-03-21T20:22:16.6642353Z %mul_4 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%reshape_4, %tanh_2), kwargs = {}) 2025-03-21T20:22:16.6643601Z %pad_3 : [num_users=3] = call_function[target=torch.ops.aten.pad.default](args = (%view, [0, 0, 0, 0, 0, 1, 0, 0]), kwargs = {}) 2025-03-21T20:22:16.6644830Z %select_8 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_3, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6646149Z %slice_19 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_8, 0, 0, %mul_17), kwargs = {}) 2025-03-21T20:22:16.6647483Z %slice_20 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_19, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6648855Z %slice_21 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_20, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6650127Z %add__1 : [num_users=1] = call_function[target=torch.ops.aten.add_.Tensor](args = (%slice_21, %mul_4), kwargs = {}) 2025-03-21T20:22:16.6651305Z %select_9 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_3, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6652536Z %slice_22 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_9, 0, 0, %mul_17), kwargs = {}) 2025-03-21T20:22:16.6653860Z %slice_23 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_22, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6655226Z %slice_24 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_23, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6656527Z %copy__1 : [num_users=0] = call_function[target=torch.ops.aten.copy_.default](args = (%slice_24, %add__1), kwargs = {}) 2025-03-21T20:22:16.6657814Z %slice_25 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_3, 0, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6659165Z %slice_26 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_25, 1, 0, %sym_size_int_10), kwargs = {}) 2025-03-21T20:22:16.6660531Z %slice_27 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_26, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6661896Z %slice_28 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_27, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6663168Z %to : [num_users=2] = call_function[target=torch.ops.aten.to.dtype](args = (%slice_28, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6664623Z %to_1 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_ln_pre_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6665917Z %to_2 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_ln_pre_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6667245Z %layer_norm : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to, [768], %to_1, %to_2), kwargs = {}) 2025-03-21T20:22:16.6668553Z %type_as : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm, %to), kwargs = {}) 2025-03-21T20:22:16.6669818Z %mul_5 : [num_users=43] = call_function[target=operator.mul](args = (%sym_size_int_10, 257), kwargs = {}) 2025-03-21T20:22:16.6671081Z %reshape_5 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%type_as, [1, %mul_5, 768]), kwargs = {}) 2025-03-21T20:22:16.6672375Z %to_3 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%reshape_5, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6673670Z %to_4 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_0_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6675051Z %to_5 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_0_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6676431Z %layer_norm_1 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_3, [768], %to_4, %to_5), kwargs = {}) 2025-03-21T20:22:16.6677773Z %type_as_1 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_1, %to_3), kwargs = {}) 2025-03-21T20:22:16.6679182Z %linear : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_1, %p_clip_layers_0_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6680591Z %view_1 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.6681874Z %transpose : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_1, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6683262Z %linear_1 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_1, %p_clip_layers_0_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6684777Z %linear_2 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_1, %p_clip_layers_0_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6686438Z %view_2 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_1, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6687806Z %view_3 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_2, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6689095Z %transpose_1 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_2, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6690364Z %transpose_2 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_3, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6691975Z %scaled_dot_product_attention : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose, %transpose_1, %transpose_2), kwargs = {}) 2025-03-21T20:22:16.6693693Z %transpose_3 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6695093Z %view_4 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_3, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.6696537Z %linear_3 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_4, %p_clip_layers_0_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6697903Z %add_2 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_3, %to_3), kwargs = {}) 2025-03-21T20:22:16.6699422Z %to_6 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_2, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6700705Z %to_7 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_0_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6702096Z %to_8 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_0_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6703480Z %layer_norm_2 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_6, [768], %to_7, %to_8), kwargs = {}) 2025-03-21T20:22:16.6704971Z %type_as_2 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_2, %to_6), kwargs = {}) 2025-03-21T20:22:16.6706509Z %linear_4 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_2, %p_clip_layers_0_mlp_w1_weight, %p_clip_layers_0_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.6707956Z %gelu : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_4,), kwargs = {}) 2025-03-21T20:22:16.6709392Z %linear_5 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu, %p_clip_layers_0_mlp_w2_weight, %p_clip_layers_0_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.6710830Z %add_3 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_6, %linear_5), kwargs = {}) 2025-03-21T20:22:16.6712137Z %reshape_6 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%add_3, [1, 1, %sym_size_int_10, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.6713459Z %to_9 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_3, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6714750Z %to_10 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_1_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6716146Z %to_11 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_1_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6717539Z %layer_norm_3 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_9, [768], %to_10, %to_11), kwargs = {}) 2025-03-21T20:22:16.6718876Z %type_as_3 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_3, %to_9), kwargs = {}) 2025-03-21T20:22:16.6720290Z %linear_6 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_3, %p_clip_layers_1_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6721717Z %view_5 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_6, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.6723004Z %transpose_4 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_5, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6724407Z %linear_7 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_3, %p_clip_layers_1_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6725940Z %linear_8 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_3, %p_clip_layers_1_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6727483Z %view_6 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_7, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6728809Z %view_7 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_8, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6730103Z %transpose_5 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_6, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6731375Z %transpose_6 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_7, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6733181Z %scaled_dot_product_attention_1 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_4, %transpose_5, %transpose_6), kwargs = {}) 2025-03-21T20:22:16.6734916Z %transpose_7 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_1, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6736324Z %view_8 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_7, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.6737763Z %linear_9 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_8, %p_clip_layers_1_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6739225Z %add_4 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_9, %to_9), kwargs = {}) 2025-03-21T20:22:16.6740426Z %to_12 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_4, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6741730Z %to_13 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_1_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6743132Z %to_14 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_1_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6744548Z %layer_norm_4 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_12, [768], %to_13, %to_14), kwargs = {}) 2025-03-21T20:22:16.6745908Z %type_as_4 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_4, %to_12), kwargs = {}) 2025-03-21T20:22:16.6747448Z %linear_10 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_4, %p_clip_layers_1_mlp_w1_weight, %p_clip_layers_1_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.6748918Z %gelu_1 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_10,), kwargs = {}) 2025-03-21T20:22:16.6750374Z %linear_11 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_1, %p_clip_layers_1_mlp_w2_weight, %p_clip_layers_1_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.6751843Z %add_5 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_12, %linear_11), kwargs = {}) 2025-03-21T20:22:16.6753037Z %to_15 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_5, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6754336Z %to_16 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_2_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6755731Z %to_17 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_2_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6757136Z %layer_norm_5 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_15, [768], %to_16, %to_17), kwargs = {}) 2025-03-21T20:22:16.6758508Z %type_as_5 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_5, %to_15), kwargs = {}) 2025-03-21T20:22:16.6759922Z %linear_12 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_5, %p_clip_layers_2_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6761340Z %view_9 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_12, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.6762627Z %transpose_8 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_9, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6764035Z %linear_13 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_5, %p_clip_layers_2_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6765570Z %linear_14 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_5, %p_clip_layers_2_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6767313Z %view_10 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_13, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6768649Z %view_11 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_14, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6769954Z %transpose_9 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_10, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6771230Z %transpose_10 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_11, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6772978Z %scaled_dot_product_attention_2 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_8, %transpose_9, %transpose_10), kwargs = {}) 2025-03-21T20:22:16.6774758Z %transpose_11 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_2, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6776202Z %view_12 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_11, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.6777650Z %linear_15 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_12, %p_clip_layers_2_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6779025Z %add_6 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_15, %to_15), kwargs = {}) 2025-03-21T20:22:16.6780205Z %to_18 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_6, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6781509Z %to_19 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_2_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6782905Z %to_20 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_2_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6784306Z %layer_norm_6 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_18, [768], %to_19, %to_20), kwargs = {}) 2025-03-21T20:22:16.6785671Z %type_as_6 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_6, %to_18), kwargs = {}) 2025-03-21T20:22:16.6787504Z %linear_16 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_6, %p_clip_layers_2_mlp_w1_weight, %p_clip_layers_2_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.6788962Z %gelu_2 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_16,), kwargs = {}) 2025-03-21T20:22:16.6790422Z %linear_17 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_2, %p_clip_layers_2_mlp_w2_weight, %p_clip_layers_2_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.6791882Z %add_7 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_18, %linear_17), kwargs = {}) 2025-03-21T20:22:16.6793216Z %reshape_7 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%add_7, [1, 1, %sym_size_int_10, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.6794539Z %to_21 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_7, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6795817Z %to_22 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_3_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6797201Z %to_23 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_3_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6798607Z %layer_norm_7 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_21, [768], %to_22, %to_23), kwargs = {}) 2025-03-21T20:22:16.6799966Z %type_as_7 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_7, %to_21), kwargs = {}) 2025-03-21T20:22:16.6801818Z %linear_18 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_7, %p_clip_layers_3_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6803245Z %view_13 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_18, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.6804547Z %transpose_12 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_13, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6805948Z %linear_19 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_7, %p_clip_layers_3_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6807743Z %linear_20 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_7, %p_clip_layers_3_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6809197Z %view_14 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_19, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6810538Z %view_15 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_20, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6811844Z %transpose_13 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_14, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6813119Z %transpose_14 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_15, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6814761Z %scaled_dot_product_attention_3 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_12, %transpose_13, %transpose_14), kwargs = {}) 2025-03-21T20:22:16.6816529Z %transpose_15 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_3, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6817949Z %view_16 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_15, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.6819397Z %linear_21 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_16, %p_clip_layers_3_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6820777Z %add_8 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_21, %to_21), kwargs = {}) 2025-03-21T20:22:16.6821961Z %to_24 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_8, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6823259Z %to_25 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_3_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6824662Z %to_26 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_3_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6826065Z %layer_norm_8 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_24, [768], %to_25, %to_26), kwargs = {}) 2025-03-21T20:22:16.6827426Z %type_as_8 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_8, %to_24), kwargs = {}) 2025-03-21T20:22:16.6828946Z %linear_22 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_8, %p_clip_layers_3_mlp_w1_weight, %p_clip_layers_3_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.6830392Z %gelu_3 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_22,), kwargs = {}) 2025-03-21T20:22:16.6831841Z %linear_23 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_3, %p_clip_layers_3_mlp_w2_weight, %p_clip_layers_3_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.6833300Z %add_9 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_24, %linear_23), kwargs = {}) 2025-03-21T20:22:16.6834485Z %to_27 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_9, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6835951Z %to_28 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_4_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6837336Z %to_29 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_4_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6838735Z %layer_norm_9 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_27, [768], %to_28, %to_29), kwargs = {}) 2025-03-21T20:22:16.6840086Z %type_as_9 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_9, %to_27), kwargs = {}) 2025-03-21T20:22:16.6841589Z %linear_24 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_9, %p_clip_layers_4_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6843058Z %view_17 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_24, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.6844365Z %transpose_16 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_17, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6845781Z %linear_25 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_9, %p_clip_layers_4_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6847434Z %linear_26 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_9, %p_clip_layers_4_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6848875Z %view_18 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_25, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6850219Z %view_19 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_26, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6851527Z %transpose_17 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_18, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6852810Z %transpose_18 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_19, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6854585Z %scaled_dot_product_attention_4 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_16, %transpose_17, %transpose_18), kwargs = {}) 2025-03-21T20:22:16.6856343Z %transpose_19 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_4, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6857759Z %view_20 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_19, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.6859218Z %linear_27 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_20, %p_clip_layers_4_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6860589Z %add_10 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_27, %to_27), kwargs = {}) 2025-03-21T20:22:16.6861786Z %to_30 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_10, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6863086Z %to_31 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_4_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6864486Z %to_32 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_4_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6865890Z %layer_norm_10 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_30, [768], %to_31, %to_32), kwargs = {}) 2025-03-21T20:22:16.6867263Z %type_as_10 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_10, %to_30), kwargs = {}) 2025-03-21T20:22:16.6868803Z %linear_28 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_10, %p_clip_layers_4_mlp_w1_weight, %p_clip_layers_4_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.6870441Z %gelu_4 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_28,), kwargs = {}) 2025-03-21T20:22:16.6871887Z %linear_29 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_4, %p_clip_layers_4_mlp_w2_weight, %p_clip_layers_4_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.6873347Z %add_11 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_30, %linear_29), kwargs = {}) 2025-03-21T20:22:16.6874681Z %reshape_8 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%add_11, [1, 1, %sym_size_int_10, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.6876130Z %to_33 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_11, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6877458Z %to_34 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_5_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6878860Z %to_35 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_5_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6880267Z %layer_norm_11 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_33, [768], %to_34, %to_35), kwargs = {}) 2025-03-21T20:22:16.6881662Z %type_as_11 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_11, %to_33), kwargs = {}) 2025-03-21T20:22:16.6883084Z %linear_30 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_11, %p_clip_layers_5_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6884523Z %view_21 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_30, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.6885819Z %transpose_20 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_21, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6887520Z %linear_31 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_11, %p_clip_layers_5_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6889059Z %linear_32 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_11, %p_clip_layers_5_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6890501Z %view_22 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_31, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6891830Z %view_23 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_32, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.6893141Z %transpose_21 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_22, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6894414Z %transpose_22 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_23, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6896061Z %scaled_dot_product_attention_5 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_20, %transpose_21, %transpose_22), kwargs = {}) 2025-03-21T20:22:16.6897806Z %transpose_23 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_5, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6899211Z %view_24 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_23, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.6900665Z %linear_33 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_24, %p_clip_layers_5_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6902042Z %add_12 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_33, %to_33), kwargs = {}) 2025-03-21T20:22:16.6903230Z %to_36 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_12, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6904834Z %to_37 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_5_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6906234Z %to_38 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_layers_5_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6907645Z %layer_norm_12 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_36, [768], %to_37, %to_38), kwargs = {}) 2025-03-21T20:22:16.6909015Z %type_as_12 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_12, %to_36), kwargs = {}) 2025-03-21T20:22:16.6910718Z %linear_34 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_12, %p_clip_layers_5_mlp_w1_weight, %p_clip_layers_5_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.6912223Z %gelu_5 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_34,), kwargs = {}) 2025-03-21T20:22:16.6913693Z %linear_35 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_5, %p_clip_layers_5_mlp_w2_weight, %p_clip_layers_5_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.6915158Z %add_13 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_36, %linear_35), kwargs = {}) 2025-03-21T20:22:16.6916350Z %to_39 : [num_users=2] = call_function[target=torch.ops.aten.to.dtype](args = (%add_13, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6917600Z %to_40 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_ln_post_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6918917Z %to_41 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_clip_ln_post_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6920290Z %layer_norm_13 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_39, [768], %to_40, %to_41), kwargs = {}) 2025-03-21T20:22:16.6921664Z %type_as_13 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_13, %to_39), kwargs = {}) 2025-03-21T20:22:16.6923070Z %reshape_9 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%type_as_13, [1, %sym_size_int_10, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.6924429Z %select_10 : [num_users=2] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6925643Z %select_11 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_10, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6926965Z %select_12 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_10, 0, 1), kwargs = {}) 2025-03-21T20:22:16.6928148Z %item_4 : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_11,), kwargs = {}) 2025-03-21T20:22:16.6929599Z %sym_constrain_range_for_size_default_4 : [num_users=0] = call_function[target=torch.ops.aten.sym_constrain_range_for_size.default](args = (%item_4,), kwargs = {}) 2025-03-21T20:22:16.6930932Z %ge_16 : [num_users=1] = call_function[target=operator.ge](args = (%item_4, 1), kwargs = {}) 2025-03-21T20:22:16.6932432Z %_assert_scalar_default_13 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%ge_16, Runtime assertion failed for expression u4 >= 1 on node 'ge_16'), kwargs = {}) 2025-03-21T20:22:16.6933917Z %le_10 : [num_users=1] = call_function[target=operator.le](args = (%item_4, 4), kwargs = {}) 2025-03-21T20:22:16.6935421Z %_assert_scalar_default_14 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%le_10, Runtime assertion failed for expression u4 <= 4 on node 'le_10'), kwargs = {}) 2025-03-21T20:22:16.6937011Z %item_5 : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_12,), kwargs = {}) 2025-03-21T20:22:16.6938625Z %sym_constrain_range_for_size_default_5 : [num_users=0] = call_function[target=torch.ops.aten.sym_constrain_range_for_size.default](args = (%item_5,), kwargs = {}) 2025-03-21T20:22:16.6939949Z %ge_17 : [num_users=1] = call_function[target=operator.ge](args = (%item_5, 1), kwargs = {}) 2025-03-21T20:22:16.6941440Z %_assert_scalar_default_15 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%ge_17, Runtime assertion failed for expression u5 >= 1 on node 'ge_17'), kwargs = {}) 2025-03-21T20:22:16.6942926Z %le_11 : [num_users=1] = call_function[target=operator.le](args = (%item_5, 4), kwargs = {}) 2025-03-21T20:22:16.6944545Z %_assert_scalar_default_16 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%le_11, Runtime assertion failed for expression u5 <= 4 on node 'le_11'), kwargs = {}) 2025-03-21T20:22:16.6946099Z %mul_18 : [num_users=4] = call_function[target=operator.mul](args = (%item_4, %item_5), kwargs = {}) 2025-03-21T20:22:16.6947137Z %lt_7 : [num_users=1] = call_function[target=operator.lt](args = (%mul_18, %add_22), kwargs = {}) 2025-03-21T20:22:16.6948676Z %_assert_scalar_default_17 : [num_users=0] = call_function[target=torch.ops.aten._assert_scalar.default](args = (%lt_7, Runtime assertion failed for expression u4*u5 < s0 + 1 on node 'lt_7'), kwargs = {}) 2025-03-21T20:22:16.6950507Z %pad_4 : [num_users=1] = call_function[target=torch.ops.aten.pad.default](args = (%p_clip_post_tile_pos_embed_embedding, [0, 0, 0, 0, 0, 1, 0, 1]), kwargs = {}) 2025-03-21T20:22:16.6951933Z %slice_29 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_4, 0, 0, %item_4), kwargs = {}) 2025-03-21T20:22:16.6953217Z %slice_30 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_29, 1, 0, %item_5), kwargs = {}) 2025-03-21T20:22:16.6954545Z %slice_31 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_30, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6955899Z %slice_32 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_31, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6957165Z %clone_2 : [num_users=1] = call_function[target=torch.ops.aten.clone.default](args = (%slice_32,), kwargs = {}) 2025-03-21T20:22:16.6958448Z %reshape_10 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%clone_2, [%mul_18, 1, 768]), kwargs = {}) 2025-03-21T20:22:16.6959809Z %pad_5 : [num_users=3] = call_function[target=torch.ops.aten.pad.default](args = (%reshape_9, [0, 0, 0, 0, 0, 1, 0, 0]), kwargs = {}) 2025-03-21T20:22:16.6961068Z %select_13 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_5, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6962311Z %slice_33 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_13, 0, 0, %mul_18), kwargs = {}) 2025-03-21T20:22:16.6963650Z %slice_34 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_33, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6965001Z %slice_35 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_34, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6966457Z %tanh_3 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_clip_post_tile_pos_embed_gate,), kwargs = {}) 2025-03-21T20:22:16.6967753Z %mul_7 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%reshape_10, %tanh_3), kwargs = {}) 2025-03-21T20:22:16.6968948Z %add__2 : [num_users=1] = call_function[target=torch.ops.aten.add_.Tensor](args = (%slice_35, %mul_7), kwargs = {}) 2025-03-21T20:22:16.6970135Z %select_14 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_5, 0, 0), kwargs = {}) 2025-03-21T20:22:16.6971380Z %slice_36 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_14, 0, 0, %mul_18), kwargs = {}) 2025-03-21T20:22:16.6972895Z %slice_37 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_36, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6974257Z %slice_38 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_37, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6975550Z %copy__2 : [num_users=0] = call_function[target=torch.ops.aten.copy_.default](args = (%slice_38, %add__2), kwargs = {}) 2025-03-21T20:22:16.6976836Z %slice_39 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_5, 0, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6978300Z %slice_40 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_39, 1, 0, %sym_size_int_10), kwargs = {}) 2025-03-21T20:22:16.6979707Z %slice_41 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_40, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6981078Z %slice_42 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_41, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:22:16.6982514Z %reshape_11 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%slice_42, [1, 1, %sym_size_int_10, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.6983935Z %view_25 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%reshape_11, [1, %mul_5, 768]), kwargs = {}) 2025-03-21T20:22:16.6985185Z %to_42 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%view_25, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6986753Z %to_43 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_0_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6988241Z %to_44 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_0_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.6989692Z %layer_norm_14 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_42, [768], %to_43, %to_44), kwargs = {}) 2025-03-21T20:22:16.6991062Z %type_as_14 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_14, %to_42), kwargs = {}) 2025-03-21T20:22:16.6992525Z %linear_36 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_14, %p_projection_layers_0_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6993995Z %view_26 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_36, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.6995303Z %transpose_24 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_26, 1, 2), kwargs = {}) 2025-03-21T20:22:16.6996751Z %linear_37 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_14, %p_projection_layers_0_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6998366Z %linear_38 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_14, %p_projection_layers_0_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.6999849Z %view_27 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_37, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7001191Z %view_28 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_38, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7002494Z %transpose_25 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_27, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7003780Z %transpose_26 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_28, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7005437Z %scaled_dot_product_attention_6 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_24, %transpose_25, %transpose_26), kwargs = {}) 2025-03-21T20:22:16.7007618Z %transpose_27 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_6, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7009040Z %view_29 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_27, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.7010534Z %linear_39 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_29, %p_projection_layers_0_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7012234Z %tanh_4 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_0_sa_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7013576Z %mul_8 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_39, %tanh_4), kwargs = {}) 2025-03-21T20:22:16.7014748Z %add_14 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_8, %to_42), kwargs = {}) 2025-03-21T20:22:16.7015919Z %to_45 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_14, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7017262Z %to_46 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_0_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7018742Z %to_47 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_0_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7020189Z %layer_norm_15 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_45, [768], %to_46, %to_47), kwargs = {}) 2025-03-21T20:22:16.7021575Z %type_as_15 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_15, %to_45), kwargs = {}) 2025-03-21T20:22:16.7023180Z %linear_40 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_15, %p_projection_layers_0_mlp_w1_weight, %p_projection_layers_0_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.7024715Z %gelu_6 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_40,), kwargs = {}) 2025-03-21T20:22:16.7026253Z %linear_41 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_6, %p_projection_layers_0_mlp_w2_weight, %p_projection_layers_0_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.7027905Z %tanh_5 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_0_mlp_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7029216Z %mul_9 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_41, %tanh_5), kwargs = {}) 2025-03-21T20:22:16.7030386Z %add_15 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_45, %mul_9), kwargs = {}) 2025-03-21T20:22:16.7031558Z %to_48 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_15, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7032886Z %to_49 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_1_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7034353Z %to_50 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_1_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7035790Z %layer_norm_16 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_48, [768], %to_49, %to_50), kwargs = {}) 2025-03-21T20:22:16.7037155Z %type_as_16 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_16, %to_48), kwargs = {}) 2025-03-21T20:22:16.7038613Z %linear_42 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_16, %p_projection_layers_1_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7040074Z %view_30 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_42, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.7041576Z %transpose_28 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_30, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7043020Z %linear_43 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_16, %p_projection_layers_1_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7044620Z %linear_44 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_16, %p_projection_layers_1_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7046324Z %view_31 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_43, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7047760Z %view_32 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_44, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7049102Z %transpose_29 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_31, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7050374Z %transpose_30 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_32, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7052019Z %scaled_dot_product_attention_7 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_28, %transpose_29, %transpose_30), kwargs = {}) 2025-03-21T20:22:16.7053771Z %transpose_31 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_7, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7055199Z %view_33 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_31, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.7056698Z %linear_45 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_33, %p_projection_layers_1_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7058237Z %tanh_6 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_1_sa_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7059546Z %mul_10 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_45, %tanh_6), kwargs = {}) 2025-03-21T20:22:16.7060718Z %add_16 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_10, %to_48), kwargs = {}) 2025-03-21T20:22:16.7061885Z %to_51 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_16, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7063228Z %to_52 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_1_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7064708Z %to_53 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_1_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7066159Z %layer_norm_17 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_51, [768], %to_52, %to_53), kwargs = {}) 2025-03-21T20:22:16.7067530Z %type_as_17 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_17, %to_51), kwargs = {}) 2025-03-21T20:22:16.7069149Z %linear_46 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_17, %p_projection_layers_1_mlp_w1_weight, %p_projection_layers_1_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.7070695Z %gelu_7 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_46,), kwargs = {}) 2025-03-21T20:22:16.7072234Z %linear_47 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_7, %p_projection_layers_1_mlp_w2_weight, %p_projection_layers_1_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.7073891Z %tanh_7 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_1_mlp_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7075353Z %mul_11 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_47, %tanh_7), kwargs = {}) 2025-03-21T20:22:16.7076526Z %add_17 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_51, %mul_11), kwargs = {}) 2025-03-21T20:22:16.7077684Z %to_54 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_17, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7079003Z %to_55 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_2_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7080573Z %to_56 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_2_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7082072Z %layer_norm_18 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_54, [768], %to_55, %to_56), kwargs = {}) 2025-03-21T20:22:16.7083447Z %type_as_18 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_18, %to_54), kwargs = {}) 2025-03-21T20:22:16.7084900Z %linear_48 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_18, %p_projection_layers_2_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7086732Z %view_34 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_48, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.7088047Z %transpose_32 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_34, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7089490Z %linear_49 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_18, %p_projection_layers_2_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7091089Z %linear_50 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_18, %p_projection_layers_2_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7092562Z %view_35 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_49, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7093893Z %view_36 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_50, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7095192Z %transpose_33 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_35, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7096470Z %transpose_34 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_36, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7098119Z %scaled_dot_product_attention_8 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_32, %transpose_33, %transpose_34), kwargs = {}) 2025-03-21T20:22:16.7099866Z %transpose_35 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_8, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7101285Z %view_37 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_35, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.7102783Z %linear_51 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_37, %p_projection_layers_2_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7104309Z %tanh_8 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_2_sa_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7105612Z %mul_12 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_51, %tanh_8), kwargs = {}) 2025-03-21T20:22:16.7106785Z %add_18 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_12, %to_54), kwargs = {}) 2025-03-21T20:22:16.7107949Z %to_57 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_18, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7109600Z %to_58 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_2_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7111071Z %to_59 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_2_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7112512Z %layer_norm_19 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_57, [768], %to_58, %to_59), kwargs = {}) 2025-03-21T20:22:16.7113883Z %type_as_19 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_19, %to_57), kwargs = {}) 2025-03-21T20:22:16.7115662Z %linear_52 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_19, %p_projection_layers_2_mlp_w1_weight, %p_projection_layers_2_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.7117243Z %gelu_8 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_52,), kwargs = {}) 2025-03-21T20:22:16.7118785Z %linear_53 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_8, %p_projection_layers_2_mlp_w2_weight, %p_projection_layers_2_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.7120433Z %tanh_9 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_2_mlp_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7121763Z %mul_13 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_53, %tanh_9), kwargs = {}) 2025-03-21T20:22:16.7122943Z %add_19 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_57, %mul_13), kwargs = {}) 2025-03-21T20:22:16.7124116Z %to_60 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_19, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7125458Z %to_61 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_3_sa_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7127045Z %to_62 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_3_sa_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7128498Z %layer_norm_20 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_60, [768], %to_61, %to_62), kwargs = {}) 2025-03-21T20:22:16.7129866Z %type_as_20 : [num_users=3] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_20, %to_60), kwargs = {}) 2025-03-21T20:22:16.7132470Z %linear_54 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_20, %p_projection_layers_3_attn_q_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7134200Z %view_38 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_54, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:22:16.7135500Z %transpose_36 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_38, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7136960Z %linear_55 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_20, %p_projection_layers_3_attn_k_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7138566Z %linear_56 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_20, %p_projection_layers_3_attn_v_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7140039Z %view_39 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_55, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7141362Z %view_40 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear_56, [1, %mul_5, -1, 96]), kwargs = {}) 2025-03-21T20:22:16.7142680Z %transpose_37 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_39, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7144385Z %transpose_38 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_40, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7146860Z %scaled_dot_product_attention_9 : [num_users=1] = call_function[target=torch.ops.aten.scaled_dot_product_attention.default](args = (%transpose_36, %transpose_37, %transpose_38), kwargs = {}) 2025-03-21T20:22:16.7148623Z %transpose_39 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention_9, 1, 2), kwargs = {}) 2025-03-21T20:22:16.7150047Z %view_41 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_39, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:16.7151580Z %linear_57 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%view_41, %p_projection_layers_3_attn_output_proj_weight), kwargs = {}) 2025-03-21T20:22:16.7153254Z %tanh_10 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_3_sa_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7154599Z %mul_14 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_57, %tanh_10), kwargs = {}) 2025-03-21T20:22:16.7155787Z %add_20 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_14, %to_60), kwargs = {}) 2025-03-21T20:22:16.7157263Z %to_63 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_20, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7158906Z %to_64 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_3_mlp_norm_weight, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7160420Z %to_65 : [num_users=1] = call_function[target=torch.ops.aten.to.dtype](args = (%p_projection_layers_3_mlp_norm_bias, torch.float32), kwargs = {}) 2025-03-21T20:22:16.7161890Z %layer_norm_21 : [num_users=1] = call_function[target=torch.ops.aten.layer_norm.default](args = (%to_63, [768], %to_64, %to_65), kwargs = {}) 2025-03-21T20:22:16.7163267Z %type_as_21 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm_21, %to_63), kwargs = {}) 2025-03-21T20:22:16.7164894Z %linear_58 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%type_as_21, %p_projection_layers_3_mlp_w1_weight, %p_projection_layers_3_mlp_w1_bias), kwargs = {}) 2025-03-21T20:22:16.7166518Z %gelu_9 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_58,), kwargs = {}) 2025-03-21T20:22:16.7168061Z %linear_59 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%gelu_9, %p_projection_layers_3_mlp_w2_weight, %p_projection_layers_3_mlp_w2_bias), kwargs = {}) 2025-03-21T20:22:16.7169731Z %tanh_11 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_projection_layers_3_mlp_scale_scale,), kwargs = {}) 2025-03-21T20:22:16.7171052Z %mul_15 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_59, %tanh_11), kwargs = {}) 2025-03-21T20:22:16.7172277Z %add_21 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_63, %mul_15), kwargs = {}) 2025-03-21T20:22:16.7173562Z %view_42 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%add_21, [1, 1, %sym_size_int_10, 257, 768]), kwargs = {}) 2025-03-21T20:22:16.7174978Z %stack : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%reshape_6, %reshape_7, %reshape_8], -1), kwargs = {}) 2025-03-21T20:22:16.7176393Z %view_43 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack, [1, 1, %sym_size_int_10, 257, -1]), kwargs = {}) 2025-03-21T20:22:16.7177702Z %cat_1 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%view_42, %view_43], -1), kwargs = {}) 2025-03-21T20:22:16.7179197Z %linear_60 : [num_users=1] = call_function[target=torch.ops.aten.linear.default](args = (%cat_1, %p_projection_output_weight, %p_projection_output_bias), kwargs = {}) 2025-03-21T20:22:51.6850285Z %reshape_12 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%linear_60, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:22:51.6852260Z return (reshape_12,) 2025-03-21T20:22:51.6856103Z /opt/conda/envs/py_3.10/lib/python3.10/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 /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:22:51.6858251Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:22:51.6858961Z [INFO 2025-03-21 20:22:51,683 utils.py:70] Exported graph: 2025-03-21T20:22:51.6859544Z ExportedProgram: 2025-03-21T20:22:51.6860058Z class GraphModule(torch.nn.Module): 2025-03-21T20:22:51.6894279Z def forward(self, p_clip_pre_tile_pos_embed_embedding: "f32[4, 4, 1, 768]", p_clip_pre_tile_pos_embed_gate: "f32[1]", p_clip_cls_token_embedding_weight: "f32[768]", p_clip_token_pos_embedding_local_token_positional_embedding: "f32[257, 768]", p_clip_token_pos_embedding_gate: "f32[1]", p_clip_token_pos_embedding_global_token_positional_embedding: "f32[4, 4, 257, 768]", p_clip_ln_pre_weight: "f32[768]", p_clip_ln_pre_bias: "f32[768]", p_clip_layers_0_sa_norm_weight: "f32[768]", p_clip_layers_0_sa_norm_bias: "f32[768]", p_clip_layers_0_mlp_norm_weight: "f32[768]", p_clip_layers_0_mlp_norm_bias: "f32[768]", p_clip_layers_0_attn_q_proj_weight: "f32[768, 768]", p_clip_layers_0_attn_k_proj_weight: "f32[768, 768]", p_clip_layers_0_attn_v_proj_weight: "f32[768, 768]", p_clip_layers_0_attn_output_proj_weight: "f32[768, 768]", p_clip_layers_0_mlp_w1_weight: "f32[3072, 768]", p_clip_layers_0_mlp_w1_bias: "f32[3072]", p_clip_layers_0_mlp_w2_weight: "f32[768, 3072]", p_clip_layers_0_mlp_w2_bias: "f32[768]", p_clip_layers_1_sa_norm_weight: "f32[768]", p_clip_layers_1_sa_norm_bias: "f32[768]", p_clip_layers_1_mlp_norm_weight: "f32[768]", p_clip_layers_1_mlp_norm_bias: "f32[768]", p_clip_layers_1_attn_q_proj_weight: "f32[768, 768]", p_clip_layers_1_attn_k_proj_weight: "f32[768, 768]", p_clip_layers_1_attn_v_proj_weight: "f32[768, 768]", p_clip_layers_1_attn_output_proj_weight: "f32[768, 768]", p_clip_layers_1_mlp_w1_weight: "f32[3072, 768]", p_clip_layers_1_mlp_w1_bias: "f32[3072]", p_clip_layers_1_mlp_w2_weight: "f32[768, 3072]", p_clip_layers_1_mlp_w2_bias: "f32[768]", p_clip_layers_2_sa_norm_weight: "f32[768]", p_clip_layers_2_sa_norm_bias: "f32[768]", p_clip_layers_2_mlp_norm_weight: "f32[768]", p_clip_layers_2_mlp_norm_bias: "f32[768]", p_clip_layers_2_attn_q_proj_weight: "f32[768, 768]", p_clip_layers_2_attn_k_proj_weight: "f32[768, 768]", p_clip_layers_2_attn_v_proj_weight: "f32[768, 768]", p_clip_layers_2_attn_output_proj_weight: "f32[768, 768]", p_clip_layers_2_mlp_w1_weight: "f32[3072, 768]", p_clip_layers_2_mlp_w1_bias: "f32[3072]", p_clip_layers_2_mlp_w2_weight: "f32[768, 3072]", p_clip_layers_2_mlp_w2_bias: "f32[768]", p_clip_layers_3_sa_norm_weight: "f32[768]", p_clip_layers_3_sa_norm_bias: "f32[768]", p_clip_layers_3_mlp_norm_weight: "f32[768]", p_clip_layers_3_mlp_norm_bias: "f32[768]", p_clip_layers_3_attn_q_proj_weight: "f32[768, 768]", p_clip_layers_3_attn_k_proj_weight: "f32[768, 768]", p_clip_layers_3_attn_v_proj_weight: "f32[768, 768]", p_clip_layers_3_attn_output_proj_weight: "f32[768, 768]", p_clip_layers_3_mlp_w1_weight: "f32[3072, 768]", p_clip_layers_3_mlp_w1_bias: "f32[3072]", p_clip_layers_3_mlp_w2_weight: "f32[768, 3072]", p_clip_layers_3_mlp_w2_bias: "f32[768]", p_clip_layers_4_sa_norm_weight: "f32[768]", p_clip_layers_4_sa_norm_bias: "f32[768]", p_clip_layers_4_mlp_norm_weight: "f32[768]", p_clip_layers_4_mlp_norm_bias: "f32[768]", p_clip_layers_4_attn_q_proj_weight: "f32[768, 768]", p_clip_layers_4_attn_k_proj_weight: "f32[768, 768]", p_clip_layers_4_attn_v_proj_weight: "f32[768, 768]", p_clip_layers_4_attn_output_proj_weight: "f32[768, 768]", p_clip_layers_4_mlp_w1_weight: "f32[3072, 768]", p_clip_layers_4_mlp_w1_bias: "f32[3072]", p_clip_layers_4_mlp_w2_weight: "f32[768, 3072]", p_clip_layers_4_mlp_w2_bias: "f32[768]", p_clip_layers_5_sa_norm_weight: "f32[768]", p_clip_layers_5_sa_norm_bias: "f32[768]", p_clip_layers_5_mlp_norm_weight: "f32[768]", p_clip_layers_5_mlp_norm_bias: "f32[768]", p_clip_layers_5_attn_q_proj_weight: "f32[768, 768]", p_clip_layers_5_attn_k_proj_weight: "f32[768, 768]", p_clip_layers_5_attn_v_proj_weight: "f32[768, 768]", p_clip_layers_5_attn_output_proj_weight: "f32[768, 768]", p_clip_layers_5_mlp_w1_weight: "f32[3072, 768]", p_clip_layers_5_mlp_w1_bias: "f32[3072]", p_clip_layers_5_mlp_w2_weight: "f32[768, 3072]", p_clip_layers_5_mlp_w2_bias: "f32[768]", p_clip_ln_post_weight: "f32[768]", p_clip_ln_post_bias: "f32[768]", p_clip_post_tile_pos_embed_embedding: "f32[4, 4, 1, 768]", p_clip_post_tile_pos_embed_gate: "f32[1]", p_clip_conv_weight: "f32[768, 3, 14, 14]", p_projection_layers_0_sa_norm_weight: "f32[768]", p_projection_layers_0_sa_norm_bias: "f32[768]", p_projection_layers_0_sa_scale_scale: "f32[1]", p_projection_layers_0_mlp_norm_weight: "f32[768]", p_projection_layers_0_mlp_norm_bias: "f32[768]", p_projection_layers_0_mlp_scale_scale: "f32[1]", p_projection_layers_0_attn_q_proj_weight: "f32[768, 768]", p_projection_layers_0_attn_k_proj_weight: "f32[768, 768]", p_projection_layers_0_attn_v_proj_weight: "f32[768, 768]", p_projection_layers_0_attn_output_proj_weight: "f32[768, 768]", p_projection_layers_0_mlp_w1_weight: "f32[3072, 768]", p_projection_layers_0_mlp_w1_bias: "f32[3072]", p_projection_layers_0_mlp_w2_weight: "f32[768, 3072]", p_projection_layers_0_mlp_w2_bias: "f32[768]", p_projection_layers_1_sa_norm_weight: "f32[768]", p_projection_layers_1_sa_norm_bias: "f32[768]", p_projection_layers_1_sa_scale_scale: "f32[1]", p_projection_layers_1_mlp_norm_weight: "f32[768]", p_projection_layers_1_mlp_norm_bias: "f32[768]", p_projection_layers_1_mlp_scale_scale: "f32[1]", p_projection_layers_1_attn_q_proj_weight: "f32[768, 768]", p_projection_layers_1_attn_k_proj_weight: "f32[768, 768]", p_projection_layers_1_attn_v_proj_weight: "f32[768, 768]", p_projection_layers_1_attn_output_proj_weight: "f32[768, 768]", p_projection_layers_1_mlp_w1_weight: "f32[3072, 768]", p_projection_layers_1_mlp_w1_bias: "f32[3072]", p_projection_layers_1_mlp_w2_weight: "f32[768, 3072]", p_projection_layers_1_mlp_w2_bias: "f32[768]", p_projection_layers_2_sa_norm_weight: "f32[768]", p_projection_layers_2_sa_norm_bias: "f32[768]", p_projection_layers_2_sa_scale_scale: "f32[1]", p_projection_layers_2_mlp_norm_weight: "f32[768]", p_projection_layers_2_mlp_norm_bias: "f32[768]", p_projection_layers_2_mlp_scale_scale: "f32[1]", p_projection_layers_2_attn_q_proj_weight: "f32[768, 768]", p_projection_layers_2_attn_k_proj_weight: "f32[768, 768]", p_projection_layers_2_attn_v_proj_weight: "f32[768, 768]", p_projection_layers_2_attn_output_proj_weight: "f32[768, 768]", p_projection_layers_2_mlp_w1_weight: "f32[3072, 768]", p_projection_layers_2_mlp_w1_bias: "f32[3072]", p_projection_layers_2_mlp_w2_weight: "f32[768, 3072]", p_projection_layers_2_mlp_w2_bias: "f32[768]", p_projection_layers_3_sa_norm_weight: "f32[768]", p_projection_layers_3_sa_norm_bias: "f32[768]", p_projection_layers_3_sa_scale_scale: "f32[1]", p_projection_layers_3_mlp_norm_weight: "f32[768]", p_projection_layers_3_mlp_norm_bias: "f32[768]", p_projection_layers_3_mlp_scale_scale: "f32[1]", p_projection_layers_3_attn_q_proj_weight: "f32[768, 768]", p_projection_layers_3_attn_k_proj_weight: "f32[768, 768]", p_projection_layers_3_attn_v_proj_weight: "f32[768, 768]", p_projection_layers_3_attn_output_proj_weight: "f32[768, 768]", p_projection_layers_3_mlp_w1_weight: "f32[3072, 768]", p_projection_layers_3_mlp_w1_bias: "f32[3072]", p_projection_layers_3_mlp_w2_weight: "f32[768, 3072]", p_projection_layers_3_mlp_w2_bias: "f32[768]", p_projection_output_weight: "f32[1024, 3072]", p_projection_output_bias: "f32[1024]", _lifted_tensor_constant0: "i64[]", images: "f32[1, 1, s0, 3, 224, 224]", aspect_ratio: "i64[1, 1, 2]"): 2025-03-21T20:22:51.6927181Z # 2025-03-21T20:22:51.6927866Z sym_size: "Sym(s0)" = torch.ops.aten.sym_size.int(images, 2) 2025-03-21T20:22:51.6928612Z 2025-03-21T20:22:51.6929829Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:359 in forward, code: images = images.reshape(bsz_and_n_imgs * n_tiles, nch, w, h) 2025-03-21T20:22:51.6932176Z aten_view_copy_default: "f32[s0, 3, 224, 224]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(images, [sym_size, 3, 224, 224]); images = None 2025-03-21T20:22:51.6933331Z 2025-03-21T20:22:51.6934730Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:360 in forward, code: aspect_ratio = aspect_ratio.reshape(bsz_and_n_imgs, 2) 2025-03-21T20:22:51.6936657Z aten_view_copy_default_1: "i64[1, 2]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aspect_ratio, [1, 2]); aspect_ratio = None 2025-03-21T20:22:51.6937734Z 2025-03-21T20:22:51.6938878Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:367 in forward, code: x = self.conv(images) 2025-03-21T20:22:51.6941081Z aten_convolution_default: "f32[s0, 768, 16, 16]" = executorch_exir_dialects_edge__ops_aten_convolution_default(aten_view_copy_default, p_clip_conv_weight, None, [14, 14], [0, 0], [1, 1], False, [0, 0], 1); aten_view_copy_default = p_clip_conv_weight = None 2025-03-21T20:22:51.6942642Z 2025-03-21T20:22:51.6944070Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:370 in forward, code: x = x.reshape(bsz_and_n_imgs, n_tiles, -1, self.patches_per_tile).permute( 2025-03-21T20:22:51.6946387Z aten_view_copy_default_2: "f32[1, s0, 768, 256]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_convolution_default, [1, sym_size, -1, 256]); aten_convolution_default = None 2025-03-21T20:22:51.6948421Z aten_permute_copy_default: "f32[1, s0, 256, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_2, [0, 1, 3, 2]); aten_view_copy_default_2 = None 2025-03-21T20:22:51.6949835Z 2025-03-21T20:22:51.6950983Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_dynamo/polyfills/builtins.py:53 in enumerate, code: for x in iterable: 2025-03-21T20:22:51.6952446Z aten_select_copy_int: "i64[2]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_1, 0, 0) 2025-03-21T20:22:51.6953404Z 2025-03-21T20:22:51.6954737Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:178 in forward, code: for batch_idx, (n_tiles_h, n_tiles_w) in enumerate(aspect_ratio): 2025-03-21T20:22:51.6956696Z aten_select_copy_int_1: "i64[]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int, 0, 0) 2025-03-21T20:22:51.6958171Z aten_select_copy_int_2: "i64[]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int, 0, 1); aten_select_copy_int = None 2025-03-21T20:22:51.6959195Z 2025-03-21T20:22:51.6960341Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:182 in forward, code: n_tiles_h = n_tiles_h.item() 2025-03-21T20:22:51.6962167Z _local_scalar_dense: "Sym(u72)" = torch.ops.aten._local_scalar_dense.default(aten_select_copy_int_1); aten_select_copy_int_1 = None 2025-03-21T20:22:51.6963210Z 2025-03-21T20:22:51.6963573Z # 2025-03-21T20:22:51.6964519Z sym_constrain_range_for_size = torch.ops.aten.sym_constrain_range_for_size.default(_local_scalar_dense); sym_constrain_range_for_size = None 2025-03-21T20:22:51.6965538Z 2025-03-21T20:22:51.6966934Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:182 in forward, code: n_tiles_h = n_tiles_h.item() 2025-03-21T20:22:51.6968634Z ge: "Sym(u72 >= 1)" = _local_scalar_dense >= 1 2025-03-21T20:22:51.6969807Z _assert_scalar = torch.ops.aten._assert_scalar.default(ge, "Runtime assertion failed for expression u0 >= 1 on node 'ge_88'"); ge = _assert_scalar = None 2025-03-21T20:22:51.6971003Z le: "Sym(u72 <= 4)" = _local_scalar_dense <= 4 2025-03-21T20:22:51.6972371Z _assert_scalar_1 = torch.ops.aten._assert_scalar.default(le, "Runtime assertion failed for expression u0 <= 4 on node 'le_6'"); le = _assert_scalar_1 = None 2025-03-21T20:22:51.6973565Z 2025-03-21T20:22:51.6974928Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:183 in forward, code: n_tiles_w = n_tiles_w.item() 2025-03-21T20:22:51.6976817Z _local_scalar_dense_1: "Sym(u73)" = torch.ops.aten._local_scalar_dense.default(aten_select_copy_int_2); aten_select_copy_int_2 = None 2025-03-21T20:22:51.6978021Z 2025-03-21T20:22:51.6978386Z # 2025-03-21T20:22:51.6979337Z sym_constrain_range_for_size_1 = torch.ops.aten.sym_constrain_range_for_size.default(_local_scalar_dense_1); sym_constrain_range_for_size_1 = None 2025-03-21T20:22:51.6980383Z 2025-03-21T20:22:51.6985589Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:183 in forward, code: n_tiles_w = n_tiles_w.item() 2025-03-21T20:22:51.6987399Z ge_1: "Sym(u73 >= 1)" = _local_scalar_dense_1 >= 1 2025-03-21T20:22:51.6988650Z _assert_scalar_2 = torch.ops.aten._assert_scalar.default(ge_1, "Runtime assertion failed for expression u1 >= 1 on node 'ge_89'"); ge_1 = _assert_scalar_2 = None 2025-03-21T20:22:51.6989961Z le_1: "Sym(u73 <= 4)" = _local_scalar_dense_1 <= 4 2025-03-21T20:22:51.6991320Z _assert_scalar_3 = torch.ops.aten._assert_scalar.default(le_1, "Runtime assertion failed for expression u1 <= 4 on node 'le_7'"); le_1 = _assert_scalar_3 = None 2025-03-21T20:22:51.6992574Z 2025-03-21T20:22:51.6993072Z # 2025-03-21T20:22:51.6993659Z mul: "Sym(u72*u73)" = _local_scalar_dense * _local_scalar_dense_1 2025-03-21T20:22:51.6994291Z add: "Sym(s0 + 1)" = 1 + sym_size 2025-03-21T20:22:51.6994819Z lt: "Sym(u72*u73 < s0 + 1)" = mul < add 2025-03-21T20:22:51.6995948Z _assert_scalar_4 = torch.ops.aten._assert_scalar.default(lt, "Runtime assertion failed for expression u0*u1 < s0 + 1 on node 'lt_187'"); lt = _assert_scalar_4 = None 2025-03-21T20:22:51.6997041Z 2025-03-21T20:22:51.6998112Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5209 in pad, code: return torch._C._nn.pad(input, pad, mode, value) 2025-03-21T20:22:51.7000260Z aten_constant_pad_nd_default: "f32[5, 5, 1, 768]" = executorch_exir_dialects_edge__ops_aten_constant_pad_nd_default(p_clip_pre_tile_pos_embed_embedding, [0, 0, 0, 0, 0, 1, 0, 1], 0.0); p_clip_pre_tile_pos_embed_embedding = None 2025-03-21T20:22:51.7001773Z 2025-03-21T20:22:51.7003254Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:197 in forward, code: pos_embed = padded_embedding[:n_tiles_h, :n_tiles_w, :, :] 2025-03-21T20:22:51.7005732Z aten_slice_copy_tensor: "f32[u72, 5, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_constant_pad_nd_default, 0, 0, _local_scalar_dense); aten_constant_pad_nd_default = _local_scalar_dense = None 2025-03-21T20:22:51.7008181Z aten_slice_copy_tensor_1: "f32[u72, u73, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor, 1, 0, _local_scalar_dense_1); aten_slice_copy_tensor = _local_scalar_dense_1 = None 2025-03-21T20:22:51.7010366Z aten_slice_copy_tensor_2: "f32[u72, u73, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_1, 2, 0, 9223372036854775807); aten_slice_copy_tensor_1 = None 2025-03-21T20:22:51.7013434Z aten_slice_copy_tensor_3: "f32[u72, u73, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_2, 3, 0, 9223372036854775807); aten_slice_copy_tensor_2 = None 2025-03-21T20:22:51.7014795Z 2025-03-21T20:22:51.7016232Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:202 in forward, code: pos_embed = pos_embed.clone() 2025-03-21T20:22:51.7018625Z aten_clone_default: "f32[u72, u73, 1, 768]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_slice_copy_tensor_3); aten_slice_copy_tensor_3 = None 2025-03-21T20:22:51.7019790Z 2025-03-21T20:22:51.7021447Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:203 in forward, code: pos_embed = pos_embed.reshape(n_non_padded_tiles, 1, self.embed_dim) 2025-03-21T20:22:51.7023771Z aten_view_copy_default_3: "f32[u72*u73, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default, [mul, 1, 768]); aten_clone_default = None 2025-03-21T20:22:51.7025214Z 2025-03-21T20:22:51.7026292Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5209 in pad, code: return torch._C._nn.pad(input, pad, mode, value) 2025-03-21T20:22:51.7028490Z aten_constant_pad_nd_default_1: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_constant_pad_nd_default(aten_permute_copy_default, [0, 0, 0, 0, 0, 1, 0, 0], 0.0); aten_permute_copy_default = None 2025-03-21T20:22:51.7030047Z 2025-03-21T20:22:51.7032556Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:208 in forward, code: x[batch_idx, :n_non_padded_tiles, :, :] += pos_embed * self.gate.tanh() 2025-03-21T20:22:51.7034945Z aten_select_copy_int_3: "f32[s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_constant_pad_nd_default_1, 0, 0) 2025-03-21T20:22:51.7036934Z aten_slice_copy_tensor_4: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_3, 0, 0, mul); aten_select_copy_int_3 = None 2025-03-21T20:22:51.7039037Z aten_slice_copy_tensor_5: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_4, 1, 0, 9223372036854775807); aten_slice_copy_tensor_4 = None 2025-03-21T20:22:51.7041125Z aten_slice_copy_tensor_6: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_5, 2, 0, 9223372036854775807); aten_slice_copy_tensor_5 = None 2025-03-21T20:22:51.7043163Z aten_tanh_default: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_clip_pre_tile_pos_embed_gate); p_clip_pre_tile_pos_embed_gate = None 2025-03-21T20:22:51.7045084Z aten_mul_tensor: "f32[u72*u73, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_3, aten_tanh_default); aten_view_copy_default_3 = aten_tanh_default = None 2025-03-21T20:22:51.7047342Z aten_add_tensor: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_slice_copy_tensor_6, aten_mul_tensor); aten_slice_copy_tensor_6 = aten_mul_tensor = None 2025-03-21T20:22:51.7049208Z aten_select_copy_int_4: "f32[s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_constant_pad_nd_default_1, 0, 0) 2025-03-21T20:22:51.7050876Z aten_slice_copy_tensor_7: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_4, 0, 0, mul) 2025-03-21T20:22:51.7052968Z aten_slice_copy_tensor_8: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_7, 1, 0, 9223372036854775807) 2025-03-21T20:22:51.7055089Z aten_slice_scatter_default: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_8, aten_add_tensor, 2, 0, 9223372036854775807); aten_slice_copy_tensor_8 = aten_add_tensor = None 2025-03-21T20:22:51.7057868Z aten_slice_scatter_default_1: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_7, aten_slice_scatter_default, 1, 0, 9223372036854775807); aten_slice_copy_tensor_7 = aten_slice_scatter_default = None 2025-03-21T20:22:51.7061932Z aten_slice_scatter_default_2: "f32[s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_select_copy_int_4, aten_slice_scatter_default_1, 0, 0, mul); aten_select_copy_int_4 = aten_slice_scatter_default_1 = None 2025-03-21T20:22:51.7064381Z aten_arange_start_step: "i64[1]" = executorch_exir_dialects_edge__ops_aten_arange_start_step(0, 1, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:22:51.7066207Z aten_view_copy_default_4: "i64[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_arange_start_step, [-1, 1, 1, 1]); aten_arange_start_step = None 2025-03-21T20:22:51.7067949Z aten_eq_scalar: "b8[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_4, 0); aten_view_copy_default_4 = None 2025-03-21T20:22:51.7069943Z aten_unsqueeze_copy_default: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_slice_scatter_default_2, 0); aten_slice_scatter_default_2 = None 2025-03-21T20:22:51.7073284Z aten_expand_copy_default: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_unsqueeze_copy_default, [1, add, 256, 768]); aten_unsqueeze_copy_default = None 2025-03-21T20:22:51.7075811Z aten_where_self: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_eq_scalar, aten_expand_copy_default, aten_constant_pad_nd_default_1); aten_eq_scalar = aten_expand_copy_default = aten_constant_pad_nd_default_1 = None 2025-03-21T20:22:51.7093328Z aten_select_copy_int_5: "f32[s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self, 0, 0) 2025-03-21T20:22:51.7095458Z aten_slice_copy_tensor_9: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_5, 0, 0, mul); aten_select_copy_int_5 = None 2025-03-21T20:22:51.7097544Z aten_slice_copy_tensor_10: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_9, 1, 0, 9223372036854775807); aten_slice_copy_tensor_9 = None 2025-03-21T20:22:51.7099533Z aten_slice_copy_tensor_11: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_10, 2, 0, 9223372036854775807); aten_slice_copy_tensor_10 = None 2025-03-21T20:22:51.7101263Z aten_select_copy_int_6: "f32[s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self, 0, 0) 2025-03-21T20:22:51.7104817Z aten_slice_copy_tensor_12: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_6, 0, 0, mul); aten_select_copy_int_6 = None 2025-03-21T20:22:51.7106841Z aten_slice_copy_tensor_13: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_12, 1, 0, 9223372036854775807); aten_slice_copy_tensor_12 = None 2025-03-21T20:22:51.7109031Z aten_slice_copy_tensor_14: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_13, 2, 0, 9223372036854775807); aten_slice_copy_tensor_13 = None 2025-03-21T20:22:51.7112184Z aten_copy_default: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_copy_default(aten_slice_copy_tensor_14, aten_slice_copy_tensor_11); aten_slice_copy_tensor_14 = aten_slice_copy_tensor_11 = None 2025-03-21T20:22:51.7114144Z aten_select_copy_int_7: "f32[s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self, 0, 0) 2025-03-21T20:22:51.7115727Z aten_slice_copy_tensor_15: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_7, 0, 0, mul) 2025-03-21T20:22:51.7118055Z aten_slice_copy_tensor_16: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_15, 1, 0, 9223372036854775807) 2025-03-21T20:22:51.7120604Z aten_slice_scatter_default_3: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_16, aten_copy_default, 2, 0, 9223372036854775807); aten_slice_copy_tensor_16 = aten_copy_default = None 2025-03-21T20:22:51.7123584Z aten_slice_scatter_default_4: "f32[u72*u73, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_15, aten_slice_scatter_default_3, 1, 0, 9223372036854775807); aten_slice_copy_tensor_15 = aten_slice_scatter_default_3 = None 2025-03-21T20:22:51.7126592Z aten_slice_scatter_default_5: "f32[s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_select_copy_int_7, aten_slice_scatter_default_4, 0, 0, mul); aten_select_copy_int_7 = aten_slice_scatter_default_4 = mul = None 2025-03-21T20:22:51.7128908Z aten_arange_start_step_1: "i64[1]" = executorch_exir_dialects_edge__ops_aten_arange_start_step(0, 1, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:22:51.7131013Z aten_view_copy_default_5: "i64[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_arange_start_step_1, [-1, 1, 1, 1]); aten_arange_start_step_1 = None 2025-03-21T20:22:51.7132912Z aten_eq_scalar_1: "b8[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_5, 0); aten_view_copy_default_5 = None 2025-03-21T20:22:51.7134807Z aten_unsqueeze_copy_default_1: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_slice_scatter_default_5, 0); aten_slice_scatter_default_5 = None 2025-03-21T20:22:51.7136966Z aten_expand_copy_default_1: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_unsqueeze_copy_default_1, [1, add, 256, 768]); aten_unsqueeze_copy_default_1 = None 2025-03-21T20:22:51.7139366Z aten_where_self_1: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_eq_scalar_1, aten_expand_copy_default_1, aten_where_self); aten_eq_scalar_1 = aten_expand_copy_default_1 = aten_where_self = None 2025-03-21T20:22:51.7141831Z 2025-03-21T20:22:51.7143523Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:439 in forward, code: cls_emb = self.weight.broadcast_to(bsz_and_n_imgs, n_tiles, 1, embed_dim) 2025-03-21T20:22:51.7146008Z aten_expand_copy_default_2: "f32[1, s0, 1, 768]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(p_clip_cls_token_embedding_weight, [1, sym_size, 1, 768]); p_clip_cls_token_embedding_weight = None 2025-03-21T20:22:51.7147338Z 2025-03-21T20:22:51.7148576Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:443 in forward, code: else torch.cat([cls_emb, x], dim=2) 2025-03-21T20:22:51.7150587Z aten_slice_copy_tensor_17: "f32[1, s0 + 1, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_where_self_1, 0, 0, 9223372036854775807); aten_where_self_1 = None 2025-03-21T20:22:51.7152815Z aten_slice_copy_tensor_18: "f32[1, s0, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_17, 1, 0, sym_size); aten_slice_copy_tensor_17 = None 2025-03-21T20:22:51.7155514Z aten_slice_copy_tensor_19: "f32[1, s0, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_18, 2, 0, 9223372036854775807); aten_slice_copy_tensor_18 = None 2025-03-21T20:22:51.7181424Z aten_slice_copy_tensor_20: "f32[1, s0, 256, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_19, 3, 0, 9223372036854775807); aten_slice_copy_tensor_19 = None 2025-03-21T20:22:51.7183872Z aten_cat_default: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_expand_copy_default_2, aten_slice_copy_tensor_20], 2); aten_expand_copy_default_2 = aten_slice_copy_tensor_20 = None 2025-03-21T20:22:51.7185342Z 2025-03-21T20:22:51.7188006Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:616 in forward, code: x = x + (self.local_token_positional_embedding * (1 - self.gate.tanh())) 2025-03-21T20:22:51.7190039Z aten_tanh_default_1: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_clip_token_pos_embedding_gate) 2025-03-21T20:22:51.7191766Z aten_sub_tensor: "f32[1]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(_lifted_tensor_constant0, aten_tanh_default_1); _lifted_tensor_constant0 = aten_tanh_default_1 = None 2025-03-21T20:22:51.7194277Z aten_mul_tensor_1: "f32[257, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(p_clip_token_pos_embedding_local_token_positional_embedding, aten_sub_tensor); p_clip_token_pos_embedding_local_token_positional_embedding = aten_sub_tensor = None 2025-03-21T20:22:51.7196564Z aten_add_tensor_1: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_cat_default, aten_mul_tensor_1); aten_cat_default = aten_mul_tensor_1 = None 2025-03-21T20:22:51.7197852Z 2025-03-21T20:22:51.7199344Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:619 in forward, code: x = x.view(bsz_and_n_imgs, n_tiles, n_tokens_per_tile, embed_dim) 2025-03-21T20:22:51.7201594Z aten_view_copy_default_6: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_add_tensor_1, [1, sym_size, 257, 768]); aten_add_tensor_1 = None 2025-03-21T20:22:51.7202972Z 2025-03-21T20:22:51.7204086Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_dynamo/polyfills/builtins.py:53 in enumerate, code: for x in iterable: 2025-03-21T20:22:51.7205664Z aten_select_copy_int_8: "i64[2]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_1, 0, 0) 2025-03-21T20:22:51.7206792Z 2025-03-21T20:22:51.7208329Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:620 in forward, code: for batch_idx, (n_tiles_h, n_tiles_w) in enumerate(aspect_ratio): 2025-03-21T20:22:51.7210459Z aten_select_copy_int_9: "i64[]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_8, 0, 0) 2025-03-21T20:22:51.7212021Z aten_select_copy_int_10: "i64[]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_8, 0, 1); aten_select_copy_int_8 = None 2025-03-21T20:22:51.7213194Z 2025-03-21T20:22:51.7214528Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:624 in forward, code: n_tiles_h = n_tiles_h.item() 2025-03-21T20:22:51.7217657Z _local_scalar_dense_2: "Sym(u74)" = torch.ops.aten._local_scalar_dense.default(aten_select_copy_int_9); aten_select_copy_int_9 = None 2025-03-21T20:22:51.7218672Z 2025-03-21T20:22:51.7219174Z # 2025-03-21T20:22:51.7220179Z sym_constrain_range_for_size_2 = torch.ops.aten.sym_constrain_range_for_size.default(_local_scalar_dense_2); sym_constrain_range_for_size_2 = None 2025-03-21T20:22:51.7221374Z 2025-03-21T20:22:51.7222679Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:624 in forward, code: n_tiles_h = n_tiles_h.item() 2025-03-21T20:22:51.7224053Z ge_2: "Sym(u74 >= 1)" = _local_scalar_dense_2 >= 1 2025-03-21T20:22:51.7225633Z _assert_scalar_5 = torch.ops.aten._assert_scalar.default(ge_2, "Runtime assertion failed for expression u2 >= 1 on node 'ge_90'"); ge_2 = _assert_scalar_5 = None 2025-03-21T20:22:51.7226999Z le_2: "Sym(u74 <= 4)" = _local_scalar_dense_2 <= 4 2025-03-21T20:22:51.7228219Z _assert_scalar_6 = torch.ops.aten._assert_scalar.default(le_2, "Runtime assertion failed for expression u2 <= 4 on node 'le_8'"); le_2 = _assert_scalar_6 = None 2025-03-21T20:22:51.7229291Z 2025-03-21T20:22:51.7229743Z # 2025-03-21T20:22:51.7230253Z gt: "Sym(u74 > 0)" = _local_scalar_dense_2 > 0 2025-03-21T20:22:51.7231687Z _assert_scalar_7 = torch.ops.aten._assert_scalar.default(gt, "Runtime assertion failed for expression 0 < u2 on node 'gt_2'"); gt = _assert_scalar_7 = None 2025-03-21T20:22:51.7233185Z 2025-03-21T20:22:51.7234446Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:625 in forward, code: n_tiles_w = n_tiles_w.item() 2025-03-21T20:22:51.7236422Z _local_scalar_dense_3: "Sym(u75)" = torch.ops.aten._local_scalar_dense.default(aten_select_copy_int_10); aten_select_copy_int_10 = None 2025-03-21T20:22:51.7237565Z 2025-03-21T20:22:51.7238014Z # 2025-03-21T20:22:51.7239062Z sym_constrain_range_for_size_3 = torch.ops.aten.sym_constrain_range_for_size.default(_local_scalar_dense_3); sym_constrain_range_for_size_3 = None 2025-03-21T20:22:51.7240244Z 2025-03-21T20:22:51.7241600Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:625 in forward, code: n_tiles_w = n_tiles_w.item() 2025-03-21T20:22:51.7243093Z ge_3: "Sym(u75 >= 1)" = _local_scalar_dense_3 >= 1 2025-03-21T20:22:51.7244523Z _assert_scalar_8 = torch.ops.aten._assert_scalar.default(ge_3, "Runtime assertion failed for expression u3 >= 1 on node 'ge_91'"); ge_3 = _assert_scalar_8 = None 2025-03-21T20:22:51.7245819Z le_3: "Sym(u75 <= 4)" = _local_scalar_dense_3 <= 4 2025-03-21T20:22:51.7248159Z _assert_scalar_9 = torch.ops.aten._assert_scalar.default(le_3, "Runtime assertion failed for expression u3 <= 4 on node 'le_9'"); le_3 = _assert_scalar_9 = None 2025-03-21T20:22:51.7249330Z 2025-03-21T20:22:51.7249756Z # 2025-03-21T20:22:51.7250270Z gt_1: "Sym(u75 > 0)" = _local_scalar_dense_3 > 0 2025-03-21T20:22:51.7251607Z _assert_scalar_10 = torch.ops.aten._assert_scalar.default(gt_1, "Runtime assertion failed for expression 0 < u3 on node 'gt_3'"); gt_1 = _assert_scalar_10 = None 2025-03-21T20:22:51.7252925Z mul_1: "Sym(u74*u75)" = _local_scalar_dense_2 * _local_scalar_dense_3 2025-03-21T20:22:51.7253618Z lt_1: "Sym(u74*u75 < 5)" = mul_1 < 5 2025-03-21T20:22:51.7254761Z _assert_scalar_11 = torch.ops.aten._assert_scalar.default(lt_1, "Runtime assertion failed for expression u2*u3 < 5 on node 'lt_188'"); lt_1 = _assert_scalar_11 = None 2025-03-21T20:22:51.7255904Z lt_2: "Sym(u74*u75 < s0 + 1)" = mul_1 < add 2025-03-21T20:22:51.7257110Z _assert_scalar_12 = torch.ops.aten._assert_scalar.default(lt_2, "Runtime assertion failed for expression u2*u3 < s0 + 1 on node 'lt_189'"); lt_2 = _assert_scalar_12 = None 2025-03-21T20:22:51.7258856Z 2025-03-21T20:22:51.7260131Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5209 in pad, code: return torch._C._nn.pad(input, pad, mode, value) 2025-03-21T20:22:51.7262913Z aten_constant_pad_nd_default_2: "f32[5, 5, 257, 768]" = executorch_exir_dialects_edge__ops_aten_constant_pad_nd_default(p_clip_token_pos_embedding_global_token_positional_embedding, [0, 0, 0, 0, 0, 1, 0, 1], 0.0); p_clip_token_pos_embedding_global_token_positional_embedding = None 2025-03-21T20:22:51.7264898Z 2025-03-21T20:22:51.7266557Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:639 in forward, code: pos_embed = padded_embedding[:n_tiles_h, :n_tiles_w, :, :] 2025-03-21T20:22:51.7269364Z aten_slice_copy_tensor_21: "f32[u74, 5, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_constant_pad_nd_default_2, 0, 0, _local_scalar_dense_2); aten_constant_pad_nd_default_2 = _local_scalar_dense_2 = None 2025-03-21T20:22:51.7272007Z aten_slice_copy_tensor_22: "f32[u74, u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_21, 1, 0, _local_scalar_dense_3); aten_slice_copy_tensor_21 = _local_scalar_dense_3 = None 2025-03-21T20:22:51.7274178Z aten_slice_copy_tensor_23: "f32[u74, u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_22, 2, 0, 9223372036854775807); aten_slice_copy_tensor_22 = None 2025-03-21T20:22:51.7276582Z aten_slice_copy_tensor_24: "f32[u74, u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_23, 3, 0, 9223372036854775807); aten_slice_copy_tensor_23 = None 2025-03-21T20:22:51.7277913Z 2025-03-21T20:22:51.7279237Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:642 in forward, code: pos_embed = pos_embed.clone() 2025-03-21T20:22:51.7281464Z aten_clone_default_1: "f32[u74, u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_slice_copy_tensor_24); aten_slice_copy_tensor_24 = None 2025-03-21T20:22:51.7282631Z 2025-03-21T20:22:51.7283864Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:643 in forward, code: pos_embed = pos_embed.reshape( 2025-03-21T20:22:51.7285893Z aten_view_copy_default_7: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_1, [mul_1, 257, 768]); aten_clone_default_1 = None 2025-03-21T20:22:51.7287480Z 2025-03-21T20:22:51.7288831Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:646 in forward, code: pos_embed = pos_embed * self.gate.tanh() 2025-03-21T20:22:51.7291141Z aten_tanh_default_2: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_clip_token_pos_embedding_gate); p_clip_token_pos_embedding_gate = None 2025-03-21T20:22:51.7293126Z aten_mul_tensor_2: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_7, aten_tanh_default_2); aten_view_copy_default_7 = aten_tanh_default_2 = None 2025-03-21T20:22:51.7294458Z 2025-03-21T20:22:51.7295686Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5209 in pad, code: return torch._C._nn.pad(input, pad, mode, value) 2025-03-21T20:22:51.7297792Z aten_constant_pad_nd_default_3: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_constant_pad_nd_default(aten_view_copy_default_6, [0, 0, 0, 0, 0, 1, 0, 0], 0.0); aten_view_copy_default_6 = None 2025-03-21T20:22:51.7299681Z 2025-03-21T20:22:51.7301037Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:650 in forward, code: x[batch_idx, :n_non_padded_tiles, :, :] += pos_embed 2025-03-21T20:22:51.7302973Z aten_select_copy_int_11: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_constant_pad_nd_default_3, 0, 0) 2025-03-21T20:22:51.7304770Z aten_slice_copy_tensor_25: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_11, 0, 0, mul_1); aten_select_copy_int_11 = None 2025-03-21T20:22:51.7307111Z aten_slice_copy_tensor_26: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_25, 1, 0, 9223372036854775807); aten_slice_copy_tensor_25 = None 2025-03-21T20:22:51.7309252Z aten_slice_copy_tensor_27: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_26, 2, 0, 9223372036854775807); aten_slice_copy_tensor_26 = None 2025-03-21T20:22:51.7311541Z aten_add_tensor_2: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_slice_copy_tensor_27, aten_mul_tensor_2); aten_slice_copy_tensor_27 = aten_mul_tensor_2 = None 2025-03-21T20:22:51.7313320Z aten_select_copy_int_12: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_constant_pad_nd_default_3, 0, 0) 2025-03-21T20:22:51.7314864Z aten_slice_copy_tensor_28: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_12, 0, 0, mul_1) 2025-03-21T20:22:51.7316532Z aten_slice_copy_tensor_29: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_28, 1, 0, 9223372036854775807) 2025-03-21T20:22:51.7318802Z aten_slice_scatter_default_6: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_29, aten_add_tensor_2, 2, 0, 9223372036854775807); aten_slice_copy_tensor_29 = aten_add_tensor_2 = None 2025-03-21T20:22:51.7321760Z aten_slice_scatter_default_7: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_28, aten_slice_scatter_default_6, 1, 0, 9223372036854775807); aten_slice_copy_tensor_28 = aten_slice_scatter_default_6 = None 2025-03-21T20:22:51.7324868Z aten_slice_scatter_default_8: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_select_copy_int_12, aten_slice_scatter_default_7, 0, 0, mul_1); aten_select_copy_int_12 = aten_slice_scatter_default_7 = None 2025-03-21T20:22:51.7327395Z aten_arange_start_step_2: "i64[1]" = executorch_exir_dialects_edge__ops_aten_arange_start_step(0, 1, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:22:51.7329455Z aten_view_copy_default_8: "i64[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_arange_start_step_2, [-1, 1, 1, 1]); aten_arange_start_step_2 = None 2025-03-21T20:22:51.7331394Z aten_eq_scalar_2: "b8[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_8, 0); aten_view_copy_default_8 = None 2025-03-21T20:22:51.7333322Z aten_unsqueeze_copy_default_2: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_slice_scatter_default_8, 0); aten_slice_scatter_default_8 = None 2025-03-21T20:22:51.7335751Z aten_expand_copy_default_3: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_unsqueeze_copy_default_2, [1, add, 257, 768]); aten_unsqueeze_copy_default_2 = None 2025-03-21T20:22:51.7338606Z aten_where_self_2: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_eq_scalar_2, aten_expand_copy_default_3, aten_constant_pad_nd_default_3); aten_eq_scalar_2 = aten_expand_copy_default_3 = aten_constant_pad_nd_default_3 = None 2025-03-21T20:22:51.7340840Z aten_select_copy_int_13: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self_2, 0, 0) 2025-03-21T20:22:51.7342645Z aten_slice_copy_tensor_30: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_13, 0, 0, mul_1); aten_select_copy_int_13 = None 2025-03-21T20:22:51.7345109Z aten_slice_copy_tensor_31: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_30, 1, 0, 9223372036854775807); aten_slice_copy_tensor_30 = None 2025-03-21T20:22:51.7347177Z aten_slice_copy_tensor_32: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_31, 2, 0, 9223372036854775807); aten_slice_copy_tensor_31 = None 2025-03-21T20:22:51.7348974Z aten_select_copy_int_14: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self_2, 0, 0) 2025-03-21T20:22:51.7350879Z aten_slice_copy_tensor_33: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_14, 0, 0, mul_1); aten_select_copy_int_14 = None 2025-03-21T20:22:51.7352833Z aten_slice_copy_tensor_34: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_33, 1, 0, 9223372036854775807); aten_slice_copy_tensor_33 = None 2025-03-21T20:22:51.7354885Z aten_slice_copy_tensor_35: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_34, 2, 0, 9223372036854775807); aten_slice_copy_tensor_34 = None 2025-03-21T20:22:51.7357274Z aten_copy_default_1: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_copy_default(aten_slice_copy_tensor_35, aten_slice_copy_tensor_32); aten_slice_copy_tensor_35 = aten_slice_copy_tensor_32 = None 2025-03-21T20:22:51.7359170Z aten_select_copy_int_15: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self_2, 0, 0) 2025-03-21T20:22:51.7360766Z aten_slice_copy_tensor_36: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_15, 0, 0, mul_1) 2025-03-21T20:22:51.7362495Z aten_slice_copy_tensor_37: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_36, 1, 0, 9223372036854775807) 2025-03-21T20:22:51.7364809Z aten_slice_scatter_default_9: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_37, aten_copy_default_1, 2, 0, 9223372036854775807); aten_slice_copy_tensor_37 = aten_copy_default_1 = None 2025-03-21T20:22:51.7367795Z aten_slice_scatter_default_10: "f32[u74*u75, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_36, aten_slice_scatter_default_9, 1, 0, 9223372036854775807); aten_slice_copy_tensor_36 = aten_slice_scatter_default_9 = None 2025-03-21T20:22:51.7370756Z aten_slice_scatter_default_11: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_select_copy_int_15, aten_slice_scatter_default_10, 0, 0, mul_1); aten_select_copy_int_15 = aten_slice_scatter_default_10 = mul_1 = None 2025-03-21T20:22:51.7373357Z aten_arange_start_step_3: "i64[1]" = executorch_exir_dialects_edge__ops_aten_arange_start_step(0, 1, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:22:51.7375336Z aten_view_copy_default_9: "i64[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_arange_start_step_3, [-1, 1, 1, 1]); aten_arange_start_step_3 = None 2025-03-21T20:22:51.7377572Z aten_eq_scalar_3: "b8[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_9, 0); aten_view_copy_default_9 = None 2025-03-21T20:22:51.7379500Z aten_unsqueeze_copy_default_3: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_slice_scatter_default_11, 0); aten_slice_scatter_default_11 = None 2025-03-21T20:22:51.7381715Z aten_expand_copy_default_4: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_unsqueeze_copy_default_3, [1, add, 257, 768]); aten_unsqueeze_copy_default_3 = None 2025-03-21T20:22:51.7384020Z aten_where_self_3: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_eq_scalar_3, aten_expand_copy_default_4, aten_where_self_2); aten_eq_scalar_3 = aten_expand_copy_default_4 = aten_where_self_2 = None 2025-03-21T20:22:51.7385540Z 2025-03-21T20:22:51.7386675Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:31 in forward, code: x.float(), 2025-03-21T20:22:51.7388506Z aten_slice_copy_tensor_38: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_where_self_3, 0, 0, 9223372036854775807); aten_where_self_3 = None 2025-03-21T20:22:51.7390678Z aten_slice_copy_tensor_39: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_38, 1, 0, sym_size); aten_slice_copy_tensor_38 = None 2025-03-21T20:22:51.7392832Z aten_slice_copy_tensor_40: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_39, 2, 0, 9223372036854775807); aten_slice_copy_tensor_39 = None 2025-03-21T20:22:51.7395065Z aten_slice_copy_tensor_41: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_40, 3, 0, 9223372036854775807); aten_slice_copy_tensor_40 = None 2025-03-21T20:22:51.7396531Z 2025-03-21T20:22:51.7397674Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7400252Z aten_native_layer_norm_default = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_slice_copy_tensor_41, [768], p_clip_ln_pre_weight, p_clip_ln_pre_bias, 1e-05); aten_slice_copy_tensor_41 = p_clip_ln_pre_weight = p_clip_ln_pre_bias = None 2025-03-21T20:22:51.7402324Z getitem: "f32[1, s0, 257, 768]" = aten_native_layer_norm_default[0]; aten_native_layer_norm_default = None 2025-03-21T20:22:51.7403252Z 2025-03-21T20:22:51.7404665Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:390 in forward, code: x = x.reshape(bsz_and_n_imgs, n_tiles * n_tokens, embed_dim) 2025-03-21T20:22:51.7406261Z mul_2: "Sym(257*s0)" = sym_size * 257 2025-03-21T20:22:51.7407289Z aten_view_copy_default_10: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem, [1, mul_2, 768]); getitem = None 2025-03-21T20:22:51.7408591Z 2025-03-21T20:22:51.7409784Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7412331Z aten_native_layer_norm_default_1 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_view_copy_default_10, [768], p_clip_layers_0_sa_norm_weight, p_clip_layers_0_sa_norm_bias, 1e-05); p_clip_layers_0_sa_norm_weight = p_clip_layers_0_sa_norm_bias = None 2025-03-21T20:22:51.7414538Z getitem_1: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_1[0]; aten_native_layer_norm_default_1 = None 2025-03-21T20:22:51.7416122Z 2025-03-21T20:22:51.7417427Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.7419650Z aten_permute_copy_default_1: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_0_attn_q_proj_weight, [1, 0]); p_clip_layers_0_attn_q_proj_weight = None 2025-03-21T20:22:51.7421569Z aten_view_copy_default_11: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_1, [mul_2, 768]) 2025-03-21T20:22:51.7424075Z aten_mm_default: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_11, aten_permute_copy_default_1); aten_view_copy_default_11 = aten_permute_copy_default_1 = None 2025-03-21T20:22:51.7426295Z aten_view_copy_default_12: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default, [1, mul_2, 768]); aten_mm_default = None 2025-03-21T20:22:51.7427539Z 2025-03-21T20:22:51.7428856Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.7431197Z aten_view_copy_default_13: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_12, [1, mul_2, 8, 96]); aten_view_copy_default_12 = None 2025-03-21T20:22:51.7432618Z 2025-03-21T20:22:51.7433755Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.7435576Z aten_permute_copy_default_2: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_13, [0, 2, 1, 3]); aten_view_copy_default_13 = None 2025-03-21T20:22:51.7436897Z 2025-03-21T20:22:51.7438038Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.7439996Z aten_permute_copy_default_3: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_0_attn_k_proj_weight, [1, 0]); p_clip_layers_0_attn_k_proj_weight = None 2025-03-21T20:22:51.7441952Z aten_view_copy_default_14: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_1, [mul_2, 768]) 2025-03-21T20:22:51.7443942Z aten_mm_default_1: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_14, aten_permute_copy_default_3); aten_view_copy_default_14 = aten_permute_copy_default_3 = None 2025-03-21T20:22:51.7446099Z aten_view_copy_default_15: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_1, [1, mul_2, 768]); aten_mm_default_1 = None 2025-03-21T20:22:51.7447338Z 2025-03-21T20:22:51.7448344Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.7450391Z aten_permute_copy_default_4: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_0_attn_v_proj_weight, [1, 0]); p_clip_layers_0_attn_v_proj_weight = None 2025-03-21T20:22:51.7452684Z aten_view_copy_default_16: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_1, [mul_2, 768]); getitem_1 = None 2025-03-21T20:22:51.7454569Z aten_mm_default_2: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_16, aten_permute_copy_default_4); aten_view_copy_default_16 = aten_permute_copy_default_4 = None 2025-03-21T20:22:51.7456862Z aten_view_copy_default_17: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_2, [1, mul_2, 768]); aten_mm_default_2 = None 2025-03-21T20:22:51.7458017Z 2025-03-21T20:22:51.7459208Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.7461306Z aten_view_copy_default_18: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_15, [1, mul_2, -1, 96]); aten_view_copy_default_15 = None 2025-03-21T20:22:51.7462547Z 2025-03-21T20:22:51.7463848Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.7465977Z aten_view_copy_default_19: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_17, [1, mul_2, -1, 96]); aten_view_copy_default_17 = None 2025-03-21T20:22:51.7467324Z 2025-03-21T20:22:51.7468594Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.7470604Z aten_permute_copy_default_5: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_18, [0, 2, 1, 3]); aten_view_copy_default_18 = None 2025-03-21T20:22:51.7472055Z 2025-03-21T20:22:51.7473158Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.7475274Z aten_permute_copy_default_6: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_19, [0, 2, 1, 3]); aten_view_copy_default_19 = None 2025-03-21T20:22:51.7477158Z 2025-03-21T20:22:51.7478526Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.7480774Z aten_mul_scalar: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_2, 0.31947155212313627); aten_permute_copy_default_2 = None 2025-03-21T20:22:51.7482779Z aten_permute_copy_default_7: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_5, [0, 1, 3, 2]); aten_permute_copy_default_5 = None 2025-03-21T20:22:51.7484880Z aten_mul_scalar_1: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_7, 0.31947155212313627); aten_permute_copy_default_7 = None 2025-03-21T20:22:51.7487062Z aten_expand_copy_default_5: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar, [1, 8, mul_2, 96]); aten_mul_scalar = None 2025-03-21T20:22:51.7488859Z aten_view_copy_default_20: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_5, [8, mul_2, 96]); aten_expand_copy_default_5 = None 2025-03-21T20:22:51.7490897Z aten_expand_copy_default_6: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_1, [1, 8, 96, mul_2]); aten_mul_scalar_1 = None 2025-03-21T20:22:51.7492889Z aten_view_copy_default_21: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_6, [8, 96, mul_2]); aten_expand_copy_default_6 = None 2025-03-21T20:22:51.7495129Z aten_bmm_default: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_20, aten_view_copy_default_21); aten_view_copy_default_20 = aten_view_copy_default_21 = None 2025-03-21T20:22:51.7497751Z aten_view_copy_default_22: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default, [1, 8, mul_2, mul_2]); aten_bmm_default = None 2025-03-21T20:22:51.7499623Z aten__softmax_default: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_22, -1, False) 2025-03-21T20:22:51.7501301Z aten_eq_scalar_4: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_22, -inf); aten_view_copy_default_22 = None 2025-03-21T20:22:51.7503269Z aten_logical_not_default: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_4); aten_eq_scalar_4 = None 2025-03-21T20:22:51.7504860Z aten_any_dim: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default, -1, True); aten_logical_not_default = None 2025-03-21T20:22:51.7506372Z aten_logical_not_default_1: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim); aten_any_dim = None 2025-03-21T20:22:51.7508253Z aten_full_like_default: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.7510685Z aten_where_self_4: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_1, aten_full_like_default, aten__softmax_default); aten_logical_not_default_1 = aten_full_like_default = aten__softmax_default = None 2025-03-21T20:22:51.7513140Z aten_expand_copy_default_7: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_4, [1, 8, mul_2, mul_2]); aten_where_self_4 = None 2025-03-21T20:22:51.7515263Z aten_view_copy_default_23: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_7, [8, mul_2, mul_2]); aten_expand_copy_default_7 = None 2025-03-21T20:22:51.7517462Z aten_expand_copy_default_8: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_6, [1, 8, mul_2, 96]); aten_permute_copy_default_6 = None 2025-03-21T20:22:51.7519483Z aten_view_copy_default_24: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_8, [8, mul_2, 96]); aten_expand_copy_default_8 = None 2025-03-21T20:22:51.7521944Z aten_bmm_default_1: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_23, aten_view_copy_default_24); aten_view_copy_default_23 = aten_view_copy_default_24 = None 2025-03-21T20:22:51.7524150Z aten_view_copy_default_25: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_1, [1, 8, mul_2, 96]); aten_bmm_default_1 = None 2025-03-21T20:22:51.7526349Z aten_permute_copy_default_8: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_25, [2, 0, 1, 3]); aten_view_copy_default_25 = None 2025-03-21T20:22:51.7528749Z aten_clone_default_2: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_8, memory_format = torch.contiguous_format); aten_permute_copy_default_8 = None 2025-03-21T20:22:51.7530946Z aten_permute_copy_default_9: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_2, [1, 2, 0, 3]); aten_clone_default_2 = None 2025-03-21T20:22:51.7532282Z 2025-03-21T20:22:51.7533670Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.7536136Z aten_permute_copy_default_10: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_9, [0, 2, 1, 3]); aten_permute_copy_default_9 = None 2025-03-21T20:22:51.7538324Z aten_view_copy_default_26: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_10, [1, mul_2, -1]); aten_permute_copy_default_10 = None 2025-03-21T20:22:51.7539722Z 2025-03-21T20:22:51.7540959Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.7543526Z aten_permute_copy_default_11: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_0_attn_output_proj_weight, [1, 0]); p_clip_layers_0_attn_output_proj_weight = None 2025-03-21T20:22:51.7545807Z aten_view_copy_default_27: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_26, [mul_2, 768]); aten_view_copy_default_26 = None 2025-03-21T20:22:51.7548179Z aten_mm_default_3: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_27, aten_permute_copy_default_11); aten_view_copy_default_27 = aten_permute_copy_default_11 = None 2025-03-21T20:22:51.7550504Z aten_view_copy_default_28: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_3, [1, mul_2, 768]); aten_mm_default_3 = None 2025-03-21T20:22:51.7551896Z 2025-03-21T20:22:51.7553062Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.7555045Z aten_add_tensor_3: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_view_copy_default_28, aten_view_copy_default_10); aten_view_copy_default_28 = aten_view_copy_default_10 = None 2025-03-21T20:22:51.7556453Z 2025-03-21T20:22:51.7557612Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7560142Z aten_native_layer_norm_default_2 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_3, [768], p_clip_layers_0_mlp_norm_weight, p_clip_layers_0_mlp_norm_bias, 1e-05); p_clip_layers_0_mlp_norm_weight = p_clip_layers_0_mlp_norm_bias = None 2025-03-21T20:22:51.7562529Z getitem_2: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_2[0]; aten_native_layer_norm_default_2 = None 2025-03-21T20:22:51.7563364Z 2025-03-21T20:22:51.7564635Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.7566533Z aten_view_copy_default_29: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_2, [mul_2, 768]); getitem_2 = None 2025-03-21T20:22:51.7568478Z aten_permute_copy_default_12: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_0_mlp_w1_weight, [1, 0]); p_clip_layers_0_mlp_w1_weight = None 2025-03-21T20:22:51.7571318Z aten_addmm_default: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_0_mlp_w1_bias, aten_view_copy_default_29, aten_permute_copy_default_12); p_clip_layers_0_mlp_w1_bias = aten_view_copy_default_29 = aten_permute_copy_default_12 = None 2025-03-21T20:22:51.7574051Z aten_view_copy_default_30: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default, [1, mul_2, 3072]); aten_addmm_default = None 2025-03-21T20:22:51.7576289Z aten_gelu_default: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_30); aten_view_copy_default_30 = None 2025-03-21T20:22:51.7577485Z 2025-03-21T20:22:51.7578632Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.7580355Z aten_view_copy_default_31: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default, [mul_2, 3072]); aten_gelu_default = None 2025-03-21T20:22:51.7582668Z aten_permute_copy_default_13: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_0_mlp_w2_weight, [1, 0]); p_clip_layers_0_mlp_w2_weight = None 2025-03-21T20:22:51.7585198Z aten_addmm_default_1: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_0_mlp_w2_bias, aten_view_copy_default_31, aten_permute_copy_default_13); p_clip_layers_0_mlp_w2_bias = aten_view_copy_default_31 = aten_permute_copy_default_13 = None 2025-03-21T20:22:51.7587845Z aten_view_copy_default_32: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_1, [1, mul_2, 768]); aten_addmm_default_1 = None 2025-03-21T20:22:51.7589020Z 2025-03-21T20:22:51.7590047Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.7592062Z aten_add_tensor_4: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_3, aten_view_copy_default_32); aten_add_tensor_3 = aten_view_copy_default_32 = None 2025-03-21T20:22:51.7593331Z 2025-03-21T20:22:51.7594559Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:393 in forward, code: h = x.reshape(bsz, n_imgs, n_tiles, n_tokens, embed_dim) 2025-03-21T20:22:51.7596463Z aten_view_copy_default_33: "f32[1, 1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_add_tensor_4, [1, 1, sym_size, 257, 768]) 2025-03-21T20:22:51.7597547Z 2025-03-21T20:22:51.7598656Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7601015Z aten_native_layer_norm_default_3 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_4, [768], p_clip_layers_1_sa_norm_weight, p_clip_layers_1_sa_norm_bias, 1e-05); p_clip_layers_1_sa_norm_weight = p_clip_layers_1_sa_norm_bias = None 2025-03-21T20:22:51.7603052Z getitem_3: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_3[0]; aten_native_layer_norm_default_3 = None 2025-03-21T20:22:51.7603862Z 2025-03-21T20:22:51.7605036Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.7607030Z aten_permute_copy_default_14: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_1_attn_q_proj_weight, [1, 0]); p_clip_layers_1_attn_q_proj_weight = None 2025-03-21T20:22:51.7608790Z aten_view_copy_default_34: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_3, [mul_2, 768]) 2025-03-21T20:22:51.7610824Z aten_mm_default_4: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_34, aten_permute_copy_default_14); aten_view_copy_default_34 = aten_permute_copy_default_14 = None 2025-03-21T20:22:51.7612987Z aten_view_copy_default_35: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_4, [1, mul_2, 768]); aten_mm_default_4 = None 2025-03-21T20:22:51.7614610Z 2025-03-21T20:22:51.7615819Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.7618083Z aten_view_copy_default_36: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_35, [1, mul_2, 8, 96]); aten_view_copy_default_35 = None 2025-03-21T20:22:51.7619431Z 2025-03-21T20:22:51.7620575Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.7622913Z aten_permute_copy_default_15: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_36, [0, 2, 1, 3]); aten_view_copy_default_36 = None 2025-03-21T20:22:51.7624249Z 2025-03-21T20:22:51.7625250Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.7627296Z aten_permute_copy_default_16: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_1_attn_k_proj_weight, [1, 0]); p_clip_layers_1_attn_k_proj_weight = None 2025-03-21T20:22:51.7628971Z aten_view_copy_default_37: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_3, [mul_2, 768]) 2025-03-21T20:22:51.7631103Z aten_mm_default_5: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_37, aten_permute_copy_default_16); aten_view_copy_default_37 = aten_permute_copy_default_16 = None 2025-03-21T20:22:51.7633433Z aten_view_copy_default_38: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_5, [1, mul_2, 768]); aten_mm_default_5 = None 2025-03-21T20:22:51.7634524Z 2025-03-21T20:22:51.7635573Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.7637514Z aten_permute_copy_default_17: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_1_attn_v_proj_weight, [1, 0]); p_clip_layers_1_attn_v_proj_weight = None 2025-03-21T20:22:51.7639391Z aten_view_copy_default_39: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_3, [mul_2, 768]); getitem_3 = None 2025-03-21T20:22:51.7641472Z aten_mm_default_6: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_39, aten_permute_copy_default_17); aten_view_copy_default_39 = aten_permute_copy_default_17 = None 2025-03-21T20:22:51.7643498Z aten_view_copy_default_40: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_6, [1, mul_2, 768]); aten_mm_default_6 = None 2025-03-21T20:22:51.7644597Z 2025-03-21T20:22:51.7645810Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.7647959Z aten_view_copy_default_41: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_38, [1, mul_2, -1, 96]); aten_view_copy_default_38 = None 2025-03-21T20:22:51.7649179Z 2025-03-21T20:22:51.7650325Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.7652251Z aten_view_copy_default_42: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_40, [1, mul_2, -1, 96]); aten_view_copy_default_40 = None 2025-03-21T20:22:51.7653643Z 2025-03-21T20:22:51.7654588Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.7656339Z aten_permute_copy_default_18: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_41, [0, 2, 1, 3]); aten_view_copy_default_41 = None 2025-03-21T20:22:51.7657513Z 2025-03-21T20:22:51.7658457Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.7660436Z aten_permute_copy_default_19: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_42, [0, 2, 1, 3]); aten_view_copy_default_42 = None 2025-03-21T20:22:51.7661787Z 2025-03-21T20:22:51.7663116Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.7665148Z aten_mul_scalar_2: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_15, 0.31947155212313627); aten_permute_copy_default_15 = None 2025-03-21T20:22:51.7667167Z aten_permute_copy_default_20: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_18, [0, 1, 3, 2]); aten_permute_copy_default_18 = None 2025-03-21T20:22:51.7669266Z aten_mul_scalar_3: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_20, 0.31947155212313627); aten_permute_copy_default_20 = None 2025-03-21T20:22:51.7671053Z aten_expand_copy_default_9: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_2, [1, 8, mul_2, 96]); aten_mul_scalar_2 = None 2025-03-21T20:22:51.7672932Z aten_view_copy_default_43: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_9, [8, mul_2, 96]); aten_expand_copy_default_9 = None 2025-03-21T20:22:51.7674811Z aten_expand_copy_default_10: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_3, [1, 8, 96, mul_2]); aten_mul_scalar_3 = None 2025-03-21T20:22:51.7676937Z aten_view_copy_default_44: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_10, [8, 96, mul_2]); aten_expand_copy_default_10 = None 2025-03-21T20:22:51.7679000Z aten_bmm_default_2: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_43, aten_view_copy_default_44); aten_view_copy_default_43 = aten_view_copy_default_44 = None 2025-03-21T20:22:51.7681249Z aten_view_copy_default_45: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_2, [1, 8, mul_2, mul_2]); aten_bmm_default_2 = None 2025-03-21T20:22:51.7682998Z aten__softmax_default_1: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_45, -1, False) 2025-03-21T20:22:51.7684614Z aten_eq_scalar_5: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_45, -inf); aten_view_copy_default_45 = None 2025-03-21T20:22:51.7686690Z aten_logical_not_default_2: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_5); aten_eq_scalar_5 = None 2025-03-21T20:22:51.7688280Z aten_any_dim_1: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_2, -1, True); aten_logical_not_default_2 = None 2025-03-21T20:22:51.7689836Z aten_logical_not_default_3: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_1); aten_any_dim_1 = None 2025-03-21T20:22:51.7692212Z aten_full_like_default_1: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_1, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.7694593Z aten_where_self_5: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_3, aten_full_like_default_1, aten__softmax_default_1); aten_logical_not_default_3 = aten_full_like_default_1 = aten__softmax_default_1 = None 2025-03-21T20:22:51.7697081Z aten_expand_copy_default_11: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_5, [1, 8, mul_2, mul_2]); aten_where_self_5 = None 2025-03-21T20:22:51.7699130Z aten_view_copy_default_46: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_11, [8, mul_2, mul_2]); aten_expand_copy_default_11 = None 2025-03-21T20:22:51.7701238Z aten_expand_copy_default_12: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_19, [1, 8, mul_2, 96]); aten_permute_copy_default_19 = None 2025-03-21T20:22:51.7703246Z aten_view_copy_default_47: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_12, [8, mul_2, 96]); aten_expand_copy_default_12 = None 2025-03-21T20:22:51.7705394Z aten_bmm_default_3: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_46, aten_view_copy_default_47); aten_view_copy_default_46 = aten_view_copy_default_47 = None 2025-03-21T20:22:51.7707358Z aten_view_copy_default_48: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_3, [1, 8, mul_2, 96]); aten_bmm_default_3 = None 2025-03-21T20:22:51.7709332Z aten_permute_copy_default_21: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_48, [2, 0, 1, 3]); aten_view_copy_default_48 = None 2025-03-21T20:22:51.7711431Z aten_clone_default_3: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_21, memory_format = torch.contiguous_format); aten_permute_copy_default_21 = None 2025-03-21T20:22:51.7713503Z aten_permute_copy_default_22: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_3, [1, 2, 0, 3]); aten_clone_default_3 = None 2025-03-21T20:22:51.7714727Z 2025-03-21T20:22:51.7715890Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.7718057Z aten_permute_copy_default_23: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_22, [0, 2, 1, 3]); aten_permute_copy_default_22 = None 2025-03-21T20:22:51.7720073Z aten_view_copy_default_49: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_23, [1, mul_2, -1]); aten_permute_copy_default_23 = None 2025-03-21T20:22:51.7721312Z 2025-03-21T20:22:51.7722358Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.7724404Z aten_permute_copy_default_24: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_1_attn_output_proj_weight, [1, 0]); p_clip_layers_1_attn_output_proj_weight = None 2025-03-21T20:22:51.7726517Z aten_view_copy_default_50: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_49, [mul_2, 768]); aten_view_copy_default_49 = None 2025-03-21T20:22:51.7728795Z aten_mm_default_7: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_50, aten_permute_copy_default_24); aten_view_copy_default_50 = aten_permute_copy_default_24 = None 2025-03-21T20:22:51.7730793Z aten_view_copy_default_51: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_7, [1, mul_2, 768]); aten_mm_default_7 = None 2025-03-21T20:22:51.7731862Z 2025-03-21T20:22:51.7733003Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.7735035Z aten_add_tensor_5: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_view_copy_default_51, aten_add_tensor_4); aten_view_copy_default_51 = aten_add_tensor_4 = None 2025-03-21T20:22:51.7736226Z 2025-03-21T20:22:51.7737358Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7739680Z aten_native_layer_norm_default_4 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_5, [768], p_clip_layers_1_mlp_norm_weight, p_clip_layers_1_mlp_norm_bias, 1e-05); p_clip_layers_1_mlp_norm_weight = p_clip_layers_1_mlp_norm_bias = None 2025-03-21T20:22:51.7741659Z getitem_4: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_4[0]; aten_native_layer_norm_default_4 = None 2025-03-21T20:22:51.7742460Z 2025-03-21T20:22:51.7743461Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.7745172Z aten_view_copy_default_52: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_4, [mul_2, 768]); getitem_4 = None 2025-03-21T20:22:51.7746881Z aten_permute_copy_default_25: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_1_mlp_w1_weight, [1, 0]); p_clip_layers_1_mlp_w1_weight = None 2025-03-21T20:22:51.7749208Z aten_addmm_default_2: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_1_mlp_w1_bias, aten_view_copy_default_52, aten_permute_copy_default_25); p_clip_layers_1_mlp_w1_bias = aten_view_copy_default_52 = aten_permute_copy_default_25 = None 2025-03-21T20:22:51.7751471Z aten_view_copy_default_53: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_2, [1, mul_2, 3072]); aten_addmm_default_2 = None 2025-03-21T20:22:51.7753162Z aten_gelu_default_1: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_53); aten_view_copy_default_53 = None 2025-03-21T20:22:51.7754209Z 2025-03-21T20:22:51.7755116Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.7756837Z aten_view_copy_default_54: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_1, [mul_2, 3072]); aten_gelu_default_1 = None 2025-03-21T20:22:51.7758821Z aten_permute_copy_default_26: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_1_mlp_w2_weight, [1, 0]); p_clip_layers_1_mlp_w2_weight = None 2025-03-21T20:22:51.7761155Z aten_addmm_default_3: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_1_mlp_w2_bias, aten_view_copy_default_54, aten_permute_copy_default_26); p_clip_layers_1_mlp_w2_bias = aten_view_copy_default_54 = aten_permute_copy_default_26 = None 2025-03-21T20:22:51.7763622Z aten_view_copy_default_55: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_3, [1, mul_2, 768]); aten_addmm_default_3 = None 2025-03-21T20:22:51.7764726Z 2025-03-21T20:22:51.7765743Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.7767764Z aten_add_tensor_6: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_5, aten_view_copy_default_55); aten_add_tensor_5 = aten_view_copy_default_55 = None 2025-03-21T20:22:51.7769057Z 2025-03-21T20:22:51.7770076Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7772495Z aten_native_layer_norm_default_5 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_6, [768], p_clip_layers_2_sa_norm_weight, p_clip_layers_2_sa_norm_bias, 1e-05); p_clip_layers_2_sa_norm_weight = p_clip_layers_2_sa_norm_bias = None 2025-03-21T20:22:51.7774618Z getitem_5: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_5[0]; aten_native_layer_norm_default_5 = None 2025-03-21T20:22:51.7775513Z 2025-03-21T20:22:51.7776602Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.7778474Z aten_permute_copy_default_27: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_2_attn_q_proj_weight, [1, 0]); p_clip_layers_2_attn_q_proj_weight = None 2025-03-21T20:22:51.7780192Z aten_view_copy_default_56: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_5, [mul_2, 768]) 2025-03-21T20:22:51.7782003Z aten_mm_default_8: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_56, aten_permute_copy_default_27); aten_view_copy_default_56 = aten_permute_copy_default_27 = None 2025-03-21T20:22:51.7784101Z aten_view_copy_default_57: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_8, [1, mul_2, 768]); aten_mm_default_8 = None 2025-03-21T20:22:51.7785252Z 2025-03-21T20:22:51.7786731Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.7788711Z aten_view_copy_default_58: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_57, [1, mul_2, 8, 96]); aten_view_copy_default_57 = None 2025-03-21T20:22:51.7789946Z 2025-03-21T20:22:51.7790887Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.7792846Z aten_permute_copy_default_28: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_58, [0, 2, 1, 3]); aten_view_copy_default_58 = None 2025-03-21T20:22:51.7794180Z 2025-03-21T20:22:51.7795113Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.7796962Z aten_permute_copy_default_29: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_2_attn_k_proj_weight, [1, 0]); p_clip_layers_2_attn_k_proj_weight = None 2025-03-21T20:22:51.7798670Z aten_view_copy_default_59: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_5, [mul_2, 768]) 2025-03-21T20:22:51.7801067Z aten_mm_default_9: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_59, aten_permute_copy_default_29); aten_view_copy_default_59 = aten_permute_copy_default_29 = None 2025-03-21T20:22:51.7803286Z aten_view_copy_default_60: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_9, [1, mul_2, 768]); aten_mm_default_9 = None 2025-03-21T20:22:51.7804583Z 2025-03-21T20:22:51.7805774Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.7807947Z aten_permute_copy_default_30: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_2_attn_v_proj_weight, [1, 0]); p_clip_layers_2_attn_v_proj_weight = None 2025-03-21T20:22:51.7810031Z aten_view_copy_default_61: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_5, [mul_2, 768]); getitem_5 = None 2025-03-21T20:22:51.7812290Z aten_mm_default_10: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_61, aten_permute_copy_default_30); aten_view_copy_default_61 = aten_permute_copy_default_30 = None 2025-03-21T20:22:51.7814354Z aten_view_copy_default_62: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_10, [1, mul_2, 768]); aten_mm_default_10 = None 2025-03-21T20:22:51.7815811Z 2025-03-21T20:22:51.7817084Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.7819096Z aten_view_copy_default_63: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_60, [1, mul_2, -1, 96]); aten_view_copy_default_60 = None 2025-03-21T20:22:51.7820382Z 2025-03-21T20:22:51.7821723Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.7823685Z aten_view_copy_default_64: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_62, [1, mul_2, -1, 96]); aten_view_copy_default_62 = None 2025-03-21T20:22:51.7825031Z 2025-03-21T20:22:51.7826054Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.7828144Z aten_permute_copy_default_31: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_63, [0, 2, 1, 3]); aten_view_copy_default_63 = None 2025-03-21T20:22:51.7829406Z 2025-03-21T20:22:51.7830444Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.7832347Z aten_permute_copy_default_32: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_64, [0, 2, 1, 3]); aten_view_copy_default_64 = None 2025-03-21T20:22:51.7833607Z 2025-03-21T20:22:51.7834909Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.7837133Z aten_mul_scalar_4: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_28, 0.31947155212313627); aten_permute_copy_default_28 = None 2025-03-21T20:22:51.7839081Z aten_permute_copy_default_33: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_31, [0, 1, 3, 2]); aten_permute_copy_default_31 = None 2025-03-21T20:22:51.7841583Z aten_mul_scalar_5: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_33, 0.31947155212313627); aten_permute_copy_default_33 = None 2025-03-21T20:22:51.7843668Z aten_expand_copy_default_13: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_4, [1, 8, mul_2, 96]); aten_mul_scalar_4 = None 2025-03-21T20:22:51.7845731Z aten_view_copy_default_65: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_13, [8, mul_2, 96]); aten_expand_copy_default_13 = None 2025-03-21T20:22:51.7847893Z aten_expand_copy_default_14: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_5, [1, 8, 96, mul_2]); aten_mul_scalar_5 = None 2025-03-21T20:22:51.7849923Z aten_view_copy_default_66: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_14, [8, 96, mul_2]); aten_expand_copy_default_14 = None 2025-03-21T20:22:51.7852331Z aten_bmm_default_4: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_65, aten_view_copy_default_66); aten_view_copy_default_65 = aten_view_copy_default_66 = None 2025-03-21T20:22:51.7854836Z aten_view_copy_default_67: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_4, [1, 8, mul_2, mul_2]); aten_bmm_default_4 = None 2025-03-21T20:22:51.7856538Z aten__softmax_default_2: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_67, -1, False) 2025-03-21T20:22:51.7858341Z aten_eq_scalar_6: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_67, -inf); aten_view_copy_default_67 = None 2025-03-21T20:22:51.7860226Z aten_logical_not_default_4: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_6); aten_eq_scalar_6 = None 2025-03-21T20:22:51.7862083Z aten_any_dim_2: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_4, -1, True); aten_logical_not_default_4 = None 2025-03-21T20:22:51.7863937Z aten_logical_not_default_5: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_2); aten_any_dim_2 = None 2025-03-21T20:22:51.7865853Z aten_full_like_default_2: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_2, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.7868474Z aten_where_self_6: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_5, aten_full_like_default_2, aten__softmax_default_2); aten_logical_not_default_5 = aten_full_like_default_2 = aten__softmax_default_2 = None 2025-03-21T20:22:51.7871043Z aten_expand_copy_default_15: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_6, [1, 8, mul_2, mul_2]); aten_where_self_6 = None 2025-03-21T20:22:51.7873320Z aten_view_copy_default_68: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_15, [8, mul_2, mul_2]); aten_expand_copy_default_15 = None 2025-03-21T20:22:51.7875714Z aten_expand_copy_default_16: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_32, [1, 8, mul_2, 96]); aten_permute_copy_default_32 = None 2025-03-21T20:22:51.7878000Z aten_view_copy_default_69: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_16, [8, mul_2, 96]); aten_expand_copy_default_16 = None 2025-03-21T20:22:51.7880675Z aten_bmm_default_5: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_68, aten_view_copy_default_69); aten_view_copy_default_68 = aten_view_copy_default_69 = None 2025-03-21T20:22:51.7882915Z aten_view_copy_default_70: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_5, [1, 8, mul_2, 96]); aten_bmm_default_5 = None 2025-03-21T20:22:51.7885185Z aten_permute_copy_default_34: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_70, [2, 0, 1, 3]); aten_view_copy_default_70 = None 2025-03-21T20:22:51.7887802Z aten_clone_default_4: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_34, memory_format = torch.contiguous_format); aten_permute_copy_default_34 = None 2025-03-21T20:22:51.7890097Z aten_permute_copy_default_35: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_4, [1, 2, 0, 3]); aten_clone_default_4 = None 2025-03-21T20:22:51.7891513Z 2025-03-21T20:22:51.7892947Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.7894980Z aten_permute_copy_default_36: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_35, [0, 2, 1, 3]); aten_permute_copy_default_35 = None 2025-03-21T20:22:51.7897144Z aten_view_copy_default_71: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_36, [1, mul_2, -1]); aten_permute_copy_default_36 = None 2025-03-21T20:22:51.7898579Z 2025-03-21T20:22:51.7899637Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.7901884Z aten_permute_copy_default_37: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_2_attn_output_proj_weight, [1, 0]); p_clip_layers_2_attn_output_proj_weight = None 2025-03-21T20:22:51.7904122Z aten_view_copy_default_72: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_71, [mul_2, 768]); aten_view_copy_default_71 = None 2025-03-21T20:22:51.7906451Z aten_mm_default_11: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_72, aten_permute_copy_default_37); aten_view_copy_default_72 = aten_permute_copy_default_37 = None 2025-03-21T20:22:51.7908579Z aten_view_copy_default_73: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_11, [1, mul_2, 768]); aten_mm_default_11 = None 2025-03-21T20:22:51.7909839Z 2025-03-21T20:22:51.7911001Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.7913079Z aten_add_tensor_7: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_view_copy_default_73, aten_add_tensor_6); aten_view_copy_default_73 = aten_add_tensor_6 = None 2025-03-21T20:22:51.7914472Z 2025-03-21T20:22:51.7915675Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7918303Z aten_native_layer_norm_default_6 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_7, [768], p_clip_layers_2_mlp_norm_weight, p_clip_layers_2_mlp_norm_bias, 1e-05); p_clip_layers_2_mlp_norm_weight = p_clip_layers_2_mlp_norm_bias = None 2025-03-21T20:22:51.7921140Z getitem_6: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_6[0]; aten_native_layer_norm_default_6 = None 2025-03-21T20:22:51.7922156Z 2025-03-21T20:22:51.7923206Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.7925057Z aten_view_copy_default_74: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_6, [mul_2, 768]); getitem_6 = None 2025-03-21T20:22:51.7927427Z aten_permute_copy_default_38: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_2_mlp_w1_weight, [1, 0]); p_clip_layers_2_mlp_w1_weight = None 2025-03-21T20:22:51.7930085Z aten_addmm_default_4: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_2_mlp_w1_bias, aten_view_copy_default_74, aten_permute_copy_default_38); p_clip_layers_2_mlp_w1_bias = aten_view_copy_default_74 = aten_permute_copy_default_38 = None 2025-03-21T20:22:51.7932613Z aten_view_copy_default_75: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_4, [1, mul_2, 3072]); aten_addmm_default_4 = None 2025-03-21T20:22:51.7934708Z aten_gelu_default_2: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_75); aten_view_copy_default_75 = None 2025-03-21T20:22:51.7935815Z 2025-03-21T20:22:51.7936863Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.7938898Z aten_view_copy_default_76: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_2, [mul_2, 3072]); aten_gelu_default_2 = None 2025-03-21T20:22:51.7941068Z aten_permute_copy_default_39: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_2_mlp_w2_weight, [1, 0]); p_clip_layers_2_mlp_w2_weight = None 2025-03-21T20:22:51.7943677Z aten_addmm_default_5: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_2_mlp_w2_bias, aten_view_copy_default_76, aten_permute_copy_default_39); p_clip_layers_2_mlp_w2_bias = aten_view_copy_default_76 = aten_permute_copy_default_39 = None 2025-03-21T20:22:51.7946111Z aten_view_copy_default_77: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_5, [1, mul_2, 768]); aten_addmm_default_5 = None 2025-03-21T20:22:51.7947355Z 2025-03-21T20:22:51.7948658Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.7950679Z aten_add_tensor_8: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_7, aten_view_copy_default_77); aten_add_tensor_7 = aten_view_copy_default_77 = None 2025-03-21T20:22:51.7952156Z 2025-03-21T20:22:51.7953471Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:393 in forward, code: h = x.reshape(bsz, n_imgs, n_tiles, n_tokens, embed_dim) 2025-03-21T20:22:51.7955538Z aten_view_copy_default_78: "f32[1, 1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_add_tensor_8, [1, 1, sym_size, 257, 768]) 2025-03-21T20:22:51.7956716Z 2025-03-21T20:22:51.7957871Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.7960386Z aten_native_layer_norm_default_7 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_8, [768], p_clip_layers_3_sa_norm_weight, p_clip_layers_3_sa_norm_bias, 1e-05); p_clip_layers_3_sa_norm_weight = p_clip_layers_3_sa_norm_bias = None 2025-03-21T20:22:51.7962834Z getitem_7: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_7[0]; aten_native_layer_norm_default_7 = None 2025-03-21T20:22:51.7963681Z 2025-03-21T20:22:51.7964826Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.7966975Z aten_permute_copy_default_40: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_3_attn_q_proj_weight, [1, 0]); p_clip_layers_3_attn_q_proj_weight = None 2025-03-21T20:22:51.7968887Z aten_view_copy_default_79: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_7, [mul_2, 768]) 2025-03-21T20:22:51.7971123Z aten_mm_default_12: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_79, aten_permute_copy_default_40); aten_view_copy_default_79 = aten_permute_copy_default_40 = None 2025-03-21T20:22:51.7973546Z aten_view_copy_default_80: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_12, [1, mul_2, 768]); aten_mm_default_12 = None 2025-03-21T20:22:51.7974729Z 2025-03-21T20:22:51.7975977Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.7978030Z aten_view_copy_default_81: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_80, [1, mul_2, 8, 96]); aten_view_copy_default_80 = None 2025-03-21T20:22:51.7979229Z 2025-03-21T20:22:51.7980393Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.7982429Z aten_permute_copy_default_41: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_81, [0, 2, 1, 3]); aten_view_copy_default_81 = None 2025-03-21T20:22:51.7983863Z 2025-03-21T20:22:51.7985001Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.7987319Z aten_permute_copy_default_42: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_3_attn_k_proj_weight, [1, 0]); p_clip_layers_3_attn_k_proj_weight = None 2025-03-21T20:22:51.7989113Z aten_view_copy_default_82: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_7, [mul_2, 768]) 2025-03-21T20:22:51.7990963Z aten_mm_default_13: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_82, aten_permute_copy_default_42); aten_view_copy_default_82 = aten_permute_copy_default_42 = None 2025-03-21T20:22:51.7993203Z aten_view_copy_default_83: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_13, [1, mul_2, 768]); aten_mm_default_13 = None 2025-03-21T20:22:51.7994395Z 2025-03-21T20:22:51.7995512Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.7997589Z aten_permute_copy_default_43: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_3_attn_v_proj_weight, [1, 0]); p_clip_layers_3_attn_v_proj_weight = None 2025-03-21T20:22:51.7999404Z aten_view_copy_default_84: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_7, [mul_2, 768]); getitem_7 = None 2025-03-21T20:22:51.8001982Z aten_mm_default_14: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_84, aten_permute_copy_default_43); aten_view_copy_default_84 = aten_permute_copy_default_43 = None 2025-03-21T20:22:51.8004090Z aten_view_copy_default_85: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_14, [1, mul_2, 768]); aten_mm_default_14 = None 2025-03-21T20:22:51.8005300Z 2025-03-21T20:22:51.8006509Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8008793Z aten_view_copy_default_86: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_83, [1, mul_2, -1, 96]); aten_view_copy_default_83 = None 2025-03-21T20:22:51.8010003Z 2025-03-21T20:22:51.8011218Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8013130Z aten_view_copy_default_87: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_85, [1, mul_2, -1, 96]); aten_view_copy_default_85 = None 2025-03-21T20:22:51.8014439Z 2025-03-21T20:22:51.8015498Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.8017545Z aten_permute_copy_default_44: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_86, [0, 2, 1, 3]); aten_view_copy_default_86 = None 2025-03-21T20:22:51.8018799Z 2025-03-21T20:22:51.8020013Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.8022071Z aten_permute_copy_default_45: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_87, [0, 2, 1, 3]); aten_view_copy_default_87 = None 2025-03-21T20:22:51.8023408Z 2025-03-21T20:22:51.8024757Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.8026990Z aten_mul_scalar_6: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_41, 0.31947155212313627); aten_permute_copy_default_41 = None 2025-03-21T20:22:51.8029118Z aten_permute_copy_default_46: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_44, [0, 1, 3, 2]); aten_permute_copy_default_44 = None 2025-03-21T20:22:51.8031317Z aten_mul_scalar_7: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_46, 0.31947155212313627); aten_permute_copy_default_46 = None 2025-03-21T20:22:51.8033387Z aten_expand_copy_default_17: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_6, [1, 8, mul_2, 96]); aten_mul_scalar_6 = None 2025-03-21T20:22:51.8035455Z aten_view_copy_default_88: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_17, [8, mul_2, 96]); aten_expand_copy_default_17 = None 2025-03-21T20:22:51.8037636Z aten_expand_copy_default_18: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_7, [1, 8, 96, mul_2]); aten_mul_scalar_7 = None 2025-03-21T20:22:51.8039964Z aten_view_copy_default_89: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_18, [8, 96, mul_2]); aten_expand_copy_default_18 = None 2025-03-21T20:22:51.8042812Z aten_bmm_default_6: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_88, aten_view_copy_default_89); aten_view_copy_default_88 = aten_view_copy_default_89 = None 2025-03-21T20:22:51.8045215Z aten_view_copy_default_90: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_6, [1, 8, mul_2, mul_2]); aten_bmm_default_6 = None 2025-03-21T20:22:51.8047613Z aten__softmax_default_3: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_90, -1, False) 2025-03-21T20:22:51.8049281Z aten_eq_scalar_7: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_90, -inf); aten_view_copy_default_90 = None 2025-03-21T20:22:51.8051023Z aten_logical_not_default_6: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_7); aten_eq_scalar_7 = None 2025-03-21T20:22:51.8052697Z aten_any_dim_3: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_6, -1, True); aten_logical_not_default_6 = None 2025-03-21T20:22:51.8054232Z aten_logical_not_default_7: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_3); aten_any_dim_3 = None 2025-03-21T20:22:51.8056150Z aten_full_like_default_3: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_3, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.8058530Z aten_where_self_7: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_7, aten_full_like_default_3, aten__softmax_default_3); aten_logical_not_default_7 = aten_full_like_default_3 = aten__softmax_default_3 = None 2025-03-21T20:22:51.8060907Z aten_expand_copy_default_19: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_7, [1, 8, mul_2, mul_2]); aten_where_self_7 = None 2025-03-21T20:22:51.8062763Z aten_view_copy_default_91: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_19, [8, mul_2, mul_2]); aten_expand_copy_default_19 = None 2025-03-21T20:22:51.8064982Z aten_expand_copy_default_20: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_45, [1, 8, mul_2, 96]); aten_permute_copy_default_45 = None 2025-03-21T20:22:51.8067082Z aten_view_copy_default_92: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_20, [8, mul_2, 96]); aten_expand_copy_default_20 = None 2025-03-21T20:22:51.8069486Z aten_bmm_default_7: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_91, aten_view_copy_default_92); aten_view_copy_default_91 = aten_view_copy_default_92 = None 2025-03-21T20:22:51.8071700Z aten_view_copy_default_93: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_7, [1, 8, mul_2, 96]); aten_bmm_default_7 = None 2025-03-21T20:22:51.8074094Z aten_permute_copy_default_47: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_93, [2, 0, 1, 3]); aten_view_copy_default_93 = None 2025-03-21T20:22:51.8076469Z aten_clone_default_5: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_47, memory_format = torch.contiguous_format); aten_permute_copy_default_47 = None 2025-03-21T20:22:51.8078848Z aten_permute_copy_default_48: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_5, [1, 2, 0, 3]); aten_clone_default_5 = None 2025-03-21T20:22:51.8080202Z 2025-03-21T20:22:51.8081668Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.8084054Z aten_permute_copy_default_49: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_48, [0, 2, 1, 3]); aten_permute_copy_default_48 = None 2025-03-21T20:22:51.8086755Z aten_view_copy_default_94: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_49, [1, mul_2, -1]); aten_permute_copy_default_49 = None 2025-03-21T20:22:51.8088145Z 2025-03-21T20:22:51.8089283Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.8091312Z aten_permute_copy_default_50: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_3_attn_output_proj_weight, [1, 0]); p_clip_layers_3_attn_output_proj_weight = None 2025-03-21T20:22:51.8093266Z aten_view_copy_default_95: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_94, [mul_2, 768]); aten_view_copy_default_94 = None 2025-03-21T20:22:51.8095364Z aten_mm_default_15: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_95, aten_permute_copy_default_50); aten_view_copy_default_95 = aten_permute_copy_default_50 = None 2025-03-21T20:22:51.8097504Z aten_view_copy_default_96: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_15, [1, mul_2, 768]); aten_mm_default_15 = None 2025-03-21T20:22:51.8098594Z 2025-03-21T20:22:51.8099694Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.8101676Z aten_add_tensor_9: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_view_copy_default_96, aten_add_tensor_8); aten_view_copy_default_96 = aten_add_tensor_8 = None 2025-03-21T20:22:51.8103035Z 2025-03-21T20:22:51.8104190Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8106703Z aten_native_layer_norm_default_8 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_9, [768], p_clip_layers_3_mlp_norm_weight, p_clip_layers_3_mlp_norm_bias, 1e-05); p_clip_layers_3_mlp_norm_weight = p_clip_layers_3_mlp_norm_bias = None 2025-03-21T20:22:51.8108849Z getitem_8: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_8[0]; aten_native_layer_norm_default_8 = None 2025-03-21T20:22:51.8109827Z 2025-03-21T20:22:51.8111065Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.8112870Z aten_view_copy_default_97: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_8, [mul_2, 768]); getitem_8 = None 2025-03-21T20:22:51.8114812Z aten_permute_copy_default_51: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_3_mlp_w1_weight, [1, 0]); p_clip_layers_3_mlp_w1_weight = None 2025-03-21T20:22:51.8117334Z aten_addmm_default_6: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_3_mlp_w1_bias, aten_view_copy_default_97, aten_permute_copy_default_51); p_clip_layers_3_mlp_w1_bias = aten_view_copy_default_97 = aten_permute_copy_default_51 = None 2025-03-21T20:22:51.8120355Z aten_view_copy_default_98: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_6, [1, mul_2, 3072]); aten_addmm_default_6 = None 2025-03-21T20:22:51.8122451Z aten_gelu_default_3: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_98); aten_view_copy_default_98 = None 2025-03-21T20:22:51.8123501Z 2025-03-21T20:22:51.8124851Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.8127167Z aten_view_copy_default_99: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_3, [mul_2, 3072]); aten_gelu_default_3 = None 2025-03-21T20:22:51.8129077Z aten_permute_copy_default_52: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_3_mlp_w2_weight, [1, 0]); p_clip_layers_3_mlp_w2_weight = None 2025-03-21T20:22:51.8131894Z aten_addmm_default_7: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_3_mlp_w2_bias, aten_view_copy_default_99, aten_permute_copy_default_52); p_clip_layers_3_mlp_w2_bias = aten_view_copy_default_99 = aten_permute_copy_default_52 = None 2025-03-21T20:22:51.8134679Z aten_view_copy_default_100: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_7, [1, mul_2, 768]); aten_addmm_default_7 = None 2025-03-21T20:22:51.8135885Z 2025-03-21T20:22:51.8137055Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.8139045Z aten_add_tensor_10: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_9, aten_view_copy_default_100); aten_add_tensor_9 = aten_view_copy_default_100 = None 2025-03-21T20:22:51.8140491Z 2025-03-21T20:22:51.8141712Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8144111Z aten_native_layer_norm_default_9 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_10, [768], p_clip_layers_4_sa_norm_weight, p_clip_layers_4_sa_norm_bias, 1e-05); p_clip_layers_4_sa_norm_weight = p_clip_layers_4_sa_norm_bias = None 2025-03-21T20:22:51.8146210Z getitem_9: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_9[0]; aten_native_layer_norm_default_9 = None 2025-03-21T20:22:51.8147079Z 2025-03-21T20:22:51.8148099Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.8150017Z aten_permute_copy_default_53: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_4_attn_q_proj_weight, [1, 0]); p_clip_layers_4_attn_q_proj_weight = None 2025-03-21T20:22:51.8151928Z aten_view_copy_default_101: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_9, [mul_2, 768]) 2025-03-21T20:22:51.8153825Z aten_mm_default_16: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_101, aten_permute_copy_default_53); aten_view_copy_default_101 = aten_permute_copy_default_53 = None 2025-03-21T20:22:51.8156140Z aten_view_copy_default_102: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_16, [1, mul_2, 768]); aten_mm_default_16 = None 2025-03-21T20:22:51.8157406Z 2025-03-21T20:22:51.8158896Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.8161093Z aten_view_copy_default_103: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_102, [1, mul_2, 8, 96]); aten_view_copy_default_102 = None 2025-03-21T20:22:51.8162343Z 2025-03-21T20:22:51.8163496Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.8165885Z aten_permute_copy_default_54: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_103, [0, 2, 1, 3]); aten_view_copy_default_103 = None 2025-03-21T20:22:51.8167496Z 2025-03-21T20:22:51.8168880Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.8170986Z aten_permute_copy_default_55: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_4_attn_k_proj_weight, [1, 0]); p_clip_layers_4_attn_k_proj_weight = None 2025-03-21T20:22:51.8173481Z aten_view_copy_default_104: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_9, [mul_2, 768]) 2025-03-21T20:22:51.8175527Z aten_mm_default_17: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_104, aten_permute_copy_default_55); aten_view_copy_default_104 = aten_permute_copy_default_55 = None 2025-03-21T20:22:51.8177822Z aten_view_copy_default_105: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_17, [1, mul_2, 768]); aten_mm_default_17 = None 2025-03-21T20:22:51.8179031Z 2025-03-21T20:22:51.8180025Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.8182122Z aten_permute_copy_default_56: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_4_attn_v_proj_weight, [1, 0]); p_clip_layers_4_attn_v_proj_weight = None 2025-03-21T20:22:51.8184273Z aten_view_copy_default_106: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_9, [mul_2, 768]); getitem_9 = None 2025-03-21T20:22:51.8186794Z aten_mm_default_18: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_106, aten_permute_copy_default_56); aten_view_copy_default_106 = aten_permute_copy_default_56 = None 2025-03-21T20:22:51.8189057Z aten_view_copy_default_107: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_18, [1, mul_2, 768]); aten_mm_default_18 = None 2025-03-21T20:22:51.8190258Z 2025-03-21T20:22:51.8191533Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8193630Z aten_view_copy_default_108: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_105, [1, mul_2, -1, 96]); aten_view_copy_default_105 = None 2025-03-21T20:22:51.8194790Z 2025-03-21T20:22:51.8195945Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8197977Z aten_view_copy_default_109: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_107, [1, mul_2, -1, 96]); aten_view_copy_default_107 = None 2025-03-21T20:22:51.8199624Z 2025-03-21T20:22:51.8200645Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.8202651Z aten_permute_copy_default_57: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_108, [0, 2, 1, 3]); aten_view_copy_default_108 = None 2025-03-21T20:22:51.8203909Z 2025-03-21T20:22:51.8205091Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.8207229Z aten_permute_copy_default_58: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_109, [0, 2, 1, 3]); aten_view_copy_default_109 = None 2025-03-21T20:22:51.8208453Z 2025-03-21T20:22:51.8209894Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.8212095Z aten_mul_scalar_8: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_54, 0.31947155212313627); aten_permute_copy_default_54 = None 2025-03-21T20:22:51.8214141Z aten_permute_copy_default_59: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_57, [0, 1, 3, 2]); aten_permute_copy_default_57 = None 2025-03-21T20:22:51.8216195Z aten_mul_scalar_9: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_59, 0.31947155212313627); aten_permute_copy_default_59 = None 2025-03-21T20:22:51.8218120Z aten_expand_copy_default_21: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_8, [1, 8, mul_2, 96]); aten_mul_scalar_8 = None 2025-03-21T20:22:51.8220286Z aten_view_copy_default_110: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_21, [8, mul_2, 96]); aten_expand_copy_default_21 = None 2025-03-21T20:22:51.8222272Z aten_expand_copy_default_22: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_9, [1, 8, 96, mul_2]); aten_mul_scalar_9 = None 2025-03-21T20:22:51.8224302Z aten_view_copy_default_111: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_22, [8, 96, mul_2]); aten_expand_copy_default_22 = None 2025-03-21T20:22:51.8226510Z aten_bmm_default_8: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_110, aten_view_copy_default_111); aten_view_copy_default_110 = aten_view_copy_default_111 = None 2025-03-21T20:22:51.8228661Z aten_view_copy_default_112: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_8, [1, 8, mul_2, mul_2]); aten_bmm_default_8 = None 2025-03-21T20:22:51.8230693Z aten__softmax_default_4: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_112, -1, False) 2025-03-21T20:22:51.8232558Z aten_eq_scalar_8: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_112, -inf); aten_view_copy_default_112 = None 2025-03-21T20:22:51.8234314Z aten_logical_not_default_8: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_8); aten_eq_scalar_8 = None 2025-03-21T20:22:51.8236061Z aten_any_dim_4: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_8, -1, True); aten_logical_not_default_8 = None 2025-03-21T20:22:51.8237787Z aten_logical_not_default_9: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_4); aten_any_dim_4 = None 2025-03-21T20:22:51.8239924Z aten_full_like_default_4: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_4, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.8242590Z aten_where_self_8: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_9, aten_full_like_default_4, aten__softmax_default_4); aten_logical_not_default_9 = aten_full_like_default_4 = aten__softmax_default_4 = None 2025-03-21T20:22:51.8244993Z aten_expand_copy_default_23: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_8, [1, 8, mul_2, mul_2]); aten_where_self_8 = None 2025-03-21T20:22:51.8247137Z aten_view_copy_default_113: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_23, [8, mul_2, mul_2]); aten_expand_copy_default_23 = None 2025-03-21T20:22:51.8249237Z aten_expand_copy_default_24: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_58, [1, 8, mul_2, 96]); aten_permute_copy_default_58 = None 2025-03-21T20:22:51.8251463Z aten_view_copy_default_114: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_24, [8, mul_2, 96]); aten_expand_copy_default_24 = None 2025-03-21T20:22:51.8253685Z aten_bmm_default_9: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_113, aten_view_copy_default_114); aten_view_copy_default_113 = aten_view_copy_default_114 = None 2025-03-21T20:22:51.8255769Z aten_view_copy_default_115: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_9, [1, 8, mul_2, 96]); aten_bmm_default_9 = None 2025-03-21T20:22:51.8257772Z aten_permute_copy_default_60: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_115, [2, 0, 1, 3]); aten_view_copy_default_115 = None 2025-03-21T20:22:51.8259889Z aten_clone_default_6: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_60, memory_format = torch.contiguous_format); aten_permute_copy_default_60 = None 2025-03-21T20:22:51.8262013Z aten_permute_copy_default_61: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_6, [1, 2, 0, 3]); aten_clone_default_6 = None 2025-03-21T20:22:51.8263385Z 2025-03-21T20:22:51.8264732Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.8266922Z aten_permute_copy_default_62: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_61, [0, 2, 1, 3]); aten_permute_copy_default_61 = None 2025-03-21T20:22:51.8269188Z aten_view_copy_default_116: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_62, [1, mul_2, -1]); aten_permute_copy_default_62 = None 2025-03-21T20:22:51.8270583Z 2025-03-21T20:22:51.8271714Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.8273871Z aten_permute_copy_default_63: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_4_attn_output_proj_weight, [1, 0]); p_clip_layers_4_attn_output_proj_weight = None 2025-03-21T20:22:51.8275933Z aten_view_copy_default_117: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_116, [mul_2, 768]); aten_view_copy_default_116 = None 2025-03-21T20:22:51.8278498Z aten_mm_default_19: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_117, aten_permute_copy_default_63); aten_view_copy_default_117 = aten_permute_copy_default_63 = None 2025-03-21T20:22:51.8280707Z aten_view_copy_default_118: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_19, [1, mul_2, 768]); aten_mm_default_19 = None 2025-03-21T20:22:51.8281854Z 2025-03-21T20:22:51.8283260Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.8285134Z aten_add_tensor_11: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_view_copy_default_118, aten_add_tensor_10); aten_view_copy_default_118 = aten_add_tensor_10 = None 2025-03-21T20:22:51.8286761Z 2025-03-21T20:22:51.8287856Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8290102Z aten_native_layer_norm_default_10 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_11, [768], p_clip_layers_4_mlp_norm_weight, p_clip_layers_4_mlp_norm_bias, 1e-05); p_clip_layers_4_mlp_norm_weight = p_clip_layers_4_mlp_norm_bias = None 2025-03-21T20:22:51.8292117Z getitem_10: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_10[0]; aten_native_layer_norm_default_10 = None 2025-03-21T20:22:51.8292918Z 2025-03-21T20:22:51.8294029Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.8295772Z aten_view_copy_default_119: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_10, [mul_2, 768]); getitem_10 = None 2025-03-21T20:22:51.8297572Z aten_permute_copy_default_64: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_4_mlp_w1_weight, [1, 0]); p_clip_layers_4_mlp_w1_weight = None 2025-03-21T20:22:51.8299910Z aten_addmm_default_8: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_4_mlp_w1_bias, aten_view_copy_default_119, aten_permute_copy_default_64); p_clip_layers_4_mlp_w1_bias = aten_view_copy_default_119 = aten_permute_copy_default_64 = None 2025-03-21T20:22:51.8302436Z aten_view_copy_default_120: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_8, [1, mul_2, 3072]); aten_addmm_default_8 = None 2025-03-21T20:22:51.8304374Z aten_gelu_default_4: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_120); aten_view_copy_default_120 = None 2025-03-21T20:22:51.8305644Z 2025-03-21T20:22:51.8306617Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.8308408Z aten_view_copy_default_121: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_4, [mul_2, 3072]); aten_gelu_default_4 = None 2025-03-21T20:22:51.8310613Z aten_permute_copy_default_65: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_4_mlp_w2_weight, [1, 0]); p_clip_layers_4_mlp_w2_weight = None 2025-03-21T20:22:51.8313138Z aten_addmm_default_9: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_4_mlp_w2_bias, aten_view_copy_default_121, aten_permute_copy_default_65); p_clip_layers_4_mlp_w2_bias = aten_view_copy_default_121 = aten_permute_copy_default_65 = None 2025-03-21T20:22:51.8316068Z aten_view_copy_default_122: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_9, [1, mul_2, 768]); aten_addmm_default_9 = None 2025-03-21T20:22:51.8317433Z 2025-03-21T20:22:51.8318532Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.8320833Z aten_add_tensor_12: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_11, aten_view_copy_default_122); aten_add_tensor_11 = aten_view_copy_default_122 = None 2025-03-21T20:22:51.8322289Z 2025-03-21T20:22:51.8323577Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:393 in forward, code: h = x.reshape(bsz, n_imgs, n_tiles, n_tokens, embed_dim) 2025-03-21T20:22:51.8325629Z aten_view_copy_default_123: "f32[1, 1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_add_tensor_12, [1, 1, sym_size, 257, 768]) 2025-03-21T20:22:51.8326799Z 2025-03-21T20:22:51.8327953Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8330327Z aten_native_layer_norm_default_11 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_12, [768], p_clip_layers_5_sa_norm_weight, p_clip_layers_5_sa_norm_bias, 1e-05); p_clip_layers_5_sa_norm_weight = p_clip_layers_5_sa_norm_bias = None 2025-03-21T20:22:51.8332750Z getitem_11: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_11[0]; aten_native_layer_norm_default_11 = None 2025-03-21T20:22:51.8333698Z 2025-03-21T20:22:51.8334637Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.8336851Z aten_permute_copy_default_66: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_5_attn_q_proj_weight, [1, 0]); p_clip_layers_5_attn_q_proj_weight = None 2025-03-21T20:22:51.8338918Z aten_view_copy_default_124: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_11, [mul_2, 768]) 2025-03-21T20:22:51.8341138Z aten_mm_default_20: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_124, aten_permute_copy_default_66); aten_view_copy_default_124 = aten_permute_copy_default_66 = None 2025-03-21T20:22:51.8363610Z aten_view_copy_default_125: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_20, [1, mul_2, 768]); aten_mm_default_20 = None 2025-03-21T20:22:51.8365261Z 2025-03-21T20:22:51.8366583Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.8368847Z aten_view_copy_default_126: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_125, [1, mul_2, 8, 96]); aten_view_copy_default_125 = None 2025-03-21T20:22:51.8370165Z 2025-03-21T20:22:51.8371274Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.8373297Z aten_permute_copy_default_67: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_126, [0, 2, 1, 3]); aten_view_copy_default_126 = None 2025-03-21T20:22:51.8374673Z 2025-03-21T20:22:51.8376105Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.8378162Z aten_permute_copy_default_68: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_5_attn_k_proj_weight, [1, 0]); p_clip_layers_5_attn_k_proj_weight = None 2025-03-21T20:22:51.8379847Z aten_view_copy_default_127: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_11, [mul_2, 768]) 2025-03-21T20:22:51.8382143Z aten_mm_default_21: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_127, aten_permute_copy_default_68); aten_view_copy_default_127 = aten_permute_copy_default_68 = None 2025-03-21T20:22:51.8384581Z aten_view_copy_default_128: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_21, [1, mul_2, 768]); aten_mm_default_21 = None 2025-03-21T20:22:51.8385789Z 2025-03-21T20:22:51.8387085Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.8389035Z aten_permute_copy_default_69: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_5_attn_v_proj_weight, [1, 0]); p_clip_layers_5_attn_v_proj_weight = None 2025-03-21T20:22:51.8391132Z aten_view_copy_default_129: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_11, [mul_2, 768]); getitem_11 = None 2025-03-21T20:22:51.8393228Z aten_mm_default_22: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_129, aten_permute_copy_default_69); aten_view_copy_default_129 = aten_permute_copy_default_69 = None 2025-03-21T20:22:51.8395399Z aten_view_copy_default_130: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_22, [1, mul_2, 768]); aten_mm_default_22 = None 2025-03-21T20:22:51.8396595Z 2025-03-21T20:22:51.8397675Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8399688Z aten_view_copy_default_131: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_128, [1, mul_2, -1, 96]); aten_view_copy_default_128 = None 2025-03-21T20:22:51.8401170Z 2025-03-21T20:22:51.8402428Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8404490Z aten_view_copy_default_132: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_130, [1, mul_2, -1, 96]); aten_view_copy_default_130 = None 2025-03-21T20:22:51.8405817Z 2025-03-21T20:22:51.8406969Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.8408839Z aten_permute_copy_default_70: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_131, [0, 2, 1, 3]); aten_view_copy_default_131 = None 2025-03-21T20:22:51.8410218Z 2025-03-21T20:22:51.8411409Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.8413229Z aten_permute_copy_default_71: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_132, [0, 2, 1, 3]); aten_view_copy_default_132 = None 2025-03-21T20:22:51.8414599Z 2025-03-21T20:22:51.8416539Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.8418838Z aten_mul_scalar_10: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_67, 0.31947155212313627); aten_permute_copy_default_67 = None 2025-03-21T20:22:51.8421012Z aten_permute_copy_default_72: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_70, [0, 1, 3, 2]); aten_permute_copy_default_70 = None 2025-03-21T20:22:51.8423349Z aten_mul_scalar_11: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_72, 0.31947155212313627); aten_permute_copy_default_72 = None 2025-03-21T20:22:51.8425281Z aten_expand_copy_default_25: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_10, [1, 8, mul_2, 96]); aten_mul_scalar_10 = None 2025-03-21T20:22:51.8427420Z aten_view_copy_default_133: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_25, [8, mul_2, 96]); aten_expand_copy_default_25 = None 2025-03-21T20:22:51.8429440Z aten_expand_copy_default_26: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_11, [1, 8, 96, mul_2]); aten_mul_scalar_11 = None 2025-03-21T20:22:51.8431606Z aten_view_copy_default_134: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_26, [8, 96, mul_2]); aten_expand_copy_default_26 = None 2025-03-21T20:22:51.8433820Z aten_bmm_default_10: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_133, aten_view_copy_default_134); aten_view_copy_default_133 = aten_view_copy_default_134 = None 2025-03-21T20:22:51.8436125Z aten_view_copy_default_135: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_10, [1, 8, mul_2, mul_2]); aten_bmm_default_10 = None 2025-03-21T20:22:51.8438096Z aten__softmax_default_5: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_135, -1, False) 2025-03-21T20:22:51.8439908Z aten_eq_scalar_9: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_135, -inf); aten_view_copy_default_135 = None 2025-03-21T20:22:51.8441727Z aten_logical_not_default_10: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_9); aten_eq_scalar_9 = None 2025-03-21T20:22:51.8443508Z aten_any_dim_5: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_10, -1, True); aten_logical_not_default_10 = None 2025-03-21T20:22:51.8445112Z aten_logical_not_default_11: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_5); aten_any_dim_5 = None 2025-03-21T20:22:51.8447364Z aten_full_like_default_5: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_5, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.8449884Z aten_where_self_9: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_11, aten_full_like_default_5, aten__softmax_default_5); aten_logical_not_default_11 = aten_full_like_default_5 = aten__softmax_default_5 = None 2025-03-21T20:22:51.8452436Z aten_expand_copy_default_27: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_9, [1, 8, mul_2, mul_2]); aten_where_self_9 = None 2025-03-21T20:22:51.8454598Z aten_view_copy_default_136: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_27, [8, mul_2, mul_2]); aten_expand_copy_default_27 = None 2025-03-21T20:22:51.8456754Z aten_expand_copy_default_28: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_71, [1, 8, mul_2, 96]); aten_permute_copy_default_71 = None 2025-03-21T20:22:51.8458917Z aten_view_copy_default_137: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_28, [8, mul_2, 96]); aten_expand_copy_default_28 = None 2025-03-21T20:22:51.8461314Z aten_bmm_default_11: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_136, aten_view_copy_default_137); aten_view_copy_default_136 = aten_view_copy_default_137 = None 2025-03-21T20:22:51.8463525Z aten_view_copy_default_138: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_11, [1, 8, mul_2, 96]); aten_bmm_default_11 = None 2025-03-21T20:22:51.8465592Z aten_permute_copy_default_73: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_138, [2, 0, 1, 3]); aten_view_copy_default_138 = None 2025-03-21T20:22:51.8467796Z aten_clone_default_7: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_73, memory_format = torch.contiguous_format); aten_permute_copy_default_73 = None 2025-03-21T20:22:51.8469965Z aten_permute_copy_default_74: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_7, [1, 2, 0, 3]); aten_clone_default_7 = None 2025-03-21T20:22:51.8471256Z 2025-03-21T20:22:51.8472639Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.8474798Z aten_permute_copy_default_75: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_74, [0, 2, 1, 3]); aten_permute_copy_default_74 = None 2025-03-21T20:22:51.8477012Z aten_view_copy_default_139: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_75, [1, mul_2, -1]); aten_permute_copy_default_75 = None 2025-03-21T20:22:51.8478363Z 2025-03-21T20:22:51.8479409Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.8481727Z aten_permute_copy_default_76: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_5_attn_output_proj_weight, [1, 0]); p_clip_layers_5_attn_output_proj_weight = None 2025-03-21T20:22:51.8483942Z aten_view_copy_default_140: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_139, [mul_2, 768]); aten_view_copy_default_139 = None 2025-03-21T20:22:51.8486618Z aten_mm_default_23: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_140, aten_permute_copy_default_76); aten_view_copy_default_140 = aten_permute_copy_default_76 = None 2025-03-21T20:22:51.8488763Z aten_view_copy_default_141: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_23, [1, mul_2, 768]); aten_mm_default_23 = None 2025-03-21T20:22:51.8489921Z 2025-03-21T20:22:51.8491130Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.8493225Z aten_add_tensor_13: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_view_copy_default_141, aten_add_tensor_12); aten_view_copy_default_141 = aten_add_tensor_12 = None 2025-03-21T20:22:51.8494838Z 2025-03-21T20:22:51.8495934Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8498359Z aten_native_layer_norm_default_12 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_13, [768], p_clip_layers_5_mlp_norm_weight, p_clip_layers_5_mlp_norm_bias, 1e-05); p_clip_layers_5_mlp_norm_weight = p_clip_layers_5_mlp_norm_bias = None 2025-03-21T20:22:51.8501019Z getitem_12: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_12[0]; aten_native_layer_norm_default_12 = None 2025-03-21T20:22:51.8501980Z 2025-03-21T20:22:51.8503251Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.8505182Z aten_view_copy_default_142: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_12, [mul_2, 768]); getitem_12 = None 2025-03-21T20:22:51.8507108Z aten_permute_copy_default_77: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_5_mlp_w1_weight, [1, 0]); p_clip_layers_5_mlp_w1_weight = None 2025-03-21T20:22:51.8509792Z aten_addmm_default_10: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_5_mlp_w1_bias, aten_view_copy_default_142, aten_permute_copy_default_77); p_clip_layers_5_mlp_w1_bias = aten_view_copy_default_142 = aten_permute_copy_default_77 = None 2025-03-21T20:22:51.8512519Z aten_view_copy_default_143: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_10, [1, mul_2, 3072]); aten_addmm_default_10 = None 2025-03-21T20:22:51.8514473Z aten_gelu_default_5: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_143); aten_view_copy_default_143 = None 2025-03-21T20:22:51.8515733Z 2025-03-21T20:22:51.8516842Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.8518778Z aten_view_copy_default_144: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_5, [mul_2, 3072]); aten_gelu_default_5 = None 2025-03-21T20:22:51.8521230Z aten_permute_copy_default_78: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_clip_layers_5_mlp_w2_weight, [1, 0]); p_clip_layers_5_mlp_w2_weight = None 2025-03-21T20:22:51.8524066Z aten_addmm_default_11: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_clip_layers_5_mlp_w2_bias, aten_view_copy_default_144, aten_permute_copy_default_78); p_clip_layers_5_mlp_w2_bias = aten_view_copy_default_144 = aten_permute_copy_default_78 = None 2025-03-21T20:22:51.8526870Z aten_view_copy_default_145: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_11, [1, mul_2, 768]); aten_addmm_default_11 = None 2025-03-21T20:22:51.8528238Z 2025-03-21T20:22:51.8529428Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.8531590Z aten_add_tensor_14: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_13, aten_view_copy_default_145); aten_add_tensor_13 = aten_view_copy_default_145 = None 2025-03-21T20:22:51.8533027Z 2025-03-21T20:22:51.8534264Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8537139Z aten_native_layer_norm_default_13 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_14, [768], p_clip_ln_post_weight, p_clip_ln_post_bias, 1e-05); aten_add_tensor_14 = p_clip_ln_post_weight = p_clip_ln_post_bias = None 2025-03-21T20:22:51.8539208Z getitem_13: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_13[0]; aten_native_layer_norm_default_13 = None 2025-03-21T20:22:51.8540155Z 2025-03-21T20:22:51.8541652Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/vision_transformer.py:402 in forward, code: x = x.reshape(bsz_and_n_imgs, n_tiles, n_tokens, embed_dim) 2025-03-21T20:22:51.8543797Z aten_view_copy_default_146: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_13, [1, sym_size, 257, 768]); getitem_13 = None 2025-03-21T20:22:51.8545096Z 2025-03-21T20:22:51.8546218Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/_dynamo/polyfills/builtins.py:53 in enumerate, code: for x in iterable: 2025-03-21T20:22:51.8548037Z aten_select_copy_int_16: "i64[2]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_view_copy_default_1, 0, 0); aten_view_copy_default_1 = None 2025-03-21T20:22:51.8549164Z 2025-03-21T20:22:51.8550799Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:178 in forward, code: for batch_idx, (n_tiles_h, n_tiles_w) in enumerate(aspect_ratio): 2025-03-21T20:22:51.8552922Z aten_select_copy_int_17: "i64[]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_16, 0, 0) 2025-03-21T20:22:51.8554601Z aten_select_copy_int_18: "i64[]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int_16, 0, 1); aten_select_copy_int_16 = None 2025-03-21T20:22:51.8555665Z 2025-03-21T20:22:51.8556867Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:182 in forward, code: n_tiles_h = n_tiles_h.item() 2025-03-21T20:22:51.8558883Z _local_scalar_dense_4: "Sym(u76)" = torch.ops.aten._local_scalar_dense.default(aten_select_copy_int_17); aten_select_copy_int_17 = None 2025-03-21T20:22:51.8559930Z 2025-03-21T20:22:51.8560374Z # 2025-03-21T20:22:51.8561540Z sym_constrain_range_for_size_4 = torch.ops.aten.sym_constrain_range_for_size.default(_local_scalar_dense_4); sym_constrain_range_for_size_4 = None 2025-03-21T20:22:51.8562783Z 2025-03-21T20:22:51.8564145Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:182 in forward, code: n_tiles_h = n_tiles_h.item() 2025-03-21T20:22:51.8565745Z ge_4: "Sym(u76 >= 1)" = _local_scalar_dense_4 >= 1 2025-03-21T20:22:51.8567104Z _assert_scalar_13 = torch.ops.aten._assert_scalar.default(ge_4, "Runtime assertion failed for expression u4 >= 1 on node 'ge_92'"); ge_4 = _assert_scalar_13 = None 2025-03-21T20:22:51.8568546Z le_4: "Sym(u76 <= 4)" = _local_scalar_dense_4 <= 4 2025-03-21T20:22:51.8569847Z _assert_scalar_14 = torch.ops.aten._assert_scalar.default(le_4, "Runtime assertion failed for expression u4 <= 4 on node 'le_10'"); le_4 = _assert_scalar_14 = None 2025-03-21T20:22:51.8571370Z 2025-03-21T20:22:51.8572870Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:183 in forward, code: n_tiles_w = n_tiles_w.item() 2025-03-21T20:22:51.8574847Z _local_scalar_dense_5: "Sym(u77)" = torch.ops.aten._local_scalar_dense.default(aten_select_copy_int_18); aten_select_copy_int_18 = None 2025-03-21T20:22:51.8576336Z 2025-03-21T20:22:51.8576737Z # 2025-03-21T20:22:51.8577801Z sym_constrain_range_for_size_5 = torch.ops.aten.sym_constrain_range_for_size.default(_local_scalar_dense_5); sym_constrain_range_for_size_5 = None 2025-03-21T20:22:51.8578963Z 2025-03-21T20:22:51.8580357Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:183 in forward, code: n_tiles_w = n_tiles_w.item() 2025-03-21T20:22:51.8581786Z ge_5: "Sym(u77 >= 1)" = _local_scalar_dense_5 >= 1 2025-03-21T20:22:51.8583272Z _assert_scalar_15 = torch.ops.aten._assert_scalar.default(ge_5, "Runtime assertion failed for expression u5 >= 1 on node 'ge_93'"); ge_5 = _assert_scalar_15 = None 2025-03-21T20:22:51.8584700Z le_5: "Sym(u77 <= 4)" = _local_scalar_dense_5 <= 4 2025-03-21T20:22:51.8586065Z _assert_scalar_16 = torch.ops.aten._assert_scalar.default(le_5, "Runtime assertion failed for expression u5 <= 4 on node 'le_11'"); le_5 = _assert_scalar_16 = None 2025-03-21T20:22:51.8587562Z 2025-03-21T20:22:51.8587923Z # 2025-03-21T20:22:51.8588479Z mul_3: "Sym(u76*u77)" = _local_scalar_dense_4 * _local_scalar_dense_5 2025-03-21T20:22:51.8589220Z lt_3: "Sym(u76*u77 < s0 + 1)" = mul_3 < add 2025-03-21T20:22:51.8590478Z _assert_scalar_17 = torch.ops.aten._assert_scalar.default(lt_3, "Runtime assertion failed for expression u4*u5 < s0 + 1 on node 'lt_190'"); lt_3 = _assert_scalar_17 = None 2025-03-21T20:22:51.8591932Z 2025-03-21T20:22:51.8593079Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5209 in pad, code: return torch._C._nn.pad(input, pad, mode, value) 2025-03-21T20:22:51.8595259Z aten_constant_pad_nd_default_4: "f32[5, 5, 1, 768]" = executorch_exir_dialects_edge__ops_aten_constant_pad_nd_default(p_clip_post_tile_pos_embed_embedding, [0, 0, 0, 0, 0, 1, 0, 1], 0.0); p_clip_post_tile_pos_embed_embedding = None 2025-03-21T20:22:51.8596694Z 2025-03-21T20:22:51.8598122Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:197 in forward, code: pos_embed = padded_embedding[:n_tiles_h, :n_tiles_w, :, :] 2025-03-21T20:22:51.8600624Z aten_slice_copy_tensor_42: "f32[u76, 5, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_constant_pad_nd_default_4, 0, 0, _local_scalar_dense_4); aten_constant_pad_nd_default_4 = _local_scalar_dense_4 = None 2025-03-21T20:22:51.8603085Z aten_slice_copy_tensor_43: "f32[u76, u77, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_42, 1, 0, _local_scalar_dense_5); aten_slice_copy_tensor_42 = _local_scalar_dense_5 = None 2025-03-21T20:22:51.8605420Z aten_slice_copy_tensor_44: "f32[u76, u77, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_43, 2, 0, 9223372036854775807); aten_slice_copy_tensor_43 = None 2025-03-21T20:22:51.8607448Z aten_slice_copy_tensor_45: "f32[u76, u77, 1, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_44, 3, 0, 9223372036854775807); aten_slice_copy_tensor_44 = None 2025-03-21T20:22:51.8608751Z 2025-03-21T20:22:51.8610018Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:202 in forward, code: pos_embed = pos_embed.clone() 2025-03-21T20:22:51.8612075Z aten_clone_default_8: "f32[u76, u77, 1, 768]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_slice_copy_tensor_45); aten_slice_copy_tensor_45 = None 2025-03-21T20:22:51.8613292Z 2025-03-21T20:22:51.8614705Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:203 in forward, code: pos_embed = pos_embed.reshape(n_non_padded_tiles, 1, self.embed_dim) 2025-03-21T20:22:51.8617444Z aten_view_copy_default_147: "f32[u76*u77, 1, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_8, [mul_3, 1, 768]); aten_clone_default_8 = None 2025-03-21T20:22:51.8618625Z 2025-03-21T20:22:51.8619822Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/nn/functional.py:5209 in pad, code: return torch._C._nn.pad(input, pad, mode, value) 2025-03-21T20:22:51.8621943Z aten_constant_pad_nd_default_5: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_constant_pad_nd_default(aten_view_copy_default_146, [0, 0, 0, 0, 0, 1, 0, 0], 0.0); aten_view_copy_default_146 = None 2025-03-21T20:22:51.8623707Z 2025-03-21T20:22:51.8625256Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/modules/_position_embeddings.py:208 in forward, code: x[batch_idx, :n_non_padded_tiles, :, :] += pos_embed * self.gate.tanh() 2025-03-21T20:22:51.8627338Z aten_select_copy_int_19: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_constant_pad_nd_default_5, 0, 0) 2025-03-21T20:22:51.8629239Z aten_slice_copy_tensor_46: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_19, 0, 0, mul_3); aten_select_copy_int_19 = None 2025-03-21T20:22:51.8631413Z aten_slice_copy_tensor_47: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_46, 1, 0, 9223372036854775807); aten_slice_copy_tensor_46 = None 2025-03-21T20:22:51.8633550Z aten_slice_copy_tensor_48: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_47, 2, 0, 9223372036854775807); aten_slice_copy_tensor_47 = None 2025-03-21T20:22:51.8635501Z aten_tanh_default_3: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_clip_post_tile_pos_embed_gate); p_clip_post_tile_pos_embed_gate = None 2025-03-21T20:22:51.8637507Z aten_mul_tensor_3: "f32[u76*u77, 1, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_147, aten_tanh_default_3); aten_view_copy_default_147 = aten_tanh_default_3 = None 2025-03-21T20:22:51.8639537Z aten_add_tensor_15: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_slice_copy_tensor_48, aten_mul_tensor_3); aten_slice_copy_tensor_48 = aten_mul_tensor_3 = None 2025-03-21T20:22:51.8641417Z aten_select_copy_int_20: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_constant_pad_nd_default_5, 0, 0) 2025-03-21T20:22:51.8643026Z aten_slice_copy_tensor_49: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_20, 0, 0, mul_3) 2025-03-21T20:22:51.8644777Z aten_slice_copy_tensor_50: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_49, 1, 0, 9223372036854775807) 2025-03-21T20:22:51.8647017Z aten_slice_scatter_default_12: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_50, aten_add_tensor_15, 2, 0, 9223372036854775807); aten_slice_copy_tensor_50 = aten_add_tensor_15 = None 2025-03-21T20:22:51.8649698Z aten_slice_scatter_default_13: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_49, aten_slice_scatter_default_12, 1, 0, 9223372036854775807); aten_slice_copy_tensor_49 = aten_slice_scatter_default_12 = None 2025-03-21T20:22:51.8652509Z aten_slice_scatter_default_14: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_select_copy_int_20, aten_slice_scatter_default_13, 0, 0, mul_3); aten_select_copy_int_20 = aten_slice_scatter_default_13 = None 2025-03-21T20:22:51.8655109Z aten_arange_start_step_4: "i64[1]" = executorch_exir_dialects_edge__ops_aten_arange_start_step(0, 1, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:22:51.8656893Z aten_view_copy_default_148: "i64[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_arange_start_step_4, [-1, 1, 1, 1]); aten_arange_start_step_4 = None 2025-03-21T20:22:51.8658530Z aten_eq_scalar_10: "b8[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_148, 0); aten_view_copy_default_148 = None 2025-03-21T20:22:51.8660473Z aten_unsqueeze_copy_default_4: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_slice_scatter_default_14, 0); aten_slice_scatter_default_14 = None 2025-03-21T20:22:51.8662704Z aten_expand_copy_default_29: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_unsqueeze_copy_default_4, [1, add, 257, 768]); aten_unsqueeze_copy_default_4 = None 2025-03-21T20:22:51.8665086Z aten_where_self_10: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_eq_scalar_10, aten_expand_copy_default_29, aten_constant_pad_nd_default_5); aten_eq_scalar_10 = aten_expand_copy_default_29 = aten_constant_pad_nd_default_5 = None 2025-03-21T20:22:51.8667216Z aten_select_copy_int_21: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self_10, 0, 0) 2025-03-21T20:22:51.8669055Z aten_slice_copy_tensor_51: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_21, 0, 0, mul_3); aten_select_copy_int_21 = None 2025-03-21T20:22:51.8671135Z aten_slice_copy_tensor_52: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_51, 1, 0, 9223372036854775807); aten_slice_copy_tensor_51 = None 2025-03-21T20:22:51.8673291Z aten_slice_copy_tensor_53: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_52, 2, 0, 9223372036854775807); aten_slice_copy_tensor_52 = None 2025-03-21T20:22:51.8674920Z aten_select_copy_int_22: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self_10, 0, 0) 2025-03-21T20:22:51.8676627Z aten_slice_copy_tensor_54: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_22, 0, 0, mul_3); aten_select_copy_int_22 = None 2025-03-21T20:22:51.8678865Z aten_slice_copy_tensor_55: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_54, 1, 0, 9223372036854775807); aten_slice_copy_tensor_54 = None 2025-03-21T20:22:51.8681143Z aten_slice_copy_tensor_56: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_55, 2, 0, 9223372036854775807); aten_slice_copy_tensor_55 = None 2025-03-21T20:22:51.8683659Z aten_copy_default_2: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_copy_default(aten_slice_copy_tensor_56, aten_slice_copy_tensor_53); aten_slice_copy_tensor_56 = aten_slice_copy_tensor_53 = None 2025-03-21T20:22:51.8685676Z aten_select_copy_int_23: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_where_self_10, 0, 0) 2025-03-21T20:22:51.8687815Z aten_slice_copy_tensor_57: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_select_copy_int_23, 0, 0, mul_3) 2025-03-21T20:22:51.8689493Z aten_slice_copy_tensor_58: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_57, 1, 0, 9223372036854775807) 2025-03-21T20:22:51.8692120Z aten_slice_scatter_default_15: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_58, aten_copy_default_2, 2, 0, 9223372036854775807); aten_slice_copy_tensor_58 = aten_copy_default_2 = None 2025-03-21T20:22:51.8694993Z aten_slice_scatter_default_16: "f32[u76*u77, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_slice_copy_tensor_57, aten_slice_scatter_default_15, 1, 0, 9223372036854775807); aten_slice_copy_tensor_57 = aten_slice_scatter_default_15 = None 2025-03-21T20:22:51.8698067Z aten_slice_scatter_default_17: "f32[s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_scatter_default(aten_select_copy_int_23, aten_slice_scatter_default_16, 0, 0, mul_3); aten_select_copy_int_23 = aten_slice_scatter_default_16 = mul_3 = None 2025-03-21T20:22:51.8700591Z aten_arange_start_step_5: "i64[1]" = executorch_exir_dialects_edge__ops_aten_arange_start_step(0, 1, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:22:51.8702518Z aten_view_copy_default_149: "i64[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_arange_start_step_5, [-1, 1, 1, 1]); aten_arange_start_step_5 = None 2025-03-21T20:22:51.8704410Z aten_eq_scalar_11: "b8[1, 1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_149, 0); aten_view_copy_default_149 = None 2025-03-21T20:22:51.8706204Z aten_unsqueeze_copy_default_5: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_slice_scatter_default_17, 0); aten_slice_scatter_default_17 = None 2025-03-21T20:22:51.8708482Z aten_expand_copy_default_30: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_unsqueeze_copy_default_5, [1, add, 257, 768]); aten_unsqueeze_copy_default_5 = add = None 2025-03-21T20:22:51.8710905Z aten_where_self_11: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_eq_scalar_11, aten_expand_copy_default_30, aten_where_self_10); aten_eq_scalar_11 = aten_expand_copy_default_30 = aten_where_self_10 = None 2025-03-21T20:22:51.8712680Z 2025-03-21T20:22:51.8713804Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:31 in forward, code: x.float(), 2025-03-21T20:22:51.8715646Z aten_slice_copy_tensor_59: "f32[1, s0 + 1, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_where_self_11, 0, 0, 9223372036854775807); aten_where_self_11 = None 2025-03-21T20:22:51.8717828Z aten_slice_copy_tensor_60: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_59, 1, 0, sym_size); aten_slice_copy_tensor_59 = None 2025-03-21T20:22:51.8720197Z aten_slice_copy_tensor_61: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_60, 2, 0, 9223372036854775807); aten_slice_copy_tensor_60 = None 2025-03-21T20:22:51.8722453Z aten_slice_copy_tensor_62: "f32[1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(aten_slice_copy_tensor_61, 3, 0, 9223372036854775807); aten_slice_copy_tensor_61 = None 2025-03-21T20:22:51.8724631Z aten_view_copy_default_150: "f32[1, 1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_slice_copy_tensor_62, [1, 1, sym_size, 257, 768]); aten_slice_copy_tensor_62 = None 2025-03-21T20:22:51.8726805Z aten_view_copy_default_151: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_150, [1, mul_2, 768]); aten_view_copy_default_150 = None 2025-03-21T20:22:51.8728087Z 2025-03-21T20:22:51.8729232Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8732212Z aten_native_layer_norm_default_14 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_view_copy_default_151, [768], p_projection_layers_0_sa_norm_weight, p_projection_layers_0_sa_norm_bias, 1e-05); p_projection_layers_0_sa_norm_weight = p_projection_layers_0_sa_norm_bias = None 2025-03-21T20:22:51.8734449Z getitem_14: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_14[0]; aten_native_layer_norm_default_14 = None 2025-03-21T20:22:51.8735361Z 2025-03-21T20:22:51.8736380Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.8738712Z aten_permute_copy_default_79: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_0_attn_q_proj_weight, [1, 0]); p_projection_layers_0_attn_q_proj_weight = None 2025-03-21T20:22:51.8740863Z aten_view_copy_default_152: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_14, [mul_2, 768]) 2025-03-21T20:22:51.8742724Z aten_mm_default_24: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_152, aten_permute_copy_default_79); aten_view_copy_default_152 = aten_permute_copy_default_79 = None 2025-03-21T20:22:51.8744989Z aten_view_copy_default_153: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_24, [1, mul_2, 768]); aten_mm_default_24 = None 2025-03-21T20:22:51.8746259Z 2025-03-21T20:22:51.8747555Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.8749668Z aten_view_copy_default_154: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_153, [1, mul_2, 8, 96]); aten_view_copy_default_153 = None 2025-03-21T20:22:51.8751076Z 2025-03-21T20:22:51.8752017Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.8753889Z aten_permute_copy_default_80: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_154, [0, 2, 1, 3]); aten_view_copy_default_154 = None 2025-03-21T20:22:51.8755087Z 2025-03-21T20:22:51.8756089Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.8758121Z aten_permute_copy_default_81: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_0_attn_k_proj_weight, [1, 0]); p_projection_layers_0_attn_k_proj_weight = None 2025-03-21T20:22:51.8760155Z aten_view_copy_default_155: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_14, [mul_2, 768]) 2025-03-21T20:22:51.8762116Z aten_mm_default_25: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_155, aten_permute_copy_default_81); aten_view_copy_default_155 = aten_permute_copy_default_81 = None 2025-03-21T20:22:51.8764236Z aten_view_copy_default_156: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_25, [1, mul_2, 768]); aten_mm_default_25 = None 2025-03-21T20:22:51.8765592Z 2025-03-21T20:22:51.8766824Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.8769160Z aten_permute_copy_default_82: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_0_attn_v_proj_weight, [1, 0]); p_projection_layers_0_attn_v_proj_weight = None 2025-03-21T20:22:51.8771358Z aten_view_copy_default_157: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_14, [mul_2, 768]); getitem_14 = None 2025-03-21T20:22:51.8773414Z aten_mm_default_26: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_157, aten_permute_copy_default_82); aten_view_copy_default_157 = aten_permute_copy_default_82 = None 2025-03-21T20:22:51.8775734Z aten_view_copy_default_158: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_26, [1, mul_2, 768]); aten_mm_default_26 = None 2025-03-21T20:22:51.8777258Z 2025-03-21T20:22:51.8778502Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8780698Z aten_view_copy_default_159: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_156, [1, mul_2, -1, 96]); aten_view_copy_default_156 = None 2025-03-21T20:22:51.8782034Z 2025-03-21T20:22:51.8783222Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8785399Z aten_view_copy_default_160: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_158, [1, mul_2, -1, 96]); aten_view_copy_default_158 = None 2025-03-21T20:22:51.8787145Z 2025-03-21T20:22:51.8788149Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.8790082Z aten_permute_copy_default_83: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_159, [0, 2, 1, 3]); aten_view_copy_default_159 = None 2025-03-21T20:22:51.8791597Z 2025-03-21T20:22:51.8792593Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.8794796Z aten_permute_copy_default_84: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_160, [0, 2, 1, 3]); aten_view_copy_default_160 = None 2025-03-21T20:22:51.8796271Z 2025-03-21T20:22:51.8797682Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.8799890Z aten_mul_scalar_12: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_80, 0.31947155212313627); aten_permute_copy_default_80 = None 2025-03-21T20:22:51.8802210Z aten_permute_copy_default_85: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_83, [0, 1, 3, 2]); aten_permute_copy_default_83 = None 2025-03-21T20:22:51.8804270Z aten_mul_scalar_13: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_85, 0.31947155212313627); aten_permute_copy_default_85 = None 2025-03-21T20:22:51.8806405Z aten_expand_copy_default_31: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_12, [1, 8, mul_2, 96]); aten_mul_scalar_12 = None 2025-03-21T20:22:51.8808549Z aten_view_copy_default_161: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_31, [8, mul_2, 96]); aten_expand_copy_default_31 = None 2025-03-21T20:22:51.8810716Z aten_expand_copy_default_32: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_13, [1, 8, 96, mul_2]); aten_mul_scalar_13 = None 2025-03-21T20:22:51.8813318Z aten_view_copy_default_162: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_32, [8, 96, mul_2]); aten_expand_copy_default_32 = None 2025-03-21T20:22:51.8815678Z aten_bmm_default_12: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_161, aten_view_copy_default_162); aten_view_copy_default_161 = aten_view_copy_default_162 = None 2025-03-21T20:22:51.8818441Z aten_view_copy_default_163: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_12, [1, 8, mul_2, mul_2]); aten_bmm_default_12 = None 2025-03-21T20:22:51.8820255Z aten__softmax_default_6: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_163, -1, False) 2025-03-21T20:22:51.8822140Z aten_eq_scalar_12: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_163, -inf); aten_view_copy_default_163 = None 2025-03-21T20:22:51.8824210Z aten_logical_not_default_12: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_12); aten_eq_scalar_12 = None 2025-03-21T20:22:51.8826087Z aten_any_dim_6: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_12, -1, True); aten_logical_not_default_12 = None 2025-03-21T20:22:51.8827916Z aten_logical_not_default_13: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_6); aten_any_dim_6 = None 2025-03-21T20:22:51.8829830Z aten_full_like_default_6: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_6, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.8832604Z aten_where_self_12: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_13, aten_full_like_default_6, aten__softmax_default_6); aten_logical_not_default_13 = aten_full_like_default_6 = aten__softmax_default_6 = None 2025-03-21T20:22:51.8835058Z aten_expand_copy_default_33: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_12, [1, 8, mul_2, mul_2]); aten_where_self_12 = None 2025-03-21T20:22:51.8837215Z aten_view_copy_default_164: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_33, [8, mul_2, mul_2]); aten_expand_copy_default_33 = None 2025-03-21T20:22:51.8839482Z aten_expand_copy_default_34: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_84, [1, 8, mul_2, 96]); aten_permute_copy_default_84 = None 2025-03-21T20:22:51.8841662Z aten_view_copy_default_165: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_34, [8, mul_2, 96]); aten_expand_copy_default_34 = None 2025-03-21T20:22:51.8843821Z aten_bmm_default_13: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_164, aten_view_copy_default_165); aten_view_copy_default_164 = aten_view_copy_default_165 = None 2025-03-21T20:22:51.8845935Z aten_view_copy_default_166: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_13, [1, 8, mul_2, 96]); aten_bmm_default_13 = None 2025-03-21T20:22:51.8848542Z aten_permute_copy_default_86: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_166, [2, 0, 1, 3]); aten_view_copy_default_166 = None 2025-03-21T20:22:51.8851255Z aten_clone_default_9: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_86, memory_format = torch.contiguous_format); aten_permute_copy_default_86 = None 2025-03-21T20:22:51.8853439Z aten_permute_copy_default_87: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_9, [1, 2, 0, 3]); aten_clone_default_9 = None 2025-03-21T20:22:51.8854618Z 2025-03-21T20:22:51.8855911Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.8858038Z aten_permute_copy_default_88: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_87, [0, 2, 1, 3]); aten_permute_copy_default_87 = None 2025-03-21T20:22:51.8860282Z aten_view_copy_default_167: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_88, [1, mul_2, -1]); aten_permute_copy_default_88 = None 2025-03-21T20:22:51.8861615Z 2025-03-21T20:22:51.8862758Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.8865074Z aten_permute_copy_default_89: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_0_attn_output_proj_weight, [1, 0]); p_projection_layers_0_attn_output_proj_weight = None 2025-03-21T20:22:51.8867522Z aten_view_copy_default_168: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_167, [mul_2, 768]); aten_view_copy_default_167 = None 2025-03-21T20:22:51.8869636Z aten_mm_default_27: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_168, aten_permute_copy_default_89); aten_view_copy_default_168 = aten_permute_copy_default_89 = None 2025-03-21T20:22:51.8871929Z aten_view_copy_default_169: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_27, [1, mul_2, 768]); aten_mm_default_27 = None 2025-03-21T20:22:51.8873023Z 2025-03-21T20:22:51.8874080Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.8876290Z aten_tanh_default_4: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_0_sa_scale_scale); p_projection_layers_0_sa_scale_scale = None 2025-03-21T20:22:51.8878560Z aten_mul_tensor_4: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_169, aten_tanh_default_4); aten_view_copy_default_169 = aten_tanh_default_4 = None 2025-03-21T20:22:51.8879967Z 2025-03-21T20:22:51.8881263Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.8883367Z aten_add_tensor_16: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_4, aten_view_copy_default_151); aten_mul_tensor_4 = aten_view_copy_default_151 = None 2025-03-21T20:22:51.8884800Z 2025-03-21T20:22:51.8885945Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8888729Z aten_native_layer_norm_default_15 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_16, [768], p_projection_layers_0_mlp_norm_weight, p_projection_layers_0_mlp_norm_bias, 1e-05); p_projection_layers_0_mlp_norm_weight = p_projection_layers_0_mlp_norm_bias = None 2025-03-21T20:22:51.8891545Z getitem_15: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_15[0]; aten_native_layer_norm_default_15 = None 2025-03-21T20:22:51.8892587Z 2025-03-21T20:22:51.8893805Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.8895492Z aten_view_copy_default_170: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_15, [mul_2, 768]); getitem_15 = None 2025-03-21T20:22:51.8897846Z aten_permute_copy_default_90: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_0_mlp_w1_weight, [1, 0]); p_projection_layers_0_mlp_w1_weight = None 2025-03-21T20:22:51.8900822Z aten_addmm_default_12: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_0_mlp_w1_bias, aten_view_copy_default_170, aten_permute_copy_default_90); p_projection_layers_0_mlp_w1_bias = aten_view_copy_default_170 = aten_permute_copy_default_90 = None 2025-03-21T20:22:51.8903604Z aten_view_copy_default_171: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_12, [1, mul_2, 3072]); aten_addmm_default_12 = None 2025-03-21T20:22:51.8905404Z aten_gelu_default_6: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_171); aten_view_copy_default_171 = None 2025-03-21T20:22:51.8906569Z 2025-03-21T20:22:51.8907730Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.8909664Z aten_view_copy_default_172: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_6, [mul_2, 3072]); aten_gelu_default_6 = None 2025-03-21T20:22:51.8911937Z aten_permute_copy_default_91: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_0_mlp_w2_weight, [1, 0]); p_projection_layers_0_mlp_w2_weight = None 2025-03-21T20:22:51.8914698Z aten_addmm_default_13: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_0_mlp_w2_bias, aten_view_copy_default_172, aten_permute_copy_default_91); p_projection_layers_0_mlp_w2_bias = aten_view_copy_default_172 = aten_permute_copy_default_91 = None 2025-03-21T20:22:51.8917499Z aten_view_copy_default_173: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_13, [1, mul_2, 768]); aten_addmm_default_13 = None 2025-03-21T20:22:51.8918793Z 2025-03-21T20:22:51.8919917Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.8921901Z aten_tanh_default_5: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_0_mlp_scale_scale); p_projection_layers_0_mlp_scale_scale = None 2025-03-21T20:22:51.8924113Z aten_mul_tensor_5: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_173, aten_tanh_default_5); aten_view_copy_default_173 = aten_tanh_default_5 = None 2025-03-21T20:22:51.8925315Z 2025-03-21T20:22:51.8926696Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.8928834Z aten_add_tensor_17: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_16, aten_mul_tensor_5); aten_add_tensor_16 = aten_mul_tensor_5 = None 2025-03-21T20:22:51.8930082Z 2025-03-21T20:22:51.8931356Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.8934212Z aten_native_layer_norm_default_16 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_17, [768], p_projection_layers_1_sa_norm_weight, p_projection_layers_1_sa_norm_bias, 1e-05); p_projection_layers_1_sa_norm_weight = p_projection_layers_1_sa_norm_bias = None 2025-03-21T20:22:51.8936567Z getitem_16: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_16[0]; aten_native_layer_norm_default_16 = None 2025-03-21T20:22:51.8937602Z 2025-03-21T20:22:51.8938982Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.8941089Z aten_permute_copy_default_92: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_1_attn_q_proj_weight, [1, 0]); p_projection_layers_1_attn_q_proj_weight = None 2025-03-21T20:22:51.8944670Z aten_view_copy_default_174: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_16, [mul_2, 768]) 2025-03-21T20:22:51.8947412Z aten_mm_default_28: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_174, aten_permute_copy_default_92); aten_view_copy_default_174 = aten_permute_copy_default_92 = None 2025-03-21T20:22:51.8949567Z aten_view_copy_default_175: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_28, [1, mul_2, 768]); aten_mm_default_28 = None 2025-03-21T20:22:51.8950687Z 2025-03-21T20:22:51.8951946Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.8953965Z aten_view_copy_default_176: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_175, [1, mul_2, 8, 96]); aten_view_copy_default_175 = None 2025-03-21T20:22:51.8955288Z 2025-03-21T20:22:51.8956447Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.8958352Z aten_permute_copy_default_93: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_176, [0, 2, 1, 3]); aten_view_copy_default_176 = None 2025-03-21T20:22:51.8959741Z 2025-03-21T20:22:51.8960845Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.8962756Z aten_permute_copy_default_94: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_1_attn_k_proj_weight, [1, 0]); p_projection_layers_1_attn_k_proj_weight = None 2025-03-21T20:22:51.8964622Z aten_view_copy_default_177: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_16, [mul_2, 768]) 2025-03-21T20:22:51.8966513Z aten_mm_default_29: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_177, aten_permute_copy_default_94); aten_view_copy_default_177 = aten_permute_copy_default_94 = None 2025-03-21T20:22:51.8968672Z aten_view_copy_default_178: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_29, [1, mul_2, 768]); aten_mm_default_29 = None 2025-03-21T20:22:51.8969766Z 2025-03-21T20:22:51.8970835Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.8972866Z aten_permute_copy_default_95: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_1_attn_v_proj_weight, [1, 0]); p_projection_layers_1_attn_v_proj_weight = None 2025-03-21T20:22:51.8975283Z aten_view_copy_default_179: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_16, [mul_2, 768]); getitem_16 = None 2025-03-21T20:22:51.8977369Z aten_mm_default_30: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_179, aten_permute_copy_default_95); aten_view_copy_default_179 = aten_permute_copy_default_95 = None 2025-03-21T20:22:51.8979795Z aten_view_copy_default_180: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_30, [1, mul_2, 768]); aten_mm_default_30 = None 2025-03-21T20:22:51.8981071Z 2025-03-21T20:22:51.8982328Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8984465Z aten_view_copy_default_181: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_178, [1, mul_2, -1, 96]); aten_view_copy_default_178 = None 2025-03-21T20:22:51.8985693Z 2025-03-21T20:22:51.8987000Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.8989096Z aten_view_copy_default_182: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_180, [1, mul_2, -1, 96]); aten_view_copy_default_180 = None 2025-03-21T20:22:51.8990378Z 2025-03-21T20:22:51.8991659Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.8993571Z aten_permute_copy_default_96: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_181, [0, 2, 1, 3]); aten_view_copy_default_181 = None 2025-03-21T20:22:51.8994829Z 2025-03-21T20:22:51.8995915Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.8997985Z aten_permute_copy_default_97: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_182, [0, 2, 1, 3]); aten_view_copy_default_182 = None 2025-03-21T20:22:51.8999271Z 2025-03-21T20:22:51.9000579Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.9002724Z aten_mul_scalar_14: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_93, 0.31947155212313627); aten_permute_copy_default_93 = None 2025-03-21T20:22:51.9004656Z aten_permute_copy_default_98: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_96, [0, 1, 3, 2]); aten_permute_copy_default_96 = None 2025-03-21T20:22:51.9006797Z aten_mul_scalar_15: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_98, 0.31947155212313627); aten_permute_copy_default_98 = None 2025-03-21T20:22:51.9008927Z aten_expand_copy_default_35: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_14, [1, 8, mul_2, 96]); aten_mul_scalar_14 = None 2025-03-21T20:22:51.9010923Z aten_view_copy_default_183: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_35, [8, mul_2, 96]); aten_expand_copy_default_35 = None 2025-03-21T20:22:51.9013392Z aten_expand_copy_default_36: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_15, [1, 8, 96, mul_2]); aten_mul_scalar_15 = None 2025-03-21T20:22:51.9015444Z aten_view_copy_default_184: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_36, [8, 96, mul_2]); aten_expand_copy_default_36 = None 2025-03-21T20:22:51.9017638Z aten_bmm_default_14: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_183, aten_view_copy_default_184); aten_view_copy_default_183 = aten_view_copy_default_184 = None 2025-03-21T20:22:51.9020068Z aten_view_copy_default_185: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_14, [1, 8, mul_2, mul_2]); aten_bmm_default_14 = None 2025-03-21T20:22:51.9020889Z aten__softmax_default_7: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_185, -1, False) 2025-03-21T20:22:51.9021806Z aten_eq_scalar_13: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_185, -inf); aten_view_copy_default_185 = None 2025-03-21T20:22:51.9022635Z aten_logical_not_default_14: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_13); aten_eq_scalar_13 = None 2025-03-21T20:22:51.9023451Z aten_any_dim_7: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_14, -1, True); aten_logical_not_default_14 = None 2025-03-21T20:22:51.9024256Z aten_logical_not_default_15: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_7); aten_any_dim_7 = None 2025-03-21T20:22:51.9025250Z aten_full_like_default_7: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_7, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.9026713Z aten_where_self_13: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_15, aten_full_like_default_7, aten__softmax_default_7); aten_logical_not_default_15 = aten_full_like_default_7 = aten__softmax_default_7 = None 2025-03-21T20:22:51.9027743Z aten_expand_copy_default_37: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_13, [1, 8, mul_2, mul_2]); aten_where_self_13 = None 2025-03-21T20:22:51.9028651Z aten_view_copy_default_186: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_37, [8, mul_2, mul_2]); aten_expand_copy_default_37 = None 2025-03-21T20:22:51.9029651Z aten_expand_copy_default_38: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_97, [1, 8, mul_2, 96]); aten_permute_copy_default_97 = None 2025-03-21T20:22:51.9030615Z aten_view_copy_default_187: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_38, [8, mul_2, 96]); aten_expand_copy_default_38 = None 2025-03-21T20:22:51.9031875Z aten_bmm_default_15: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_186, aten_view_copy_default_187); aten_view_copy_default_186 = aten_view_copy_default_187 = None 2025-03-21T20:22:51.9032771Z aten_view_copy_default_188: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_15, [1, 8, mul_2, 96]); aten_bmm_default_15 = None 2025-03-21T20:22:51.9033780Z aten_permute_copy_default_99: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_188, [2, 0, 1, 3]); aten_view_copy_default_188 = None 2025-03-21T20:22:51.9035183Z aten_clone_default_10: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_99, memory_format = torch.contiguous_format); aten_permute_copy_default_99 = None 2025-03-21T20:22:51.9036101Z aten_permute_copy_default_100: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_10, [1, 2, 0, 3]); aten_clone_default_10 = None 2025-03-21T20:22:51.9036268Z 2025-03-21T20:22:51.9037586Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.9038688Z aten_permute_copy_default_101: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_100, [0, 2, 1, 3]); aten_permute_copy_default_100 = None 2025-03-21T20:22:51.9039760Z aten_view_copy_default_189: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_101, [1, mul_2, -1]); aten_permute_copy_default_101 = None 2025-03-21T20:22:51.9039927Z 2025-03-21T20:22:51.9040793Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.9042053Z aten_permute_copy_default_102: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_1_attn_output_proj_weight, [1, 0]); p_projection_layers_1_attn_output_proj_weight = None 2025-03-21T20:22:51.9043024Z aten_view_copy_default_190: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_189, [mul_2, 768]); aten_view_copy_default_189 = None 2025-03-21T20:22:51.9044184Z aten_mm_default_31: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_190, aten_permute_copy_default_102); aten_view_copy_default_190 = aten_permute_copy_default_102 = None 2025-03-21T20:22:51.9045106Z aten_view_copy_default_191: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_31, [1, mul_2, 768]); aten_mm_default_31 = None 2025-03-21T20:22:51.9045326Z 2025-03-21T20:22:51.9046257Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.9047229Z aten_tanh_default_6: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_1_sa_scale_scale); p_projection_layers_1_sa_scale_scale = None 2025-03-21T20:22:51.9048311Z aten_mul_tensor_6: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_191, aten_tanh_default_6); aten_view_copy_default_191 = aten_tanh_default_6 = None 2025-03-21T20:22:51.9048532Z 2025-03-21T20:22:51.9049501Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.9050456Z aten_add_tensor_18: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_6, aten_add_tensor_17); aten_mul_tensor_6 = aten_add_tensor_17 = None 2025-03-21T20:22:51.9050738Z 2025-03-21T20:22:51.9051752Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.9053504Z aten_native_layer_norm_default_17 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_18, [768], p_projection_layers_1_mlp_norm_weight, p_projection_layers_1_mlp_norm_bias, 1e-05); p_projection_layers_1_mlp_norm_weight = p_projection_layers_1_mlp_norm_bias = None 2025-03-21T20:22:51.9054271Z getitem_17: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_17[0]; aten_native_layer_norm_default_17 = None 2025-03-21T20:22:51.9054496Z 2025-03-21T20:22:51.9055456Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.9056297Z aten_view_copy_default_192: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_17, [mul_2, 768]); getitem_17 = None 2025-03-21T20:22:51.9057462Z aten_permute_copy_default_103: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_1_mlp_w1_weight, [1, 0]); p_projection_layers_1_mlp_w1_weight = None 2025-03-21T20:22:51.9059074Z aten_addmm_default_14: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_1_mlp_w1_bias, aten_view_copy_default_192, aten_permute_copy_default_103); p_projection_layers_1_mlp_w1_bias = aten_view_copy_default_192 = aten_permute_copy_default_103 = None 2025-03-21T20:22:51.9060100Z aten_view_copy_default_193: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_14, [1, mul_2, 3072]); aten_addmm_default_14 = None 2025-03-21T20:22:51.9061006Z aten_gelu_default_7: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_193); aten_view_copy_default_193 = None 2025-03-21T20:22:51.9061174Z 2025-03-21T20:22:51.9061964Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.9062762Z aten_view_copy_default_194: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_7, [mul_2, 3072]); aten_gelu_default_7 = None 2025-03-21T20:22:51.9063730Z aten_permute_copy_default_104: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_1_mlp_w2_weight, [1, 0]); p_projection_layers_1_mlp_w2_weight = None 2025-03-21T20:22:51.9065325Z aten_addmm_default_15: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_1_mlp_w2_bias, aten_view_copy_default_194, aten_permute_copy_default_104); p_projection_layers_1_mlp_w2_bias = aten_view_copy_default_194 = aten_permute_copy_default_104 = None 2025-03-21T20:22:51.9066378Z aten_view_copy_default_195: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_15, [1, mul_2, 768]); aten_addmm_default_15 = None 2025-03-21T20:22:51.9066541Z 2025-03-21T20:22:51.9067426Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.9068399Z aten_tanh_default_7: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_1_mlp_scale_scale); p_projection_layers_1_mlp_scale_scale = None 2025-03-21T20:22:51.9069479Z aten_mul_tensor_7: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_195, aten_tanh_default_7); aten_view_copy_default_195 = aten_tanh_default_7 = None 2025-03-21T20:22:51.9069647Z 2025-03-21T20:22:51.9070727Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.9071669Z aten_add_tensor_19: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_18, aten_mul_tensor_7); aten_add_tensor_18 = aten_mul_tensor_7 = None 2025-03-21T20:22:51.9072026Z 2025-03-21T20:22:51.9072844Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.9074509Z aten_native_layer_norm_default_18 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_19, [768], p_projection_layers_2_sa_norm_weight, p_projection_layers_2_sa_norm_bias, 1e-05); p_projection_layers_2_sa_norm_weight = p_projection_layers_2_sa_norm_bias = None 2025-03-21T20:22:51.9075112Z getitem_18: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_18[0]; aten_native_layer_norm_default_18 = None 2025-03-21T20:22:51.9075274Z 2025-03-21T20:22:51.9076339Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.9077570Z aten_permute_copy_default_105: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_2_attn_q_proj_weight, [1, 0]); p_projection_layers_2_attn_q_proj_weight = None 2025-03-21T20:22:51.9078370Z aten_view_copy_default_196: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_18, [mul_2, 768]) 2025-03-21T20:22:51.9079544Z aten_mm_default_32: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_196, aten_permute_copy_default_105); aten_view_copy_default_196 = aten_permute_copy_default_105 = None 2025-03-21T20:22:51.9080513Z aten_view_copy_default_197: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_32, [1, mul_2, 768]); aten_mm_default_32 = None 2025-03-21T20:22:51.9080766Z 2025-03-21T20:22:51.9081870Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.9082872Z aten_view_copy_default_198: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_197, [1, mul_2, 8, 96]); aten_view_copy_default_197 = None 2025-03-21T20:22:51.9083079Z 2025-03-21T20:22:51.9083985Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.9085020Z aten_permute_copy_default_106: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_198, [0, 2, 1, 3]); aten_view_copy_default_198 = None 2025-03-21T20:22:51.9085284Z 2025-03-21T20:22:51.9086540Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.9087732Z aten_permute_copy_default_107: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_2_attn_k_proj_weight, [1, 0]); p_projection_layers_2_attn_k_proj_weight = None 2025-03-21T20:22:51.9088393Z aten_view_copy_default_199: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_18, [mul_2, 768]) 2025-03-21T20:22:51.9089619Z aten_mm_default_33: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_199, aten_permute_copy_default_107); aten_view_copy_default_199 = aten_permute_copy_default_107 = None 2025-03-21T20:22:51.9090652Z aten_view_copy_default_200: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_33, [1, mul_2, 768]); aten_mm_default_33 = None 2025-03-21T20:22:51.9090870Z 2025-03-21T20:22:51.9091618Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.9093195Z aten_permute_copy_default_108: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_2_attn_v_proj_weight, [1, 0]); p_projection_layers_2_attn_v_proj_weight = None 2025-03-21T20:22:51.9094016Z aten_view_copy_default_201: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_18, [mul_2, 768]); getitem_18 = None 2025-03-21T20:22:51.9095157Z aten_mm_default_34: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_201, aten_permute_copy_default_108); aten_view_copy_default_201 = aten_permute_copy_default_108 = None 2025-03-21T20:22:51.9096456Z aten_view_copy_default_202: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_34, [1, mul_2, 768]); aten_mm_default_34 = None 2025-03-21T20:22:51.9096693Z 2025-03-21T20:22:51.9097680Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.9098760Z aten_view_copy_default_203: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_200, [1, mul_2, -1, 96]); aten_view_copy_default_200 = None 2025-03-21T20:22:51.9098928Z 2025-03-21T20:22:51.9099898Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.9100951Z aten_view_copy_default_204: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_202, [1, mul_2, -1, 96]); aten_view_copy_default_202 = None 2025-03-21T20:22:51.9101201Z 2025-03-21T20:22:51.9102015Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.9103095Z aten_permute_copy_default_109: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_203, [0, 2, 1, 3]); aten_view_copy_default_203 = None 2025-03-21T20:22:51.9103275Z 2025-03-21T20:22:51.9104208Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.9105231Z aten_permute_copy_default_110: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_204, [0, 2, 1, 3]); aten_view_copy_default_204 = None 2025-03-21T20:22:51.9105449Z 2025-03-21T20:22:51.9106522Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.9107607Z aten_mul_scalar_16: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_106, 0.31947155212313627); aten_permute_copy_default_106 = None 2025-03-21T20:22:51.9108620Z aten_permute_copy_default_111: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_109, [0, 1, 3, 2]); aten_permute_copy_default_109 = None 2025-03-21T20:22:51.9109582Z aten_mul_scalar_17: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_111, 0.31947155212313627); aten_permute_copy_default_111 = None 2025-03-21T20:22:51.9110599Z aten_expand_copy_default_39: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_16, [1, 8, mul_2, 96]); aten_mul_scalar_16 = None 2025-03-21T20:22:51.9111694Z aten_view_copy_default_205: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_39, [8, mul_2, 96]); aten_expand_copy_default_39 = None 2025-03-21T20:22:51.9112807Z aten_expand_copy_default_40: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_17, [1, 8, 96, mul_2]); aten_mul_scalar_17 = None 2025-03-21T20:22:51.9113897Z aten_view_copy_default_206: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_40, [8, 96, mul_2]); aten_expand_copy_default_40 = None 2025-03-21T20:22:51.9115218Z aten_bmm_default_16: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_205, aten_view_copy_default_206); aten_view_copy_default_205 = aten_view_copy_default_206 = None 2025-03-21T20:22:51.9116170Z aten_view_copy_default_207: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_16, [1, 8, mul_2, mul_2]); aten_bmm_default_16 = None 2025-03-21T20:22:51.9116974Z aten__softmax_default_8: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_207, -1, False) 2025-03-21T20:22:51.9117904Z aten_eq_scalar_14: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_207, -inf); aten_view_copy_default_207 = None 2025-03-21T20:22:51.9118730Z aten_logical_not_default_16: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_14); aten_eq_scalar_14 = None 2025-03-21T20:22:51.9119539Z aten_any_dim_8: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_16, -1, True); aten_logical_not_default_16 = None 2025-03-21T20:22:51.9120353Z aten_logical_not_default_17: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_8); aten_any_dim_8 = None 2025-03-21T20:22:51.9121487Z aten_full_like_default_8: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_8, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.9122930Z aten_where_self_14: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_17, aten_full_like_default_8, aten__softmax_default_8); aten_logical_not_default_17 = aten_full_like_default_8 = aten__softmax_default_8 = None 2025-03-21T20:22:51.9123926Z aten_expand_copy_default_41: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_14, [1, 8, mul_2, mul_2]); aten_where_self_14 = None 2025-03-21T20:22:51.9124978Z aten_view_copy_default_208: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_41, [8, mul_2, mul_2]); aten_expand_copy_default_41 = None 2025-03-21T20:22:51.9125909Z aten_expand_copy_default_42: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_110, [1, 8, mul_2, 96]); aten_permute_copy_default_110 = None 2025-03-21T20:22:51.9127022Z aten_view_copy_default_209: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_42, [8, mul_2, 96]); aten_expand_copy_default_42 = None 2025-03-21T20:22:51.9128018Z aten_bmm_default_17: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_208, aten_view_copy_default_209); aten_view_copy_default_208 = aten_view_copy_default_209 = None 2025-03-21T20:22:51.9129009Z aten_view_copy_default_210: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_17, [1, 8, mul_2, 96]); aten_bmm_default_17 = None 2025-03-21T20:22:51.9130011Z aten_permute_copy_default_112: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_210, [2, 0, 1, 3]); aten_view_copy_default_210 = None 2025-03-21T20:22:51.9131415Z aten_clone_default_11: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_112, memory_format = torch.contiguous_format); aten_permute_copy_default_112 = None 2025-03-21T20:22:51.9132368Z aten_permute_copy_default_113: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_11, [1, 2, 0, 3]); aten_clone_default_11 = None 2025-03-21T20:22:51.9132530Z 2025-03-21T20:22:51.9133776Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.9134808Z aten_permute_copy_default_114: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_113, [0, 2, 1, 3]); aten_permute_copy_default_113 = None 2025-03-21T20:22:51.9135959Z aten_view_copy_default_211: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_114, [1, mul_2, -1]); aten_permute_copy_default_114 = None 2025-03-21T20:22:51.9136219Z 2025-03-21T20:22:51.9137234Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.9138473Z aten_permute_copy_default_115: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_2_attn_output_proj_weight, [1, 0]); p_projection_layers_2_attn_output_proj_weight = None 2025-03-21T20:22:51.9139485Z aten_view_copy_default_212: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_211, [mul_2, 768]); aten_view_copy_default_211 = None 2025-03-21T20:22:51.9140724Z aten_mm_default_35: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_212, aten_permute_copy_default_115); aten_view_copy_default_212 = aten_permute_copy_default_115 = None 2025-03-21T20:22:51.9141642Z aten_view_copy_default_213: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_35, [1, mul_2, 768]); aten_mm_default_35 = None 2025-03-21T20:22:51.9141864Z 2025-03-21T20:22:51.9142711Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.9143660Z aten_tanh_default_8: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_2_sa_scale_scale); p_projection_layers_2_sa_scale_scale = None 2025-03-21T20:22:51.9144756Z aten_mul_tensor_8: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_213, aten_tanh_default_8); aten_view_copy_default_213 = aten_tanh_default_8 = None 2025-03-21T20:22:51.9144992Z 2025-03-21T20:22:51.9145797Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.9146832Z aten_add_tensor_20: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_8, aten_add_tensor_19); aten_mul_tensor_8 = aten_add_tensor_19 = None 2025-03-21T20:22:51.9146990Z 2025-03-21T20:22:51.9147888Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.9149459Z aten_native_layer_norm_default_19 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_20, [768], p_projection_layers_2_mlp_norm_weight, p_projection_layers_2_mlp_norm_bias, 1e-05); p_projection_layers_2_mlp_norm_weight = p_projection_layers_2_mlp_norm_bias = None 2025-03-21T20:22:51.9150237Z getitem_19: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_19[0]; aten_native_layer_norm_default_19 = None 2025-03-21T20:22:51.9150394Z 2025-03-21T20:22:51.9151391Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.9152284Z aten_view_copy_default_214: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_19, [mul_2, 768]); getitem_19 = None 2025-03-21T20:22:51.9153405Z aten_permute_copy_default_116: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_2_mlp_w1_weight, [1, 0]); p_projection_layers_2_mlp_w1_weight = None 2025-03-21T20:22:51.9155075Z aten_addmm_default_16: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_2_mlp_w1_bias, aten_view_copy_default_214, aten_permute_copy_default_116); p_projection_layers_2_mlp_w1_bias = aten_view_copy_default_214 = aten_permute_copy_default_116 = None 2025-03-21T20:22:51.9156016Z aten_view_copy_default_215: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_16, [1, mul_2, 3072]); aten_addmm_default_16 = None 2025-03-21T20:22:51.9156821Z aten_gelu_default_8: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_215); aten_view_copy_default_215 = None 2025-03-21T20:22:51.9157032Z 2025-03-21T20:22:51.9157864Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.9158767Z aten_view_copy_default_216: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_8, [mul_2, 3072]); aten_gelu_default_8 = None 2025-03-21T20:22:51.9160046Z aten_permute_copy_default_117: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_2_mlp_w2_weight, [1, 0]); p_projection_layers_2_mlp_w2_weight = None 2025-03-21T20:22:51.9161759Z aten_addmm_default_17: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_2_mlp_w2_bias, aten_view_copy_default_216, aten_permute_copy_default_117); p_projection_layers_2_mlp_w2_bias = aten_view_copy_default_216 = aten_permute_copy_default_117 = None 2025-03-21T20:22:51.9162745Z aten_view_copy_default_217: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_17, [1, mul_2, 768]); aten_addmm_default_17 = None 2025-03-21T20:22:51.9162915Z 2025-03-21T20:22:51.9163728Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.9164615Z aten_tanh_default_9: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_2_mlp_scale_scale); p_projection_layers_2_mlp_scale_scale = None 2025-03-21T20:22:51.9165754Z aten_mul_tensor_9: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_217, aten_tanh_default_9); aten_view_copy_default_217 = aten_tanh_default_9 = None 2025-03-21T20:22:51.9165977Z 2025-03-21T20:22:51.9166951Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.9167853Z aten_add_tensor_21: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_20, aten_mul_tensor_9); aten_add_tensor_20 = aten_mul_tensor_9 = None 2025-03-21T20:22:51.9168261Z 2025-03-21T20:22:51.9169279Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.9170975Z aten_native_layer_norm_default_20 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_21, [768], p_projection_layers_3_sa_norm_weight, p_projection_layers_3_sa_norm_bias, 1e-05); p_projection_layers_3_sa_norm_weight = p_projection_layers_3_sa_norm_bias = None 2025-03-21T20:22:51.9171733Z getitem_20: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_20[0]; aten_native_layer_norm_default_20 = None 2025-03-21T20:22:51.9171965Z 2025-03-21T20:22:51.9172790Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:235 in forward, code: q = self.q_proj(x) 2025-03-21T20:22:51.9173920Z aten_permute_copy_default_118: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_3_attn_q_proj_weight, [1, 0]); p_projection_layers_3_attn_q_proj_weight = None 2025-03-21T20:22:51.9174568Z aten_view_copy_default_218: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_20, [mul_2, 768]) 2025-03-21T20:22:51.9175756Z aten_mm_default_36: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_218, aten_permute_copy_default_118); aten_view_copy_default_218 = aten_permute_copy_default_118 = None 2025-03-21T20:22:51.9176695Z aten_view_copy_default_219: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_36, [1, mul_2, 768]); aten_mm_default_36 = None 2025-03-21T20:22:51.9176852Z 2025-03-21T20:22:51.9177953Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:239 in forward, code: q = q.view(b, s_x, self.num_kv_heads * q_per_kv, self.head_dim) 2025-03-21T20:22:51.9178969Z aten_view_copy_default_220: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_219, [1, mul_2, 8, 96]); aten_view_copy_default_219 = None 2025-03-21T20:22:51.9179188Z 2025-03-21T20:22:51.9180106Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:246 in forward, code: q = q.transpose(1, 2) 2025-03-21T20:22:51.9181220Z aten_permute_copy_default_119: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_220, [0, 2, 1, 3]); aten_view_copy_default_220 = None 2025-03-21T20:22:51.9181382Z 2025-03-21T20:22:51.9182235Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:263 in forward, code: k = self.k_proj(y) 2025-03-21T20:22:51.9183449Z aten_permute_copy_default_120: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_3_attn_k_proj_weight, [1, 0]); p_projection_layers_3_attn_k_proj_weight = None 2025-03-21T20:22:51.9184112Z aten_view_copy_default_221: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_20, [mul_2, 768]) 2025-03-21T20:22:51.9185305Z aten_mm_default_37: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_221, aten_permute_copy_default_120); aten_view_copy_default_221 = aten_permute_copy_default_120 = None 2025-03-21T20:22:51.9186653Z aten_view_copy_default_222: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_37, [1, mul_2, 768]); aten_mm_default_37 = None 2025-03-21T20:22:51.9186828Z 2025-03-21T20:22:51.9187656Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:264 in forward, code: v = self.v_proj(y) 2025-03-21T20:22:51.9189226Z aten_permute_copy_default_121: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_3_attn_v_proj_weight, [1, 0]); p_projection_layers_3_attn_v_proj_weight = None 2025-03-21T20:22:51.9190050Z aten_view_copy_default_223: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_20, [mul_2, 768]); getitem_20 = None 2025-03-21T20:22:51.9191611Z aten_mm_default_38: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_223, aten_permute_copy_default_121); aten_view_copy_default_223 = aten_permute_copy_default_121 = None 2025-03-21T20:22:51.9192591Z aten_view_copy_default_224: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_38, [1, mul_2, 768]); aten_mm_default_38 = None 2025-03-21T20:22:51.9192766Z 2025-03-21T20:22:51.9193770Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:268 in forward, code: k = k.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.9194713Z aten_view_copy_default_225: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_222, [1, mul_2, -1, 96]); aten_view_copy_default_222 = None 2025-03-21T20:22:51.9194875Z 2025-03-21T20:22:51.9195966Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:269 in forward, code: v = v.view(b, s_y, -1, self.head_dim) 2025-03-21T20:22:51.9197055Z aten_view_copy_default_226: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_224, [1, mul_2, -1, 96]); aten_view_copy_default_224 = None 2025-03-21T20:22:51.9197215Z 2025-03-21T20:22:51.9198088Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:274 in forward, code: k = k.transpose(1, 2) 2025-03-21T20:22:51.9199087Z aten_permute_copy_default_122: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_225, [0, 2, 1, 3]); aten_view_copy_default_225 = None 2025-03-21T20:22:51.9199348Z 2025-03-21T20:22:51.9200264Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:275 in forward, code: v = v.transpose(1, 2) 2025-03-21T20:22:51.9201380Z aten_permute_copy_default_123: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_226, [0, 2, 1, 3]); aten_view_copy_default_226 = None 2025-03-21T20:22:51.9201588Z 2025-03-21T20:22:51.9202826Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention_utils.py:259 in _attention_call, code: return nn.functional.scaled_dot_product_attention( 2025-03-21T20:22:51.9203941Z aten_mul_scalar_18: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_119, 0.31947155212313627); aten_permute_copy_default_119 = None 2025-03-21T20:22:51.9205014Z aten_permute_copy_default_124: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_122, [0, 1, 3, 2]); aten_permute_copy_default_122 = None 2025-03-21T20:22:51.9206094Z aten_mul_scalar_19: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_mul_Scalar(aten_permute_copy_default_124, 0.31947155212313627); aten_permute_copy_default_124 = None 2025-03-21T20:22:51.9207087Z aten_expand_copy_default_43: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_18, [1, 8, mul_2, 96]); aten_mul_scalar_18 = None 2025-03-21T20:22:51.9208509Z aten_view_copy_default_227: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_43, [8, mul_2, 96]); aten_expand_copy_default_43 = None 2025-03-21T20:22:51.9209384Z aten_expand_copy_default_44: "f32[1, 8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_mul_scalar_19, [1, 8, 96, mul_2]); aten_mul_scalar_19 = None 2025-03-21T20:22:51.9210244Z aten_view_copy_default_228: "f32[8, 96, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_44, [8, 96, mul_2]); aten_expand_copy_default_44 = None 2025-03-21T20:22:51.9211676Z aten_bmm_default_18: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_227, aten_view_copy_default_228); aten_view_copy_default_227 = aten_view_copy_default_228 = None 2025-03-21T20:22:51.9212756Z aten_view_copy_default_229: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_18, [1, 8, mul_2, mul_2]); aten_bmm_default_18 = None 2025-03-21T20:22:51.9213545Z aten__softmax_default_9: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_view_copy_default_229, -1, False) 2025-03-21T20:22:51.9214350Z aten_eq_scalar_15: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_eq_Scalar(aten_view_copy_default_229, -inf); aten_view_copy_default_229 = None 2025-03-21T20:22:51.9215090Z aten_logical_not_default_18: "b8[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_eq_scalar_15); aten_eq_scalar_15 = None 2025-03-21T20:22:51.9216117Z aten_any_dim_9: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_any_dim(aten_logical_not_default_18, -1, True); aten_logical_not_default_18 = None 2025-03-21T20:22:51.9216937Z aten_logical_not_default_19: "b8[1, 8, 257*s0, 1]" = executorch_exir_dialects_edge__ops_aten_logical_not_default(aten_any_dim_9); aten_any_dim_9 = None 2025-03-21T20:22:51.9217854Z aten_full_like_default_9: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_full_like_default(aten__softmax_default_9, 0, pin_memory = False, memory_format = torch.preserve_format) 2025-03-21T20:22:51.9219175Z aten_where_self_15: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_logical_not_default_19, aten_full_like_default_9, aten__softmax_default_9); aten_logical_not_default_19 = aten_full_like_default_9 = aten__softmax_default_9 = None 2025-03-21T20:22:51.9220176Z aten_expand_copy_default_45: "f32[1, 8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_where_self_15, [1, 8, mul_2, mul_2]); aten_where_self_15 = None 2025-03-21T20:22:51.9221208Z aten_view_copy_default_230: "f32[8, 257*s0, 257*s0]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_45, [8, mul_2, mul_2]); aten_expand_copy_default_45 = None 2025-03-21T20:22:51.9222131Z aten_expand_copy_default_46: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_expand_copy_default(aten_permute_copy_default_123, [1, 8, mul_2, 96]); aten_permute_copy_default_123 = None 2025-03-21T20:22:51.9223090Z aten_view_copy_default_231: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_expand_copy_default_46, [8, mul_2, 96]); aten_expand_copy_default_46 = None 2025-03-21T20:22:51.9224125Z aten_bmm_default_19: "f32[8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_view_copy_default_230, aten_view_copy_default_231); aten_view_copy_default_230 = aten_view_copy_default_231 = None 2025-03-21T20:22:51.9225127Z aten_view_copy_default_232: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_bmm_default_19, [1, 8, mul_2, 96]); aten_bmm_default_19 = None 2025-03-21T20:22:51.9226273Z aten_permute_copy_default_125: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_232, [2, 0, 1, 3]); aten_view_copy_default_232 = None 2025-03-21T20:22:51.9227502Z aten_clone_default_12: "f32[257*s0, 1, 8, 96]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_125, memory_format = torch.contiguous_format); aten_permute_copy_default_125 = None 2025-03-21T20:22:51.9228392Z aten_permute_copy_default_126: "f32[1, 8, 257*s0, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_clone_default_12, [1, 2, 0, 3]); aten_clone_default_12 = None 2025-03-21T20:22:51.9228702Z 2025-03-21T20:22:51.9229687Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:303 in forward, code: output = output.transpose(1, 2).contiguous().view(b, s_x, -1) 2025-03-21T20:22:51.9230761Z aten_permute_copy_default_127: "f32[1, 257*s0, 8, 96]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_126, [0, 2, 1, 3]); aten_permute_copy_default_126 = None 2025-03-21T20:22:51.9231775Z aten_view_copy_default_233: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_127, [1, mul_2, -1]); aten_permute_copy_default_127 = None 2025-03-21T20:22:51.9231933Z 2025-03-21T20:22:51.9232873Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/attention.py:304 in forward, code: return self.output_proj(output) 2025-03-21T20:22:51.9233997Z aten_permute_copy_default_128: "f32[768, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_3_attn_output_proj_weight, [1, 0]); p_projection_layers_3_attn_output_proj_weight = None 2025-03-21T20:22:51.9234911Z aten_view_copy_default_234: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_233, [mul_2, 768]); aten_view_copy_default_233 = None 2025-03-21T20:22:51.9236023Z aten_mm_default_39: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mm_default(aten_view_copy_default_234, aten_permute_copy_default_128); aten_view_copy_default_234 = aten_permute_copy_default_128 = None 2025-03-21T20:22:51.9236996Z aten_view_copy_default_235: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_mm_default_39, [1, mul_2, 768]); aten_mm_default_39 = None 2025-03-21T20:22:51.9237263Z 2025-03-21T20:22:51.9238136Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.9239103Z aten_tanh_default_10: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_3_sa_scale_scale); p_projection_layers_3_sa_scale_scale = None 2025-03-21T20:22:51.9240135Z aten_mul_tensor_10: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_235, aten_tanh_default_10); aten_view_copy_default_235 = aten_tanh_default_10 = None 2025-03-21T20:22:51.9240418Z 2025-03-21T20:22:51.9241407Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:125 in forward, code: h = self.sa_scale(attn_out) + x 2025-03-21T20:22:51.9242319Z aten_add_tensor_22: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_mul_tensor_10, aten_add_tensor_21); aten_mul_tensor_10 = aten_add_tensor_21 = None 2025-03-21T20:22:51.9242542Z 2025-03-21T20:22:51.9243588Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/layer_norm.py:30 in forward, code: output = nn.functional.layer_norm( 2025-03-21T20:22:51.9245434Z aten_native_layer_norm_default_21 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_22, [768], p_projection_layers_3_mlp_norm_weight, p_projection_layers_3_mlp_norm_bias, 1e-05); p_projection_layers_3_mlp_norm_weight = p_projection_layers_3_mlp_norm_bias = None 2025-03-21T20:22:51.9245952Z getitem_21: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_21[0]; aten_native_layer_norm_default_21 = None 2025-03-21T20:22:51.9246248Z 2025-03-21T20:22:51.9247121Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:50 in forward, code: h = self.activation(self.w1(x)) 2025-03-21T20:22:51.9247980Z aten_view_copy_default_236: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_21, [mul_2, 768]); getitem_21 = None 2025-03-21T20:22:51.9249045Z aten_permute_copy_default_129: "f32[768, 3072]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_3_mlp_w1_weight, [1, 0]); p_projection_layers_3_mlp_w1_weight = None 2025-03-21T20:22:51.9250708Z aten_addmm_default_18: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_3_mlp_w1_bias, aten_view_copy_default_236, aten_permute_copy_default_129); p_projection_layers_3_mlp_w1_bias = aten_view_copy_default_236 = aten_permute_copy_default_129 = None 2025-03-21T20:22:51.9251599Z aten_view_copy_default_237: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_18, [1, mul_2, 3072]); aten_addmm_default_18 = None 2025-03-21T20:22:51.9252442Z aten_gelu_default_9: "f32[1, 257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_237); aten_view_copy_default_237 = None 2025-03-21T20:22:51.9252618Z 2025-03-21T20:22:51.9253324Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/feed_forward.py:53 in forward, code: h = self.w2(h) 2025-03-21T20:22:51.9254139Z aten_view_copy_default_238: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_gelu_default_9, [mul_2, 3072]); aten_gelu_default_9 = None 2025-03-21T20:22:51.9255182Z aten_permute_copy_default_130: "f32[3072, 768]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_layers_3_mlp_w2_weight, [1, 0]); p_projection_layers_3_mlp_w2_weight = None 2025-03-21T20:22:51.9256731Z aten_addmm_default_19: "f32[257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_layers_3_mlp_w2_bias, aten_view_copy_default_238, aten_permute_copy_default_130); p_projection_layers_3_mlp_w2_bias = aten_view_copy_default_238 = aten_permute_copy_default_130 = None 2025-03-21T20:22:51.9257824Z aten_view_copy_default_239: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_19, [1, mul_2, 768]); aten_addmm_default_19 = None 2025-03-21T20:22:51.9258007Z 2025-03-21T20:22:51.9258928Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/tanh_gate.py:27 in forward, code: return x * self.scale.tanh() 2025-03-21T20:22:51.9259765Z aten_tanh_default_11: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_projection_layers_3_mlp_scale_scale); p_projection_layers_3_mlp_scale_scale = None 2025-03-21T20:22:51.9260771Z aten_mul_tensor_11: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_view_copy_default_239, aten_tanh_default_11); aten_view_copy_default_239 = aten_tanh_default_11 = None 2025-03-21T20:22:51.9260994Z 2025-03-21T20:22:51.9261939Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/modules/transformer.py:131 in forward, code: out = h + self.mlp_scale(mlp_out) 2025-03-21T20:22:51.9262764Z aten_add_tensor_23: "f32[1, 257*s0, 768]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_add_tensor_22, aten_mul_tensor_11); aten_add_tensor_22 = aten_mul_tensor_11 = None 2025-03-21T20:22:51.9263074Z 2025-03-21T20:22:51.9264093Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/models/llama3_2_vision/_encoder.py:67 in forward, code: x = x.view(bsz, imgs, tiles, embeds, dim) 2025-03-21T20:22:51.9265067Z aten_view_copy_default_240: "f32[1, 1, s0, 257, 768]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_add_tensor_23, [1, 1, sym_size, 257, 768]); aten_add_tensor_23 = None 2025-03-21T20:22:51.9265231Z 2025-03-21T20:22:51.9266476Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/models/llama3_2_vision/_encoder.py:71 in forward, code: hidden_states = torch.stack(hidden_states, dim=-1) 2025-03-21T20:22:51.9267607Z aten_unsqueeze_copy_default_6: "f32[1, 1, s0, 257, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_33, 5); aten_view_copy_default_33 = None 2025-03-21T20:22:51.9268803Z aten_unsqueeze_copy_default_7: "f32[1, 1, s0, 257, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_78, 5); aten_view_copy_default_78 = None 2025-03-21T20:22:51.9269832Z aten_unsqueeze_copy_default_8: "f32[1, 1, s0, 257, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_view_copy_default_123, 5); aten_view_copy_default_123 = None 2025-03-21T20:22:51.9271738Z aten_cat_default_1: "f32[1, 1, s0, 257, 768, 3]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_unsqueeze_copy_default_6, aten_unsqueeze_copy_default_7, aten_unsqueeze_copy_default_8], -1); aten_unsqueeze_copy_default_6 = aten_unsqueeze_copy_default_7 = aten_unsqueeze_copy_default_8 = None 2025-03-21T20:22:51.9271989Z 2025-03-21T20:22:51.9273140Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/models/llama3_2_vision/_encoder.py:72 in forward, code: hidden_states = hidden_states.view(bsz, imgs, tiles, embeds, -1) 2025-03-21T20:22:51.9274216Z aten_view_copy_default_241: "f32[1, 1, s0, 257, 2304]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_1, [1, 1, sym_size, 257, -1]); aten_cat_default_1 = None 2025-03-21T20:22:51.9274385Z 2025-03-21T20:22:51.9275286Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/models/llama3_2_vision/_encoder.py:73 in forward, code: x = torch.cat([x, hidden_states], dim=-1) 2025-03-21T20:22:51.9276413Z aten_cat_default_2: "f32[1, 1, s0, 257, 3072]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_view_copy_default_240, aten_view_copy_default_241], -1); aten_view_copy_default_240 = aten_view_copy_default_241 = None 2025-03-21T20:22:51.9276583Z 2025-03-21T20:22:51.9277663Z # File: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torchtune/models/llama3_2_vision/_encoder.py:76 in forward, code: x = self.output(x).reshape(bsz, imgs * tiles * embeds, -1) 2025-03-21T20:22:51.9278557Z aten_view_copy_default_242: "f32[257*s0, 3072]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_2, [mul_2, 3072]); aten_cat_default_2 = None 2025-03-21T20:22:51.9279566Z aten_permute_copy_default_131: "f32[3072, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_projection_output_weight, [1, 0]); p_projection_output_weight = None 2025-03-21T20:22:51.9281170Z aten_addmm_default_20: "f32[257*s0, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_projection_output_bias, aten_view_copy_default_242, aten_permute_copy_default_131); p_projection_output_bias = aten_view_copy_default_242 = aten_permute_copy_default_131 = None 2025-03-21T20:22:51.9282096Z aten_view_copy_default_243: "f32[1, 1, s0, 257, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_20, [1, 1, sym_size, 257, 1024]); aten_addmm_default_20 = sym_size = None 2025-03-21T20:22:51.9283158Z aten_view_copy_default_244: "f32[1, 257*s0, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_243, [1, mul_2, -1]); aten_view_copy_default_243 = mul_2 = None 2025-03-21T20:22:51.9283367Z return (aten_view_copy_default_244,) 2025-03-21T20:22:51.9283594Z 2025-03-21T20:22:51.9413669Z Graph signature: ExportGraphSignature(input_specs=[InputSpec(kind=, arg=TensorArgument(name='p_clip_pre_tile_pos_embed_embedding'), target='clip.pre_tile_pos_embed.embedding', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_pre_tile_pos_embed_gate'), target='clip.pre_tile_pos_embed.gate', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_cls_token_embedding_weight'), target='clip.cls_token_embedding.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_token_pos_embedding_local_token_positional_embedding'), target='clip.token_pos_embedding.local_token_positional_embedding', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_token_pos_embedding_gate'), target='clip.token_pos_embedding.gate', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_token_pos_embedding_global_token_positional_embedding'), target='clip.token_pos_embedding.global_token_positional_embedding', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_ln_pre_weight'), target='clip.ln_pre.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_ln_pre_bias'), target='clip.ln_pre.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_sa_norm_weight'), target='clip.layers.0.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_sa_norm_bias'), target='clip.layers.0.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_mlp_norm_weight'), target='clip.layers.0.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_mlp_norm_bias'), target='clip.layers.0.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_attn_q_proj_weight'), target='clip.layers.0.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_attn_k_proj_weight'), target='clip.layers.0.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_attn_v_proj_weight'), target='clip.layers.0.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_attn_output_proj_weight'), target='clip.layers.0.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_mlp_w1_weight'), target='clip.layers.0.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_mlp_w1_bias'), target='clip.layers.0.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_mlp_w2_weight'), target='clip.layers.0.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_0_mlp_w2_bias'), target='clip.layers.0.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_sa_norm_weight'), target='clip.layers.1.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_sa_norm_bias'), target='clip.layers.1.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_mlp_norm_weight'), target='clip.layers.1.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_mlp_norm_bias'), target='clip.layers.1.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_attn_q_proj_weight'), target='clip.layers.1.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_attn_k_proj_weight'), target='clip.layers.1.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_attn_v_proj_weight'), target='clip.layers.1.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_attn_output_proj_weight'), target='clip.layers.1.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_mlp_w1_weight'), target='clip.layers.1.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_mlp_w1_bias'), target='clip.layers.1.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_mlp_w2_weight'), target='clip.layers.1.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_1_mlp_w2_bias'), target='clip.layers.1.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_sa_norm_weight'), target='clip.layers.2.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_sa_norm_bias'), target='clip.layers.2.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_mlp_norm_weight'), target='clip.layers.2.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_mlp_norm_bias'), target='clip.layers.2.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_attn_q_proj_weight'), target='clip.layers.2.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_attn_k_proj_weight'), target='clip.layers.2.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_attn_v_proj_weight'), target='clip.layers.2.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_attn_output_proj_weight'), target='clip.layers.2.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_mlp_w1_weight'), target='clip.layers.2.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_mlp_w1_bias'), target='clip.layers.2.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_mlp_w2_weight'), target='clip.layers.2.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_2_mlp_w2_bias'), target='clip.layers.2.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_sa_norm_weight'), target='clip.layers.3.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_sa_norm_bias'), target='clip.layers.3.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_mlp_norm_weight'), target='clip.layers.3.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_mlp_norm_bias'), target='clip.layers.3.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_attn_q_proj_weight'), target='clip.layers.3.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_attn_k_proj_weight'), target='clip.layers.3.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_attn_v_proj_weight'), target='clip.layers.3.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_attn_output_proj_weight'), target='clip.layers.3.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_mlp_w1_weight'), target='clip.layers.3.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_mlp_w1_bias'), target='clip.layers.3.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_mlp_w2_weight'), target='clip.layers.3.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_3_mlp_w2_bias'), target='clip.layers.3.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_sa_norm_weight'), target='clip.layers.4.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_sa_norm_bias'), target='clip.layers.4.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_mlp_norm_weight'), target='clip.layers.4.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_mlp_norm_bias'), target='clip.layers.4.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_attn_q_proj_weight'), target='clip.layers.4.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_attn_k_proj_weight'), target='clip.layers.4.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_attn_v_proj_weight'), target='clip.layers.4.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_attn_output_proj_weight'), target='clip.layers.4.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_mlp_w1_weight'), target='clip.layers.4.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_mlp_w1_bias'), target='clip.layers.4.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_mlp_w2_weight'), target='clip.layers.4.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_4_mlp_w2_bias'), target='clip.layers.4.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_sa_norm_weight'), target='clip.layers.5.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_sa_norm_bias'), target='clip.layers.5.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_mlp_norm_weight'), target='clip.layers.5.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_mlp_norm_bias'), target='clip.layers.5.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_attn_q_proj_weight'), target='clip.layers.5.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_attn_k_proj_weight'), target='clip.layers.5.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_attn_v_proj_weight'), target='clip.layers.5.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_attn_output_proj_weight'), target='clip.layers.5.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_mlp_w1_weight'), target='clip.layers.5.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_mlp_w1_bias'), target='clip.layers.5.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_mlp_w2_weight'), target='clip.layers.5.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_layers_5_mlp_w2_bias'), target='clip.layers.5.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_ln_post_weight'), target='clip.ln_post.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_ln_post_bias'), target='clip.ln_post.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_post_tile_pos_embed_embedding'), target='clip.post_tile_pos_embed.embedding', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_post_tile_pos_embed_gate'), target='clip.post_tile_pos_embed.gate', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_clip_conv_weight'), target='clip.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_sa_norm_weight'), target='projection.layers.0.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_sa_norm_bias'), target='projection.layers.0.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_sa_scale_scale'), target='projection.layers.0.sa_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_mlp_norm_weight'), target='projection.layers.0.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_mlp_norm_bias'), target='projection.layers.0.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_mlp_scale_scale'), target='projection.layers.0.mlp_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_attn_q_proj_weight'), target='projection.layers.0.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_attn_k_proj_weight'), target='projection.layers.0.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_attn_v_proj_weight'), target='projection.layers.0.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_attn_output_proj_weight'), target='projection.layers.0.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_mlp_w1_weight'), target='projection.layers.0.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_mlp_w1_bias'), target='projection.layers.0.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_mlp_w2_weight'), target='projection.layers.0.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_0_mlp_w2_bias'), target='projection.layers.0.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_sa_norm_weight'), target='projection.layers.1.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_sa_norm_bias'), target='projection.layers.1.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_sa_scale_scale'), target='projection.layers.1.sa_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_mlp_norm_weight'), target='projection.layers.1.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_mlp_norm_bias'), target='projection.layers.1.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_mlp_scale_scale'), target='projection.layers.1.mlp_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_attn_q_proj_weight'), target='projection.layers.1.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_attn_k_proj_weight'), target='projection.layers.1.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_attn_v_proj_weight'), target='projection.layers.1.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_attn_output_proj_weight'), target='projection.layers.1.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_mlp_w1_weight'), target='projection.layers.1.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_mlp_w1_bias'), target='projection.layers.1.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_mlp_w2_weight'), target='projection.layers.1.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_1_mlp_w2_bias'), target='projection.layers.1.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_sa_norm_weight'), target='projection.layers.2.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_sa_norm_bias'), target='projection.layers.2.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_sa_scale_scale'), target='projection.layers.2.sa_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_mlp_norm_weight'), target='projection.layers.2.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_mlp_norm_bias'), target='projection.layers.2.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_mlp_scale_scale'), target='projection.layers.2.mlp_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_attn_q_proj_weight'), target='projection.layers.2.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_attn_k_proj_weight'), target='projection.layers.2.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_attn_v_proj_weight'), target='projection.layers.2.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_attn_output_proj_weight'), target='projection.layers.2.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_mlp_w1_weight'), target='projection.layers.2.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_mlp_w1_bias'), target='projection.layers.2.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_mlp_w2_weight'), target='projection.layers.2.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_2_mlp_w2_bias'), target='projection.layers.2.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_sa_norm_weight'), target='projection.layers.3.sa_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_sa_norm_bias'), target='projection.layers.3.sa_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_sa_scale_scale'), target='projection.layers.3.sa_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_mlp_norm_weight'), target='projection.layers.3.mlp_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_mlp_norm_bias'), target='projection.layers.3.mlp_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_mlp_scale_scale'), target='projection.layers.3.mlp_scale.scale', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_attn_q_proj_weight'), target='projection.layers.3.attn.q_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_attn_k_proj_weight'), target='projection.layers.3.attn.k_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_attn_v_proj_weight'), target='projection.layers.3.attn.v_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_attn_output_proj_weight'), target='projection.layers.3.attn.output_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_mlp_w1_weight'), target='projection.layers.3.mlp.w1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_mlp_w1_bias'), target='projection.layers.3.mlp.w1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_mlp_w2_weight'), target='projection.layers.3.mlp.w2.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_layers_3_mlp_w2_bias'), target='projection.layers.3.mlp.w2.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_output_weight'), target='projection.output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_projection_output_bias'), target='projection.output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant0'), target='_lifted_tensor_constant0', persistent=True), InputSpec(kind=, arg=TensorArgument(name='images'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='aspect_ratio'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_view_copy_default_244'), target=None)]) 2025-03-21T20:23:15.1324559Z Range constraints: {s0: VR[2, 4], u0: VR[1, 4], u1: VR[1, 4], u2: VR[1, 4], u3: VR[1, 4], u4: VR[1, 4], u5: VR[1, 4], u6: VR[1, 4], u7: VR[1, 4], u8: VR[1, 4], u9: VR[1, 4], u10: VR[1, 4], u11: VR[1, 4], u30: VR[1, 4], u31: VR[1, 4], u32: VR[1, 4], u33: VR[1, 4], u34: VR[1, 4], u35: VR[1, 4], u36: VR[1, 4], u37: VR[1, 4], u38: VR[1, 4], u39: VR[1, 4], u40: VR[1, 4], u41: VR[1, 4], u42: VR[1, 4], u43: VR[1, 4], u44: VR[1, 4], u45: VR[1, 4], u46: VR[1, 4], u47: VR[1, 4], u48: VR[1, 4], u49: VR[1, 4], u50: VR[1, 4], u51: VR[1, 4], u52: VR[1, 4], u53: VR[1, 4], u54: VR[1, 4], u55: VR[1, 4], u56: VR[1, 4], u57: VR[1, 4], u58: VR[1, 4], u59: VR[1, 4], u60: VR[1, 4], u61: VR[1, 4], u62: VR[1, 4], u63: VR[1, 4], u64: VR[1, 4], u65: VR[1, 4], u66: VR[1, 4], u67: VR[1, 4], u68: VR[1, 4], u69: VR[1, 4], u70: VR[1, 4], u71: VR[1, 4], u72: VR[1, 4], u73: VR[1, 4], u74: VR[1, 4], u75: VR[1, 4], u76: VR[1, 4], u77: VR[1, 4]} 2025-03-21T20:23:15.1327105Z 2025-03-21T20:23:15.1327562Z [INFO 2025-03-21 20:23:07,811 utils.py:141] Saved exported program to ./llama3_2_vision_encoder.pte 2025-03-21T20:23:15.1328349Z + run_portable_executor_runner 2025-03-21T20:23:15.1328817Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:15.1329252Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:15.1329702Z + build_cmake_executor_runner 2025-03-21T20:23:15.1330180Z + echo 'Building executor_runner' 2025-03-21T20:23:15.1330665Z Building executor_runner 2025-03-21T20:23:15.1331108Z + rm -rf cmake-out 2025-03-21T20:23:15.1331915Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:23:15.1333013Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:23:15.1333614Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:23:15.1334177Z -- Detecting C compiler ABI info 2025-03-21T20:23:15.1334696Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:15.1335323Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:15.1335930Z -- Detecting C compile features 2025-03-21T20:23:15.1336428Z -- Detecting C compile features - done 2025-03-21T20:23:15.1336964Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:15.1337484Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:15.1338116Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:15.1338735Z -- Detecting CXX compile features 2025-03-21T20:23:15.1339249Z -- Detecting CXX compile features - done 2025-03-21T20:23:15.1340518Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:15.1341608Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:15.1342265Z CMake. 2025-03-21T20:23:15.1342463Z 2025-03-21T20:23:15.1342823Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:15.1343684Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:15.1344446Z to work with policies introduced by or earlier. 2025-03-21T20:23:15.1344859Z 2025-03-21T20:23:15.1345068Z  2025-03-21T20:23:15.1345981Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:15.1347076Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:15.1347728Z CMake. 2025-03-21T20:23:15.1347933Z 2025-03-21T20:23:15.1348284Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:15.1349131Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:15.1349879Z to work with policies introduced by or earlier. 2025-03-21T20:23:15.1350270Z 2025-03-21T20:23:15.1350485Z  2025-03-21T20:23:15.1350887Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:15.1351495Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:15.1352063Z -- Found Threads: TRUE 2025-03-21T20:23:15.1353080Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:15.1354451Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:15.1355116Z CMake. 2025-03-21T20:23:15.1355312Z 2025-03-21T20:23:15.1355666Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:15.1356517Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:15.1357271Z to work with policies introduced by or earlier. 2025-03-21T20:23:15.1357675Z 2025-03-21T20:23:15.1357896Z  2025-03-21T20:23:15.1358273Z -- Using python executable 'python' 2025-03-21T20:23:15.1359290Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:23:15.1360445Z -- Killing buck2 daemon 2025-03-21T20:23:15.1361377Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:23:15.1362379Z -- executorch: Generating source lists 2025-03-21T20:23:15.1363190Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:15.1364233Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:15.1365012Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:15.1365532Z -- Generating operator lib: 2025-03-21T20:23:15.1365997Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:15.1366742Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:15.1367406Z -- ROOT_OPS: 2025-03-21T20:23:15.1367790Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:15.1369609Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:15.1371260Z -- Generating kernel bindings: 2025-03-21T20:23:15.1371734Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:15.1372377Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:15.1373043Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:15.1373490Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:15.1375866Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:15.1377994Z -- Generating operator lib: 2025-03-21T20:23:15.1378457Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:15.1378938Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:15.1379417Z -- DEPS: executorch 2025-03-21T20:23:15.1380216Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:23:15.1381079Z -- Generating operator lib: 2025-03-21T20:23:15.1381551Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:15.1382210Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:15.1382878Z -- ROOT_OPS: 2025-03-21T20:23:15.1383275Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:15.1385068Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:23:15.1387669Z -- Generating kernel bindings: 2025-03-21T20:23:15.1388162Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:15.1388815Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:15.1389496Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:15.1389949Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:15.1392398Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:23:15.1394948Z -- Generating operator lib: 2025-03-21T20:23:15.1395412Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:15.1395899Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:23:15.1396382Z -- DEPS: executorch 2025-03-21T20:23:15.1396807Z -- Merging kernel yaml files: 2025-03-21T20:23:15.1397566Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:23:15.1398632Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:23:15.1399517Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:23:15.1400331Z -- Generating operator lib: 2025-03-21T20:23:15.1400858Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:15.1401570Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:15.1402257Z -- ROOT_OPS: 2025-03-21T20:23:15.1402658Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:15.1404531Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:23:15.1406353Z -- Generating kernel bindings: 2025-03-21T20:23:15.1406869Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:15.1407590Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:15.1408289Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:15.1408756Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:15.1411334Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:23:15.1413654Z -- Generating operator lib: 2025-03-21T20:23:15.1414132Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:15.1414764Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:23:15.1415362Z -- DEPS: executorch 2025-03-21T20:23:15.1416223Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:15.1417210Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:15.1417864Z CMake. 2025-03-21T20:23:15.1418061Z 2025-03-21T20:23:15.1418420Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:15.1419280Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:15.1420050Z to work with policies introduced by or earlier. 2025-03-21T20:23:15.1420442Z 2025-03-21T20:23:15.1420653Z  2025-03-21T20:23:15.1421033Z -- Looking for C++ include unistd.h 2025-03-21T20:23:15.1421649Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:15.1422337Z -- Looking for C++ include stdint.h 2025-03-21T20:23:15.1422972Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:15.1423803Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:15.1424424Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:15.1425078Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:15.1425836Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:15.1426492Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:15.1427190Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:15.1427843Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:17.0887819Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:17.0890313Z -- Looking for C++ include stddef.h 2025-03-21T20:23:17.0891312Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:17.0892210Z -- Check size of uint32_t 2025-03-21T20:23:17.0904339Z -- Check size of uint32_t - done 2025-03-21T20:23:17.0905416Z -- Looking for strtoll 2025-03-21T20:23:17.0905864Z -- Looking for strtoll - found 2025-03-21T20:23:17.0906312Z -- 2025-03-21T20:23:17.0906683Z -- ******** Summary ******** 2025-03-21T20:23:17.0907150Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:23:17.0907677Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:17.0908205Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:23:17.0908728Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:17.0909711Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:23:17.0910702Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:17.0912233Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:17.0913090Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:23:17.0913859Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:23:17.0914491Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:17.0915100Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:17.0915687Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:17.0916274Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:17.0916855Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:17.0917445Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:17.0918027Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:17.0918607Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:17.0919205Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:17.0919810Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:17.0920402Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:17.0920976Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:17.0921568Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:17.0922181Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:17.0922780Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:17.0923362Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:17.0923936Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:17.0924502Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:17.0925090Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:17.0925685Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:17.0926404Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:23:17.0927014Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:17.0927626Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:17.0928251Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:17.0928890Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:17.0929518Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:17.0930129Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:17.0930740Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:17.0931333Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:17.0932019Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:17.0932619Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:17.0933170Z -- Configuring done (5.1s) 2025-03-21T20:23:17.0933637Z -- Generating done (0.1s) 2025-03-21T20:23:17.0934217Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:17.0934897Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:23:17.0936270Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:17.0937440Z [ 1%] Creating directories for 'flatbuffers' 2025-03-21T20:23:17.0938527Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:17.0940176Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:23:17.0941237Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:23:17.0941983Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:23:17.0942666Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:23:17.0943412Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:17.0944085Z CMake Warning: 2025-03-21T20:23:17.0944595Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:17.0945025Z 2025-03-21T20:23:17.0945225Z  2025-03-21T20:23:17.0945662Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:17.0946533Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:17.0947162Z git describe failed with exit code: 128 2025-03-21T20:23:17.0947627Z 2025-03-21T20:23:17.0947908Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:17.0948527Z Call Stack (most recent call first): 2025-03-21T20:23:17.0949031Z CMakeLists.txt:5 (include) 2025-03-21T20:23:17.0949327Z 2025-03-21T20:23:17.0949535Z  2025-03-21T20:23:17.0949925Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:17.0951046Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:17.0952512Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:17.0953428Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:23:17.0953995Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:17.0955053Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:17.0956460Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:17.0957908Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:17.0959325Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:17.0960210Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:17.0960845Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:17.0961476Z -- Detecting CXX compile features 2025-03-21T20:23:17.0961997Z -- Detecting CXX compile features - done 2025-03-21T20:23:17.0962514Z -- Looking for strtof_l 2025-03-21T20:23:17.0963150Z [ 4%] Linking C static library libpthreadpool.a 2025-03-21T20:23:17.0963744Z [ 4%] Built target pthreadpool 2025-03-21T20:23:17.0964750Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:23:17.0966280Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:17.0967729Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:23:17.0969157Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:23:17.0970053Z -- Looking for strtof_l - found 2025-03-21T20:23:17.0970528Z -- Looking for strtoull_l 2025-03-21T20:23:17.0971520Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:23:17.0973036Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:17.0974584Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:23:17.0975545Z -- Looking for strtoull_l - found 2025-03-21T20:23:17.0976020Z -- Looking for realpath 2025-03-21T20:23:17.0977032Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:23:17.0978842Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:17.0980351Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:23:17.0981301Z -- Looking for realpath - found 2025-03-21T20:23:17.0981848Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:17.0982416Z -- Configuring done (0.7s) 2025-03-21T20:23:17.0983108Z [ 6%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:23:17.0983754Z -- Generating done (0.0s) 2025-03-21T20:23:17.0984602Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:17.0985558Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:23:17.0987869Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:23:17.0988882Z [ 6%] Built target gflags_nothreads_static 2025-03-21T20:23:17.0989694Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:17.0990922Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:23:17.0992394Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:17.0993873Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:23:17.0995391Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:17.0996852Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:17.0998378Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:23:17.0999910Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:17.1001136Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:17.1002384Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:17.1003924Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:23:17.1005468Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:17.1007084Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:23:17.1008571Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:17.1009778Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:21.2307623Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:23:21.2309228Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:21.2310762Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:23:21.2312411Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:23:21.2313562Z [ 9%] Linking C static library libcpuinfo.a 2025-03-21T20:23:21.2314128Z [ 9%] Built target cpuinfo 2025-03-21T20:23:21.2315243Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:23:21.2317299Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:23:21.2318467Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:21.2319774Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:23:21.2321339Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:23:21.2322787Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:23:21.2324561Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:23:21.2326241Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:23:21.2327473Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:21.2328798Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:23:21.2330323Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:23:21.2331929Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:23:21.2333511Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:23:21.2335092Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:21.2336641Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:23:21.2338102Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:23:21.2339301Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:21.2340509Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:23:21.2342068Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:21.2343594Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:23:21.2345111Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:21.2346613Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:23:21.2348199Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:21.2349746Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:23:21.2351191Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:23:21.2352615Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:23:21.2354043Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:23:21.2355291Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:21.2356315Z [ 14%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:21.2357450Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:23:21.2359130Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:23:21.2360046Z [ 14%] Built target cpuinfo_internals 2025-03-21T20:23:21.2361087Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:23:21.2362595Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:23:21.2363847Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:21.2365011Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:21.2365914Z [ 15%] Linking CXX static library libeigen_blas.a 2025-03-21T20:23:21.2366947Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:21.2367987Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:21.2368963Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:21.2369946Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:21.2370932Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:21.2371907Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:21.2372934Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:21.2373953Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:21.2374945Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:21.2375938Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:21.2376988Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:21.2378030Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:21.2379143Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:21.2380272Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:21.2381302Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:21.2382254Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:21.2383250Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:21.2384257Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:21.2385368Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:21.2386605Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:21.2387599Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:21.2388613Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:21.2389729Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:21.2390889Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:21.2391666Z [ 15%] Built target eigen_blas 2025-03-21T20:23:21.2392514Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:21.2393708Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:21.2394892Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:21.2396205Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:21.2397541Z [100%] Linking CXX executable flatc 2025-03-21T20:23:21.2398076Z [100%] Built target flatc 2025-03-21T20:23:21.2398659Z [ 15%] No install step for 'flatbuffers' 2025-03-21T20:23:21.2399341Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:23:21.2399868Z [ 16%] Built target flatbuffers 2025-03-21T20:23:21.2400467Z [ 16%] Generating common_schema headers 2025-03-21T20:23:21.2401020Z [ 16%] Built target common_schema 2025-03-21T20:23:21.2401639Z [ 17%] Generating program_schema headers 2025-03-21T20:23:21.2402198Z [ 17%] Built target program_schema 2025-03-21T20:23:21.2403331Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:21.2404526Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:21.2405881Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:21.2407548Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:21.2408993Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:21.2410233Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:21.2411424Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:25.2443718Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:25.2445094Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:25.2446429Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:25.2447703Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:25.2449037Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:25.2450559Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:25.2451905Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:25.2453144Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:25.2454303Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:25.2455521Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:25.2456756Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:25.2457977Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:25.2459246Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:25.2460295Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:25.2460918Z [ 21%] Built target executorch_core 2025-03-21T20:23:25.2461976Z [ 22%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:25.2463435Z [ 22%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:25.2464730Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:25.2465930Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:25.2467278Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:25.2469673Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:25.2471017Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:25.2472117Z [ 23%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:25.2472785Z [ 23%] Built target extension_threadpool 2025-03-21T20:23:25.2473698Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:23:25.2474917Z [ 23%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:23:25.2476104Z [ 23%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:25.2476720Z [ 23%] Built target executorch 2025-03-21T20:23:25.2477801Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:25.2479348Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:25.2480835Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:25.2482147Z [ 24%] Linking CXX static library libcpublas.a 2025-03-21T20:23:25.2482722Z [ 24%] Built target cpublas 2025-03-21T20:23:25.2483620Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:25.2484921Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:25.2486476Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:25.2487786Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:25.2489250Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:25.2490709Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:25.2492054Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:25.2493438Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:25.2494854Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:25.2496232Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:25.2497537Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:25.2498839Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:25.2500204Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:25.2501593Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:25.2502907Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:25.2504250Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:25.2505654Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:25.2507110Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:25.2508473Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:25.2510107Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:25.2511467Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:25.2512830Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:25.2514148Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:25.2515448Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:25.2517022Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:25.2518468Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:25.2519855Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:25.2521251Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:25.2522717Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:25.2524165Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:25.2525556Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:25.2526986Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:25.2528374Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:25.2529845Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:25.2531195Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:25.2532538Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:25.2533957Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:25.2535389Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:25.2536815Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:25.2538187Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:25.2539579Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:25.2540982Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:25.2542366Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:25.2543754Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:25.2545218Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:25.2546728Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:25.2548197Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:29.3546326Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:29.3548770Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:29.3550240Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:29.3551617Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:29.3553008Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:29.3554390Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:29.3556016Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:29.3557433Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:29.3558833Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:29.3560227Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:29.3561665Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:29.3563201Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:29.3564720Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:29.3566289Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:29.3567780Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:29.3569231Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:29.3570710Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:29.3572190Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:29.3573535Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:29.3574924Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:29.3576425Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:29.3577916Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:29.3579308Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:29.3580717Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:29.3582106Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:29.3583502Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:29.3584863Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:29.3586726Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:29.3588267Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:29.3589838Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:29.3591608Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:29.3592956Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:29.3594710Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:29.3596198Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:29.3597523Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:29.3599117Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:29.3600598Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:29.3601961Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:29.3603377Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:29.3604836Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:29.3606343Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:29.3607645Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:29.3609091Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:29.3610652Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:29.3612106Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:29.3613475Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:29.3614833Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:29.3616322Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:29.3617727Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:29.3619126Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:29.3620529Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:29.3621832Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:29.3623160Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:29.3624550Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:29.3625912Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:29.3627256Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:29.3628682Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:29.3630089Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:23:29.3631411Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:29.3632774Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:29.3634368Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:29.3635671Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:29.3637095Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:29.3638501Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:29.3639813Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:29.3641252Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:23:29.3642668Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:23:29.3643809Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:23:29.3644803Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:23:29.3647519Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:23:30.9451222Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:30.9453434Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:23:30.9454132Z | ^ 2025-03-21T20:23:30.9455153Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:23:30.9456560Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:30.9457937Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:30.9459311Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:30.9460757Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:30.9462171Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:30.9463570Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:30.9464942Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:23:30.9466200Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:23:30.9467396Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:23:30.9468636Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:23:30.9469686Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:23:30.9472239Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:23:30.9476531Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:30.9478630Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:23:30.9479302Z | ^ 2025-03-21T20:23:30.9480281Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:30.9481830Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:30.9483278Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:30.9484662Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:30.9487453Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:30.9488976Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:30.9490377Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:30.9491811Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:30.9493266Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:30.9494642Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:30.9496070Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:30.9497585Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:30.9499006Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:30.9500316Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:30.9501707Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:30.9503112Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:30.9504299Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:23:30.9507656Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:23:30.9513660Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:23:30.9517326Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:23:30.9519799Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:30.9521333Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:23:30.9521934Z | ^~~~~~~~~~~~~~ 2025-03-21T20:23:30.9525069Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:23:30.9531273Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:23:30.9534970Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:23:30.9537029Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:30.9541082Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:23:30.9546420Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:23:30.9552476Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:23:30.9556232Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:23:30.9558273Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:30.9559822Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:23:30.9560475Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:30.9563519Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:23:30.9568964Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:23:30.9575030Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:23:30.9578762Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:23:30.9580816Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:30.9582277Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:23:30.9582882Z from /usr/include/c++/11/array:38, 2025-03-21T20:23:30.9583589Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:23:30.9584493Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:23:30.9585455Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:23:30.9586538Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:23:30.9590383Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:23:30.9595992Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:23:30.9601112Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:23:30.9607187Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:23:30.9611193Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:23:30.9612956Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:30.9614133Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:23:30.9614831Z | ^~~~~~~~~ 2025-03-21T20:23:30.9618301Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:23:30.9623899Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:23:30.9628991Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:23:30.9634960Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:23:30.9638643Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:23:30.9640408Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.7992891Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:23:31.7996820Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.7998321Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:23:31.7999365Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:23:31.8002432Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:23:31.8006454Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8010568Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:23:31.8014348Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8015712Z 27 | void layer_norm( 2025-03-21T20:23:31.8016130Z | ^~~~~~~~~~ 2025-03-21T20:23:31.8019084Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:23:31.8022812Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:27:6: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8024474Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:23:31.8027165Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double]’: 2025-03-21T20:23:31.8030399Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8031932Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:23:31.8032551Z | ^~~~~~~~~~~~~~ 2025-03-21T20:23:31.8034826Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float]’: 2025-03-21T20:23:31.8038019Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8041558Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:23:31.8045176Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8046816Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:23:31.8047452Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:23:31.8049945Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4]’: 2025-03-21T20:23:31.8053412Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8054901Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:23:31.8055510Z from /usr/include/c++/11/array:38, 2025-03-21T20:23:31.8056206Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:23:31.8057098Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:23:31.8058040Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:23:31.8058986Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:23:31.8061343Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double]’: 2025-03-21T20:23:31.8064016Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8065217Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:23:31.8065706Z | ^~~~~~~~~ 2025-03-21T20:23:31.8067684Z /usr/include/c++/11/bits/stl_pair.h: In function ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float]’: 2025-03-21T20:23:31.8070330Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:23:31.8071953Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:31.8073313Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:31.8074733Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:31.8076179Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:31.8077594Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:31.8078955Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:31.8080338Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:31.8081821Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:31.8083264Z [ 52%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:31.8084654Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:31.8086472Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:31.8087780Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:31.8089201Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:36.2065250Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:36.2066685Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:36.2068135Z [ 53%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:23:36.2069337Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:36.2070780Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:36.2072173Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:36.2073644Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:36.2075112Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:36.2076513Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:36.2077996Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:36.2079455Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:36.2080812Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:36.2082222Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:36.2083151Z [ 55%] Built target optimized_kernels 2025-03-21T20:23:36.2084100Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:36.2085458Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:36.2087324Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:36.2088762Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:36.2090258Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:36.2091760Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:36.2093115Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:36.2094631Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:36.2096290Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:36.2097887Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:36.2099324Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:36.2100680Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:36.2101982Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:36.2103773Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:36.2105207Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:36.2106508Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:36.2107990Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:36.2109526Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:36.2111154Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:36.2112549Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:36.2113966Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:36.2115410Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:36.2116890Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:36.2118355Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:36.2119826Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:36.2121470Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:36.2122997Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:36.2124517Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:36.2126163Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:36.2127658Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:36.2129112Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:36.2130519Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:36.2132008Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:36.2133519Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:36.2134906Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:36.2136346Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:36.2137901Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:36.2139311Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:36.2140632Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:36.2141983Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:36.2143351Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:36.2145166Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:36.2146702Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:36.2148129Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:36.2149746Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:36.2151392Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:36.2153014Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:36.2154484Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:36.2155680Z [ 64%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:23:36.2156861Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:36.2158320Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:36.2159797Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:36.2160996Z [ 65%] Generating code for kernel registration 2025-03-21T20:23:36.2162197Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:36.2163637Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:36.2165096Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:36.2166642Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:36.2168066Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:36.2169520Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:36.2171131Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:40.6591648Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:40.6593255Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:40.6594770Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:40.6596220Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:40.6597672Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:40.6599109Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:40.6600576Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:40.6602023Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:40.6603542Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:40.6605052Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:40.6607126Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:40.6608657Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:40.6610081Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:40.6611507Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:40.6612984Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:40.6614598Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:40.6616047Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:40.6617527Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:40.6618937Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:40.6620419Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:40.6621928Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:40.6623406Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:40.6625202Z [ 71%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:40.6626995Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:40.6628521Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:40.6630071Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:40.6631284Z [ 72%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:23:40.6632446Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:40.6633371Z [ 72%] Built target optimized_ops_lib 2025-03-21T20:23:40.6634436Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:40.6635956Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:40.6637519Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:40.6639154Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:40.6640701Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:40.6642249Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:40.6643881Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:40.6645400Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:40.6646850Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:40.6648247Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:40.6649947Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:40.6651300Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:40.6652661Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:40.6654139Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:40.6655630Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:40.6657153Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:40.6658493Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:40.6659910Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:40.6661438Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:40.6662896Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:40.6664284Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:40.6665760Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:40.6667289Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:40.6668750Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:40.6670170Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:40.6671590Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:40.6673009Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:40.6674433Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:40.6675822Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:40.6677233Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:40.6678727Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:40.6680132Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:40.6681590Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:40.6683099Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:40.6684479Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:40.6685780Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:40.6687520Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:40.6688969Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:40.6690363Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:40.6692071Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:40.6693428Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:40.6694945Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:40.6696548Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:44.5957057Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:44.5958909Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:44.5960359Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:44.5961762Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:44.5963181Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:44.5964596Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:44.5966239Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:44.5967555Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:44.5968860Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:44.5970224Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:44.5971601Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:44.5972956Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:44.5974291Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:44.5975667Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:44.5977101Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:44.5978483Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:44.5979788Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:44.5981132Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:44.5982544Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:44.5984002Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:44.5985428Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:44.5987054Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:44.5988521Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:44.5989982Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:44.5991434Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:44.5993216Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:44.5994587Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:44.5996093Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:44.5997497Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:44.5998914Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:44.6000512Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:44.6012916Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:44.6014865Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:44.6016655Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:44.6018254Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:44.6024052Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:44.6025573Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:44.6027094Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:44.6028613Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:44.6030101Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:44.6031578Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:44.6033038Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:44.6034526Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:44.6035950Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:44.6037352Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:44.6038807Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:44.6040283Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:44.6041768Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:44.6043280Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:44.6044829Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:44.6046634Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:44.6048125Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:44.6049620Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:44.6051157Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:44.6052940Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:44.6054453Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:44.6055976Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:44.6057500Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:44.6059113Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:44.6060641Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:44.6062103Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:44.6063772Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:44.6065349Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:44.6067051Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:44.6068646Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:44.6070522Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:44.6072317Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:44.6073881Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:44.6075436Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:44.6077045Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:44.6078614Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:51:07.8214747Z [ 95%] Linking CXX static library libportable_kernels.a 2025-03-21T20:51:07.8216176Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:51:07.8217798Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:51:07.8219424Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:51:07.8220952Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:51:07.8222534Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:51:07.8224148Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:51:07.8225791Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:51:07.8227461Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:51:07.8229073Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:51:07.8231122Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:51:07.8232696Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:51:07.8234269Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:51:07.8235819Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:51:07.8237078Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:51:07.8238062Z [ 98%] Built target portable_kernels 2025-03-21T20:51:07.8238918Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:51:07.8239748Z [ 98%] Generating code for kernel registration 2025-03-21T20:51:07.8240368Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:51:07.8241023Z [ 98%] Merging kernel yaml files 2025-03-21T20:51:07.8241883Z [ 99%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:51:07.8242811Z [ 99%] Generating code for kernel registration 2025-03-21T20:51:07.8244202Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:51:07.8245841Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:51:07.8246639Z [ 99%] Built target portable_ops_lib 2025-03-21T20:51:07.8248090Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:51:07.8249641Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:51:07.8250377Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:51:07.8251516Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:51:07.8252986Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:51:07.8254382Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:51:07.8255737Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:51:07.8257099Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:51:07.8258592Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:51:07.8259741Z [100%] Linking CXX executable executor_runner 2025-03-21T20:51:07.8260335Z [100%] Built target executor_runner 2025-03-21T20:51:07.8261010Z + ./cmake-out/executor_runner --model_path ./llama3_2_vision_encoder.pte 2025-03-21T20:51:07.8261939Z I 00:00:00.000774 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T20:51:07.8263012Z I 00:00:00.000815 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T20:51:07.8264244Z I 00:00:00.000830 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:51:07.8265561Z I 00:00:00.000881 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu1/regs/identification/midr_el1 2025-03-21T20:51:07.8266884Z I 00:00:00.000904 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu2/regs/identification/midr_el1 2025-03-21T20:51:07.8268198Z I 00:00:00.000929 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu3/regs/identification/midr_el1 2025-03-21T20:51:07.8269706Z I 00:00:00.000952 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu4/regs/identification/midr_el1 2025-03-21T20:51:07.8271010Z I 00:00:00.000975 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu5/regs/identification/midr_el1 2025-03-21T20:51:07.8272328Z I 00:00:00.000996 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu6/regs/identification/midr_el1 2025-03-21T20:51:07.8273650Z I 00:00:00.001020 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu7/regs/identification/midr_el1 2025-03-21T20:51:07.8274825Z I 00:00:00.001043 executorch:executor_runner.cpp:142] Resetting threadpool with num threads = 8 2025-03-21T20:51:07.8276046Z I 00:00:00.058913 executorch:executor_runner.cpp:166] Model file ./llama3_2_vision_encoder.pte is loaded. 2025-03-21T20:51:07.8277037Z I 00:00:00.058947 executorch:executor_runner.cpp:175] Using method forward 2025-03-21T20:51:07.8277968Z I 00:00:00.058963 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 123557392. 2025-03-21T20:51:07.8278893Z I 00:00:00.194002 executorch:executor_runner.cpp:251] Method loaded. 2025-03-21T20:51:07.8279859Z I 00:27:11.998034 executorch:executor_runner.cpp:284] Model executed successfully 1 time(s) in 1631801.267145 ms. 2025-03-21T20:51:07.8280809Z I 00:27:11.998074 executorch:executor_runner.cpp:293] 1 outputs: 2025-03-21T20:51:07.8281580Z Output 0: tensor(sizes=[1, 1028, 1024], [ 2025-03-21T20:51:07.8282322Z -1.04078, 0.754006, -0.57578, 0.000355513, 0.89901, 1.44384, -0.355614, 0.145353, 1.31823, -0.282081, 2025-03-21T20:51:07.8283271Z 0.0343764, 0.0066428, 0.94563, -0.771883, 0.746071, 0.0447702, 1.2436, 0.280033, 0.246458, 0.714135, 2025-03-21T20:51:07.8284221Z 0.558336, 1.37772, 0.447965, 0.851192, 0.018689, 0.169679, -0.284979, -0.381886, 1.10132, 1.60728, 2025-03-21T20:51:07.8285195Z 0.498319, -0.378103, 0.206265, -0.688607, -0.230357, -2.14099, -1.91955, 0.997657, 0.297919, -0.365926, 2025-03-21T20:51:07.8286489Z 0.982607, 0.824048, 0.0858415, 0.536519, 0.299011, 0.50161, -1.08903, 0.418832, -0.882964, 0.0826661, 2025-03-21T20:51:07.8287455Z -0.720982, 0.413679, 0.463577, -0.0178963, 0.070108, -0.0257663, 2.01476, -1.3425, 0.807524, -1.80359, 2025-03-21T20:51:07.8288434Z -0.870032, -0.376675, -0.376738, 0.624021, -0.0750147, 0.00874695, 0.558563, -0.69183, 0.727217, -0.652597, 2025-03-21T20:51:07.8289410Z 0.144316, -1.56092, 0.402543, -0.273763, -0.286639, -0.776777, -0.595217, 1.21216, -0.250048, 0.12554, 2025-03-21T20:51:07.8290377Z 0.0526138, -0.104775, -0.715207, -1.61287, 0.467802, 0.00762064, -0.0730592, 0.163979, -0.59542, 1.2473, 2025-03-21T20:51:07.8291343Z 1.1015, -0.245618, -1.34115, -0.319584, 0.202733, -0.852541, 1.56057, -0.0387672, -0.0846721, 0.0472518, 2025-03-21T20:51:07.8292099Z ..., 2025-03-21T20:51:07.8292684Z 0.433826, -1.39178, -0.599898, 0.399992, 0.338583, 0.657693, -1.02472, 0.969677, 0.0584999, 1.37112, 2025-03-21T20:51:07.8293638Z -0.247759, 1.36495, -1.97291, 0.382048, 0.0289666, -0.491873, -1.5604, -0.207163, -0.162037, -0.0049784, 2025-03-21T20:51:07.8294608Z -0.799239, 0.640979, -0.497931, -1.18196, -0.284482, 0.201036, -0.50319, -0.346483, 1.77998, -0.214656, 2025-03-21T20:51:07.8295552Z -0.57475, 1.04124, 1.10029, 1.02141, 0.790718, -0.713825, 1.25917, 0.0768311, -0.532083, -0.894243, 2025-03-21T20:51:07.8296463Z 0.352994, -0.626225, 0.845239, 0.519154, -1.15341, -1.03871, 0.497247, -0.318657, 0.935652, 1.69985, 2025-03-21T20:51:07.8297407Z 0.158394, 0.762413, -0.494175, 0.136225, -0.665862, 1.04461, -2.08091, 0.351864, -0.831448, 0.279188, 2025-03-21T20:51:07.8298351Z -0.64973, -0.49101, 0.285323, -0.666973, 0.962679, 0.255138, -0.846662, -0.426097, 0.161497, 0.960118, 2025-03-21T20:51:07.8299308Z 0.226544, 0.612015, 0.766598, -0.0564169, 0.314072, 0.698947, 1.33695, 0.0178901, 0.234504, 0.0388663, 2025-03-21T20:51:07.8300286Z -0.0251403, -1.74385, 0.477664, -0.0536355, 0.0594064, 0.364518, 0.626417, 0.653267, -0.934987, -0.333538, 2025-03-21T20:51:07.8301513Z -1.52807, 1.35559, -0.30337, -0.881117, 0.755968, 0.0256451, -0.207737, -0.832139, 0.210878, 0.0159141, 2025-03-21T20:51:07.8302213Z ]) 2025-03-21T20:51:07.8363821Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:51:07.8364530Z with: 2025-03-21T20:51:07.8365034Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:07.8365647Z fail-on-empty: false 2025-03-21T20:51:07.8366170Z env: 2025-03-21T20:51:07.8366626Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:07.8367221Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:07.8367689Z PR_NUMBER: 2025-03-21T20:51:07.8370158Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:07.8373008Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:07.8373989Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:07.8374855Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:07.8375787Z ##[endgroup] 2025-03-21T20:51:07.9163915Z Prepare all required actions 2025-03-21T20:51:07.9224180Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:51:07.9224773Z with: 2025-03-21T20:51:07.9225317Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:51:07.9225995Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:51:07.9226433Z env: 2025-03-21T20:51:07.9226905Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:07.9227494Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:07.9227965Z PR_NUMBER: 2025-03-21T20:51:07.9230474Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:07.9233220Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:07.9234098Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:07.9234919Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:07.9235520Z ##[endgroup] 2025-03-21T20:51:07.9270034Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:51:07.9271101Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:51:07.9281669Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:51:07.9282266Z env: 2025-03-21T20:51:07.9282709Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:07.9283302Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:07.9283763Z PR_NUMBER: 2025-03-21T20:51:07.9286558Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:07.9289293Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:07.9290397Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:07.9291229Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:07.9291862Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:51:07.9292492Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:51:07.9293151Z ##[endgroup] 2025-03-21T20:51:07.9512931Z Unable to find image 'arm64v8/alpine:latest' locally 2025-03-21T20:51:08.1400051Z latest: Pulling from arm64v8/alpine 2025-03-21T20:51:08.1979274Z 6e771e15690e: Pulling fs layer 2025-03-21T20:51:13.2889489Z 6e771e15690e: Download complete 2025-03-21T20:51:13.4075535Z 6e771e15690e: Pull complete 2025-03-21T20:51:13.4215138Z Digest: sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:51:13.4258225Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-03-21T20:51:14.4209246Z Prepare all required actions 2025-03-21T20:51:14.4252907Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:51:14.4253481Z with: 2025-03-21T20:51:14.4253936Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:51:14.4254518Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:51:14.4254958Z env: 2025-03-21T20:51:14.4255398Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:14.4255991Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:14.4256731Z PR_NUMBER: 2025-03-21T20:51:14.4259452Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:14.4262213Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:14.4263109Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:14.4263940Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:14.4264538Z ##[endgroup] 2025-03-21T20:51:14.4298521Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:51:14.4299587Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:51:14.4312343Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:51:14.4312938Z env: 2025-03-21T20:51:14.4313387Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:14.4313983Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:14.4314447Z PR_NUMBER: 2025-03-21T20:51:14.4316916Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:14.4319677Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:14.4320576Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:14.4321407Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:14.4322045Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:51:14.4322591Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:51:14.4323150Z ##[endgroup] 2025-03-21T20:51:15.2666315Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:51:15.2667341Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:51:15.2668286Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:51:15.2669111Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:51:15.2670044Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:51:15.2670805Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:51:15.2671480Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:51:15.2672012Z  fi 2025-03-21T20:51:15.2672465Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:51:15.2673152Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:51:15.2673775Z  fi 2025-03-21T20:51:15.2674289Z fi 2025-03-21T20:51:15.2674675Z  2025-03-21T20:51:15.2675041Z upload_docs=0 2025-03-21T20:51:15.2675686Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:51:15.2676415Z # empty folders do not count 2025-03-21T20:51:15.2677132Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:51:15.2678042Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:51:15.2678808Z  # upload will probably not work correctly 2025-03-21T20:51:15.2679620Z  upload_docs=1 2025-03-21T20:51:15.2680043Z fi 2025-03-21T20:51:15.2680551Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:51:15.2689085Z shell: /usr/bin/bash -e {0} 2025-03-21T20:51:15.2689560Z env: 2025-03-21T20:51:15.2690015Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:15.2690633Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:15.2691107Z PR_NUMBER: 2025-03-21T20:51:15.2693557Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:15.2696307Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:15.2697199Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:15.2698030Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:15.2698666Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:51:15.2699088Z ##[endgroup] 2025-03-21T20:51:15.2819456Z Prepare all required actions 2025-03-21T20:51:15.2872405Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:51:15.2873000Z with: 2025-03-21T20:51:15.2873354Z env: 2025-03-21T20:51:15.2873833Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:15.2874452Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:15.2904350Z PR_NUMBER: 2025-03-21T20:51:15.2907003Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:15.2909828Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:15.2910759Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:15.2911609Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:15.2912220Z ##[endgroup] 2025-03-21T20:51:15.2951243Z ##[group]Run set -eou pipefail 2025-03-21T20:51:15.2951785Z set -eou pipefail 2025-03-21T20:51:15.2952233Z  2025-03-21T20:51:15.2952809Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:51:15.2953514Z for _ in $(seq 1440); do 2025-03-21T20:51:15.2954048Z  # Break if no ssh session exists anymore 2025-03-21T20:51:15.2954613Z  if [ "$(who)" = "" ]; then 2025-03-21T20:51:15.2955104Z  break 2025-03-21T20:51:15.2955498Z  fi 2025-03-21T20:51:15.2955878Z  echo "." 2025-03-21T20:51:15.2956285Z  sleep 5 2025-03-21T20:51:15.2956687Z done 2025-03-21T20:51:15.2964590Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:51:15.2965210Z env: 2025-03-21T20:51:15.2965672Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:15.2966412Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:15.2966886Z PR_NUMBER: 2025-03-21T20:51:15.2969356Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:15.2972345Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:15.2973233Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:15.2974067Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:15.2974676Z ##[endgroup] 2025-03-21T20:51:15.3006342Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:51:15.3080725Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:51:15.3081604Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:51:15.3082263Z # shellcheck disable=SC2046 2025-03-21T20:51:15.3082805Z docker stop $(docker ps -q) || true 2025-03-21T20:51:15.3083355Z # Prune all of the docker images 2025-03-21T20:51:15.3083884Z docker system prune -af 2025-03-21T20:51:15.3096068Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:51:15.3096677Z env: 2025-03-21T20:51:15.3097135Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:15.3097722Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:15.3098198Z PR_NUMBER: 2025-03-21T20:51:15.3100999Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:15.3103786Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:15.3104679Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:15.3105536Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:15.3106144Z ##[endgroup] 2025-03-21T20:51:25.8387592Z 9044e74b8b5b 2025-03-21T20:51:26.2125846Z Deleted Containers: 2025-03-21T20:51:26.2126738Z 9044e74b8b5b7958c99838c9b1d0a4e5903f98c164fb59e3d008870cc656d3dd 2025-03-21T20:51:26.2127232Z 2025-03-21T20:51:30.1023487Z Deleted Images: 2025-03-21T20:51:30.1024693Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:51:30.1026642Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:51:30.1028584Z deleted: sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4 2025-03-21T20:51:30.1029559Z deleted: sha256:09f32a7b4424aa2d53cb6746ad96c97d11402e32508800950db7d805db59fef5 2025-03-21T20:51:30.1030529Z deleted: sha256:2400b3ca069d97c31c82baf4d6a615abba1f6d0c3ecbd100c810222bb25e9333 2025-03-21T20:51:30.1031520Z deleted: sha256:8e0b41eb40e0e0ee386f53cf802d9cd1793693af919a5eeeea5f9a744069afb5 2025-03-21T20:51:30.1032499Z deleted: sha256:dcbdfeae52597e3808762abdebc00dfd922c61b7a2641c20c37f5722f4f74027 2025-03-21T20:51:30.1033497Z deleted: sha256:d63b9419821f5e34bce0d21a8436284d4eb65a677ad10352e4083292e85cc411 2025-03-21T20:51:30.1034485Z deleted: sha256:19f09f507aab26d96e654dddf37320db13b0c290424d02fbcf2200cdebe6d50c 2025-03-21T20:51:30.1035503Z deleted: sha256:811ea2f5529526b50aa09f80457db519fc0684669c33b4b804fb686775fedf48 2025-03-21T20:51:30.1036459Z deleted: sha256:0c22605f5866e3bf800a3d128de9a552c8b32a7e762f96bc98cd4e7838aca631 2025-03-21T20:51:30.1037411Z deleted: sha256:597399b530f943bc9178d331b712b06d55e3570ec0dd569f9f34556a0b39c672 2025-03-21T20:51:30.1038352Z deleted: sha256:2e1c01efb70ca42200c290a1a5c078404a7429b1656d62829cc194e393feb456 2025-03-21T20:51:30.1039317Z deleted: sha256:81ed8917a35c1fb8e0f4697d2136d8f46ef0123e7172354db6cac2f665e74179 2025-03-21T20:51:30.1040515Z deleted: sha256:0b4dd04405c68761b0af34f004a21778591d9837b5b659c46e3ece5db4ca96c4 2025-03-21T20:51:30.1041469Z deleted: sha256:98564e1057c5b1861fac27ca9a4d000aa6c1cce077a64be6e92c1c0328de21db 2025-03-21T20:51:30.1042465Z deleted: sha256:ef6027fae935dd069d281694954d5d434ecccb964dc2cae4cb5f367f79118433 2025-03-21T20:51:30.1043445Z deleted: sha256:8714b6aed43f9fb6516d748241fbf8a7d62000dffbfda6c97f9a77c52ffcaf66 2025-03-21T20:51:30.1044411Z deleted: sha256:b50da0d5f573e1d94a83711df7a638fe9a44670dd938a98e0ba7c535de409ac3 2025-03-21T20:51:30.1045423Z deleted: sha256:d8cf851e2ae665b901caeb1b88600dd2262511635516845a22b84cb6a601c8f8 2025-03-21T20:51:30.1046497Z deleted: sha256:0336a5d8eb38c4345cf408dda18a8619056747745a03e9336423dc70dbd8b1ec 2025-03-21T20:51:30.1047457Z deleted: sha256:f620185bef1017660c6c4248c3f1a8f829a622e73584a4f975744970d443021b 2025-03-21T20:51:30.1048402Z deleted: sha256:e841d457dc57315a4b42567dcb7792b798d522cc284364a17160bef80879823d 2025-03-21T20:51:30.1049462Z deleted: sha256:8590293936b69062f99a43c53ba78bbb521db3f5fd34e4e029c260b42a2f24d2 2025-03-21T20:51:30.1050420Z deleted: sha256:41e98c39e616aa6a0b103eb4ff3754d0cd5e5ebc8d03e2ffc4374e90a6584078 2025-03-21T20:51:30.1051401Z deleted: sha256:de03b39cfdff6bb157784d61d1938fcf862ee01640d8de56613f2499d569d825 2025-03-21T20:51:30.1052747Z deleted: sha256:cf012e330a58f50134db5754447bf140b24dfcf3f11602031ed0405f9a1bc8f2 2025-03-21T20:51:30.1053764Z deleted: sha256:18b60edd05c57a9ddd17db0d40244b248e6f0b94918169e2feb2227cf1f0fa5f 2025-03-21T20:51:30.1054821Z deleted: sha256:e2d20ee2e6f5b13148c5bc7438ac3b99d0fbe7361983ace57d7f6c9a53ebb4a1 2025-03-21T20:51:30.1055840Z deleted: sha256:8d51221c5d0b80fef480318f9648620d0485d4bdeaa8a4bb71dad958ffa6f790 2025-03-21T20:51:30.1056812Z deleted: sha256:14420affd3a01fd14f1f93dd16a99ffbaa8494bde8e368f6d15c81667f9a6e23 2025-03-21T20:51:30.1057795Z deleted: sha256:9e1213ad98b26feb4bbe577f702afcfbec754438b68d47c9f11b9a24714eedda 2025-03-21T20:51:30.1058763Z deleted: sha256:e015fd41e914974c966637a97e131b50ae5814b903b8c42dfebc2ffafc3db463 2025-03-21T20:51:30.1059731Z deleted: sha256:d7976569ac4f931958721acabc120fe2cfdbc8673ef348c7c8110886822234a0 2025-03-21T20:51:30.1060693Z deleted: sha256:9006884ac58bd79a9522eda809d9360d21997a93e175d1d6b66b23dd64cc766e 2025-03-21T20:51:30.1061676Z deleted: sha256:934cb849abe06befc43afe3d1a738c8537ce109679f8556a7af52bfbf40438b2 2025-03-21T20:51:30.1062647Z deleted: sha256:824b004f2d714c62c347e3c1ea2ef132dd6cc9c2c8e2a33891027b3332970956 2025-03-21T20:51:30.1063613Z deleted: sha256:070a521224ad9aed21b31bdbffa143888d3a81eba63b08fd089618c6e5040186 2025-03-21T20:51:30.1064756Z deleted: sha256:59b223680ef978509f20faf6bf069866dfc02c422159347face0a7565d698526 2025-03-21T20:51:30.1065491Z untagged: arm64v8/alpine:latest 2025-03-21T20:51:30.1066516Z untagged: arm64v8/alpine@sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:51:30.1067609Z deleted: sha256:8d591b0b7dea080ea3be9e12ae563eebf9869168ffced1cb25b2470a3d9fe15e 2025-03-21T20:51:30.1068604Z deleted: sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c 2025-03-21T20:51:30.1069178Z 2025-03-21T20:51:30.1069407Z Total reclaimed space: 5.723GB 2025-03-21T20:51:30.1124909Z ##[group]Run set +e 2025-03-21T20:51:30.1125428Z set +e 2025-03-21T20:51:30.1125870Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:51:30.1126643Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:51:30.1127230Z else 2025-03-21T20:51:30.1127698Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:51:30.1128254Z fi 2025-03-21T20:51:30.1128629Z set -e 2025-03-21T20:51:30.1136110Z shell: /usr/bin/bash -e {0} 2025-03-21T20:51:30.1136582Z env: 2025-03-21T20:51:30.1137054Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:51:30.1137658Z REPOSITORY: pytorch/executorch 2025-03-21T20:51:30.1138123Z PR_NUMBER: 2025-03-21T20:51:30.1140642Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" MODEL_NAME=llama3_2_vision_encoder BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:51:30.1143664Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:51:30.1144568Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:51:30.1145478Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:51:30.1146141Z NO_SUDO: false 2025-03-21T20:51:30.1146536Z ##[endgroup] 2025-03-21T20:51:31.4682745Z Post job cleanup. 2025-03-21T20:51:31.6046752Z Post job cleanup. 2025-03-21T20:51:31.7302943Z [command]/usr/bin/git version 2025-03-21T20:51:31.7360414Z git version 2.47.1 2025-03-21T20:51:31.7414620Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/b09f59c0-e2ad-4402-bc35-5f62961d4322/.gitconfig' 2025-03-21T20:51:31.7429766Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b09f59c0-e2ad-4402-bc35-5f62961d4322' before making global git config changes 2025-03-21T20:51:31.7431158Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:51:31.7439257Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:51:31.7496909Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:51:31.7556563Z [command]/usr/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:51:31.7913869Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:51:31.7942476Z http.https://github.com/.extraheader 2025-03-21T20:51:31.7962050Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:51:31.8003506Z [command]/usr/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:51:31.8450278Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:51:31.8483084Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:51:31.8491671Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:51:31.8492288Z ##[endgroup] 2025-03-21T20:51:31.8595144Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:51:47.4285712Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:52:12.2425193Z Cleaning up orphan processes