2025-03-21T20:17:46.0959997Z Current runner version: '2.323.0' 2025-03-21T20:17:46.0969487Z Runner name: 'i-02e4e21711428fb9c' 2025-03-21T20:17:46.0970652Z Runner group name: 'Default' 2025-03-21T20:17:46.0971817Z Machine name: 'ip-10-0-58-234' 2025-03-21T20:17:46.0975521Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:46.0978693Z Contents: read 2025-03-21T20:17:46.0979478Z Metadata: read 2025-03-21T20:17:46.0980130Z ##[endgroup] 2025-03-21T20:17:46.0984092Z Secret source: Actions 2025-03-21T20:17:46.0985098Z Prepare workflow directory 2025-03-21T20:17:46.1634800Z Prepare all required actions 2025-03-21T20:17:46.1683652Z Getting action download info 2025-03-21T20:17:46.3628899Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:46.6187928Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:59.7588300Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:18:00.1010158Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:18:00.1956232Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:00.6121347Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:00.8813847Z Getting action download info 2025-03-21T20:18:01.0361285Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:01.0363711Z ##[group] Inputs 2025-03-21T20:18:01.0365912Z 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:01.0368666Z timeout: 90 2025-03-21T20:18:01.0368979Z runner: linux.4xlarge.memory 2025-03-21T20:18:01.0369331Z upload-artifact: 2025-03-21T20:18:01.0370015Z upload-artifact-to-s3: false 2025-03-21T20:18:01.0370374Z download-artifact: 2025-03-21T20:18:01.0370685Z repository: 2025-03-21T20:18:01.0370990Z fetch-depth: 1 2025-03-21T20:18:01.0371280Z submodules: true 2025-03-21T20:18:01.0371634Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:01.0372075Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:01.0372474Z test-infra-ref: 2025-03-21T20:18:01.0372819Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:01.0373250Z docker-build-dir: .ci/docker 2025-03-21T20:18:01.0373593Z gpu-arch-type: cpu 2025-03-21T20:18:01.0373891Z gpu-arch-version: 2025-03-21T20:18:01.0374220Z job-name: linux-job 2025-03-21T20:18:01.0374549Z continue-on-error: false 2025-03-21T20:18:01.0374880Z binary-matrix: 2025-03-21T20:18:01.0375180Z run-with-docker: true 2025-03-21T20:18:01.0375474Z secrets-env: 2025-03-21T20:18:01.0375759Z no-sudo: false 2025-03-21T20:18:01.0376079Z ##[endgroup] 2025-03-21T20:18:01.0376704Z Complete job name: test-models-linux (llama3_2_vision_encoder, portable, linux.4xlarge.memory) / linux-job 2025-03-21T20:18:01.0912247Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:01.1032418Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:01.1043322Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:01.1044110Z ##[endgroup] 2025-03-21T20:18:02.3975661Z Runner Type: linux.4xlarge.memory 2025-03-21T20:18:02.3976219Z Instance Type: r5.4xlarge 2025-03-21T20:18:02.3976554Z AMI Name: unknown 2025-03-21T20:18:02.4007270Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:08.8494948Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:08.8495639Z set -euxo pipefail 2025-03-21T20:18:08.8496022Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:08.8496484Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:08.8496955Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:08.8497344Z else 2025-03-21T20:18:08.8497684Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:08.8498131Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:08.8498500Z fi 2025-03-21T20:18:08.8498750Z  2025-03-21T20:18:08.8499048Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:08.8499439Z echo "::endgroup::" 2025-03-21T20:18:08.8509861Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:08.8510221Z env: 2025-03-21T20:18:08.8510529Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:08.8510978Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.8511395Z PR_NUMBER: 2025-03-21T20:18:08.8513468Z 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:08.8515721Z NO_SUDO: false 2025-03-21T20:18:08.8516010Z ##[endgroup] 2025-03-21T20:18:08.8546709Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:08.8562816Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:08.8566453Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:08.8567054Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:08.9916047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:08.9932782Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:08.9947190Z + echo ::endgroup:: 2025-03-21T20:18:08.9948562Z ##[endgroup] 2025-03-21T20:18:09.0069860Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:09.0070303Z with: 2025-03-21T20:18:09.0070584Z repository: pytorch/test-infra 2025-03-21T20:18:09.0070966Z path: test-infra 2025-03-21T20:18:09.0071268Z submodules: recursive 2025-03-21T20:18:09.0071929Z token: *** 2025-03-21T20:18:09.0072232Z ssh-strict: true 2025-03-21T20:18:09.0072522Z ssh-user: git 2025-03-21T20:18:09.0072811Z persist-credentials: true 2025-03-21T20:18:09.0073143Z clean: true 2025-03-21T20:18:09.0073449Z sparse-checkout-cone-mode: true 2025-03-21T20:18:09.0073810Z fetch-depth: 1 2025-03-21T20:18:09.0074098Z fetch-tags: false 2025-03-21T20:18:09.0074378Z show-progress: true 2025-03-21T20:18:09.0074674Z lfs: false 2025-03-21T20:18:09.0074965Z set-safe-directory: true 2025-03-21T20:18:09.0075423Z env: 2025-03-21T20:18:09.0075722Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.0076182Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.0076527Z PR_NUMBER: 2025-03-21T20:18:09.0078621Z 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:09.0080735Z ##[endgroup] 2025-03-21T20:18:09.1381998Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:09.1383261Z ##[group]Getting Git version info 2025-03-21T20:18:09.1383982Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:09.1385141Z [command]/usr/bin/git version 2025-03-21T20:18:09.1385610Z git version 2.47.1 2025-03-21T20:18:09.1398165Z ##[endgroup] 2025-03-21T20:18:09.1412238Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5342860c-af0d-48b5-ac17-a744c26aa539' before making global git config changes 2025-03-21T20:18:09.1413524Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:09.1417916Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:09.1457161Z ##[group]Initializing the repository 2025-03-21T20:18:09.1462562Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:09.1496170Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:09.1496971Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:09.1497864Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:09.1498506Z hint: 2025-03-21T20:18:09.1498912Z hint: git config --global init.defaultBranch 2025-03-21T20:18:09.1499527Z hint: 2025-03-21T20:18:09.1500066Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:09.1500890Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:09.1501543Z hint: 2025-03-21T20:18:09.1501957Z hint: git branch -m 2025-03-21T20:18:09.1502724Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:09.1507064Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:09.1535018Z ##[endgroup] 2025-03-21T20:18:09.1535771Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:09.1539246Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:09.1566560Z ##[endgroup] 2025-03-21T20:18:09.1567245Z ##[group]Setting up auth 2025-03-21T20:18:09.1572357Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:09.1599702Z [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:09.1906417Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:09.1934960Z [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:09.2223602Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:09.2268257Z ##[endgroup] 2025-03-21T20:18:09.2269119Z ##[group]Determining the default branch 2025-03-21T20:18:09.2271284Z Retrieving the default branch name 2025-03-21T20:18:09.4457411Z Default branch 'main' 2025-03-21T20:18:09.4458236Z ##[endgroup] 2025-03-21T20:18:09.4458783Z ##[group]Fetching the repository 2025-03-21T20:18:09.4464730Z [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:09.8280278Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:09.8280814Z * [new branch] main -> origin/main 2025-03-21T20:18:09.8303731Z ##[endgroup] 2025-03-21T20:18:09.8304240Z ##[group]Determining the checkout info 2025-03-21T20:18:09.8305318Z ##[endgroup] 2025-03-21T20:18:09.8310176Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:09.8345593Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:09.8374058Z ##[group]Checking out the ref 2025-03-21T20:18:09.8378004Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:09.9299349Z Switched to a new branch 'main' 2025-03-21T20:18:09.9300070Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:09.9307706Z ##[endgroup] 2025-03-21T20:18:09.9308243Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:09.9313883Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:09.9359384Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:09.9390463Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:09.9418682Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:09.9444704Z ##[endgroup] 2025-03-21T20:18:09.9445216Z ##[group]Fetching submodules 2025-03-21T20:18:09.9449038Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:09.9741524Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:10.0036448Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:10.0324198Z ##[endgroup] 2025-03-21T20:18:10.0324788Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:10.0329937Z [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:10.0624291Z [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:10.0915737Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:10.1207203Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:10.1494358Z ##[endgroup] 2025-03-21T20:18:10.1530150Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:10.1553517Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:10.1768548Z Prepare all required actions 2025-03-21T20:18:10.1769195Z Getting action download info 2025-03-21T20:18:10.2700444Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:11.6343926Z Getting action download info 2025-03-21T20:18:11.7467908Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:11.9023159Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:11.9023587Z env: 2025-03-21T20:18:11.9023904Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.9024337Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.9024683Z PR_NUMBER: 2025-03-21T20:18:11.9026712Z 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:11.9028779Z ##[endgroup] 2025-03-21T20:18:11.9126894Z ##[group]Run set -euo pipefail 2025-03-21T20:18:11.9127320Z set -euo pipefail 2025-03-21T20:18:11.9127673Z function get_ec2_metadata() { 2025-03-21T20:18:11.9128116Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:11.9128864Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:11.9129534Z  category=$1 2025-03-21T20:18:11.9130561Z  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:11.9131805Z } 2025-03-21T20:18:11.9132127Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:11.9132627Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:11.9133175Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:11.9133675Z echo "system info $(uname -a)" 2025-03-21T20:18:11.9140386Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.9140839Z env: 2025-03-21T20:18:11.9141154Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.9141584Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.9141918Z PR_NUMBER: 2025-03-21T20:18:11.9143890Z 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:11.9145929Z ##[endgroup] 2025-03-21T20:18:11.9287498Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:11.9390512Z instance-id: i-02e4e21711428fb9c 2025-03-21T20:18:11.9491028Z instance-type: r5.4xlarge 2025-03-21T20:18:11.9502161Z system info Linux ip-10-0-58-234.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:11.9545935Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:11.9547021Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:11.9553990Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.9554425Z env: 2025-03-21T20:18:11.9554945Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.9555515Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.9555871Z PR_NUMBER: 2025-03-21T20:18:11.9557830Z 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:11.9559857Z ##[endgroup] 2025-03-21T20:18:11.9644893Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:11.9645436Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:11.9645921Z  echo "Docker daemon is running..."; 2025-03-21T20:18:11.9646314Z else 2025-03-21T20:18:11.9646760Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:11.9647255Z fi 2025-03-21T20:18:11.9653613Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.9654063Z env: 2025-03-21T20:18:11.9654384Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.9654814Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.9655158Z PR_NUMBER: 2025-03-21T20:18:11.9657128Z 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:11.9659347Z ##[endgroup] 2025-03-21T20:18:11.9742320Z Docker daemon is running... 2025-03-21T20:18:11.9774466Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:11.9775239Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:11.9775848Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:11.9776572Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:11.9777424Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:11.9784043Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.9784497Z env: 2025-03-21T20:18:11.9784816Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.9785234Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.9785585Z PR_NUMBER: 2025-03-21T20:18:11.9787592Z 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:11.9789664Z AWS_RETRY_MODE: standard 2025-03-21T20:18:11.9790039Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:11.9790358Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:11.9790700Z ##[endgroup] 2025-03-21T20:18:13.1804514Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:13.1805250Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:13.1806105Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:13.1806704Z 2025-03-21T20:18:13.1806831Z Login Succeeded 2025-03-21T20:18:13.1857264Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:13.1857963Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:13.1858575Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:13.1865806Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.1866271Z env: 2025-03-21T20:18:13.1866592Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.1867026Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.1867370Z PR_NUMBER: 2025-03-21T20:18:13.1869350Z 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:13.1871409Z ##[endgroup] 2025-03-21T20:18:13.1970980Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:13.1971570Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:13.1972044Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:13.1972470Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:13.1972997Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:13.1973514Z  2025-03-21T20:18:13.1973879Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:13.1974391Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:13.1974832Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:13.1975400Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:13.1976211Z  2025-03-21T20:18:13.1976525Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:13.1976947Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:13.1977345Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:13.1977823Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:13.1984420Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.1984859Z env: 2025-03-21T20:18:13.1985178Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.1985612Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.1985957Z PR_NUMBER: 2025-03-21T20:18:13.1987941Z 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:13.1989997Z ##[endgroup] 2025-03-21T20:18:13.9080277Z ##[group]Run needs=0 2025-03-21T20:18:13.9080617Z needs=0 2025-03-21T20:18:13.9081060Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:13.9081578Z  needs=1 2025-03-21T20:18:13.9081859Z fi 2025-03-21T20:18:13.9082167Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:13.9089352Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.9089814Z env: 2025-03-21T20:18:13.9090123Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.9090567Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.9090917Z PR_NUMBER: 2025-03-21T20:18:13.9093094Z 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:13.9095310Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:13.9096006Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:13.9096663Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:13.9097116Z ##[endgroup] 2025-03-21T20:18:13.9365949Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:13.9366654Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:13.9367164Z # shellcheck disable=SC2046 2025-03-21T20:18:13.9367558Z docker stop $(docker ps -q) || true 2025-03-21T20:18:13.9367994Z # Prune all of the docker images 2025-03-21T20:18:13.9368408Z docker system prune -af 2025-03-21T20:18:13.9375028Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:13.9375484Z env: 2025-03-21T20:18:13.9375790Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.9376222Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.9376570Z PR_NUMBER: 2025-03-21T20:18:13.9378539Z 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:13.9380745Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:13.9381629Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:13.9382288Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:13.9382760Z ##[endgroup] 2025-03-21T20:18:13.9637531Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:13.9638015Z See 'docker stop --help'. 2025-03-21T20:18:13.9638237Z 2025-03-21T20:18:13.9638436Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:13.9638752Z 2025-03-21T20:18:13.9638901Z Stop one or more running containers 2025-03-21T20:18:13.9817415Z Total reclaimed space: 0B 2025-03-21T20:18:13.9909843Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:13.9910562Z with: 2025-03-21T20:18:13.9911206Z github-secret: *** 2025-03-21T20:18:13.9912148Z 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:13.9913132Z activate-with-label: false 2025-03-21T20:18:13.9913586Z label: with-ssh 2025-03-21T20:18:13.9914006Z remove-existing-keys: true 2025-03-21T20:18:13.9914474Z fail-silently: true 2025-03-21T20:18:13.9914877Z env: 2025-03-21T20:18:13.9915400Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:13.9915968Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:13.9916420Z PR_NUMBER: 2025-03-21T20:18:13.9918717Z 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:13.9921024Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:13.9921855Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:13.9922621Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:13.9923148Z ##[endgroup] 2025-03-21T20:18:14.1138065Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:14.1140302Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:14.1277148Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:14.1277518Z with: 2025-03-21T20:18:14.1277802Z repository: pytorch/executorch 2025-03-21T20:18:14.1278177Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:14.1278586Z path: pytorch/executorch 2025-03-21T20:18:14.1278905Z fetch-depth: 1 2025-03-21T20:18:14.1279185Z submodules: true 2025-03-21T20:18:14.1279641Z token: *** 2025-03-21T20:18:14.1279897Z ssh-strict: true 2025-03-21T20:18:14.1280200Z ssh-user: git 2025-03-21T20:18:14.1280498Z persist-credentials: true 2025-03-21T20:18:14.1280820Z clean: true 2025-03-21T20:18:14.1281122Z sparse-checkout-cone-mode: true 2025-03-21T20:18:14.1281467Z fetch-tags: false 2025-03-21T20:18:14.1281758Z show-progress: true 2025-03-21T20:18:14.1282051Z lfs: false 2025-03-21T20:18:14.1282329Z set-safe-directory: true 2025-03-21T20:18:14.1282642Z env: 2025-03-21T20:18:14.1282935Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:14.1283406Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.1283748Z PR_NUMBER: 2025-03-21T20:18:14.1285719Z 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:14.1288075Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:14.1288759Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:14.1289413Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:14.1289879Z ##[endgroup] 2025-03-21T20:18:14.2382682Z Syncing repository: pytorch/executorch 2025-03-21T20:18:14.2391845Z ##[group]Getting Git version info 2025-03-21T20:18:14.2393061Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:14.2424120Z [command]/usr/bin/git version 2025-03-21T20:18:14.2465331Z git version 2.47.1 2025-03-21T20:18:14.2495064Z ##[endgroup] 2025-03-21T20:18:14.2510472Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/85cad4ad-3c74-4e2d-ac7a-12c87d3d0355' before making global git config changes 2025-03-21T20:18:14.2512520Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:14.2518063Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:14.2548921Z ##[group]Initializing the repository 2025-03-21T20:18:14.2555019Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:14.2588495Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:14.2589723Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:14.2590853Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:14.2591670Z hint: 2025-03-21T20:18:14.2592251Z hint: git config --global init.defaultBranch 2025-03-21T20:18:14.2592955Z hint: 2025-03-21T20:18:14.2593631Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:14.2594801Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:14.2595788Z hint: 2025-03-21T20:18:14.2596216Z hint: git branch -m 2025-03-21T20:18:14.2597406Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:14.2603250Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:14.2631595Z ##[endgroup] 2025-03-21T20:18:14.2632850Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:14.2637954Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:14.2665480Z ##[endgroup] 2025-03-21T20:18:14.2666272Z ##[group]Setting up auth 2025-03-21T20:18:14.2672978Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:14.2701247Z [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:14.2990405Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:14.3020257Z [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:14.3309575Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:14.3354802Z ##[endgroup] 2025-03-21T20:18:14.3355364Z ##[group]Fetching the repository 2025-03-21T20:18:14.3364017Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:15.8983497Z From https://github.com/pytorch/executorch 2025-03-21T20:18:15.8984128Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:15.9006047Z ##[endgroup] 2025-03-21T20:18:15.9006654Z ##[group]Determining the checkout info 2025-03-21T20:18:15.9008395Z ##[endgroup] 2025-03-21T20:18:15.9013280Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:15.9057719Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:15.9084042Z ##[group]Checking out the ref 2025-03-21T20:18:15.9088045Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:16.4368133Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:16.4368534Z 2025-03-21T20:18:16.4368813Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:16.4369477Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:16.4370112Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:16.4370499Z 2025-03-21T20:18:16.4370745Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:16.4371363Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:16.4371716Z 2025-03-21T20:18:16.4371856Z git switch -c 2025-03-21T20:18:16.4372093Z 2025-03-21T20:18:16.4372237Z Or undo this operation with: 2025-03-21T20:18:16.4372450Z 2025-03-21T20:18:16.4372578Z git switch - 2025-03-21T20:18:16.4372738Z 2025-03-21T20:18:16.4373036Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:16.4373441Z 2025-03-21T20:18:16.4373633Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:16.4395675Z ##[endgroup] 2025-03-21T20:18:16.4396211Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:16.4402457Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:16.4445898Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:16.4473123Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:16.4501185Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:16.4525216Z ##[endgroup] 2025-03-21T20:18:16.4525802Z ##[group]Fetching submodules 2025-03-21T20:18:16.4529164Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:16.4827930Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:16.5118836Z 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:16.5121169Z 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:16.5122916Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:16.5124680Z 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:16.5127029Z 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:16.5129423Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:16.5132647Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:16.5135883Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:16.5139220Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:16.5144340Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:16.5148020Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:16.5151405Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:16.5155312Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:16.5158946Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:16.5163918Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:16.5168188Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:16.5173859Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:16.5178137Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:16.5182500Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:16.5186855Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:16.5191380Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:16.5196091Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:16.5200961Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:16.5230112Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:16.7715984Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:16.9860297Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:17.2016217Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:17.6084510Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:17.8651384Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:18.0706720Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:18.3146859Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:18.5492264Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:19.2482788Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:19.5911478Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:19.7674196Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:20.0174723Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:20.8384675Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:21.0598691Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:21.3768829Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:21.7465502Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:21.9766506Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:22.1629366Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:22.4241472Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:22.6164449Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:22.8289961Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:23.2280581Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:24.0064814Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:24.0065499Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:24.0190152Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:24.4953035Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:24.4953732Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:24.5081660Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:24.5186707Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:25.2418403Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:25.2994217Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:25.2995158Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:25.9171584Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:25.9172314Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:25.9533235Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:26.3619176Z From https://github.com/zeux/volk 2025-03-21T20:18:26.3619761Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:26.3704380Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:26.7998603Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:26.7999248Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:26.8098070Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:27.2253518Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:27.2254131Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:27.2319242Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:28.8340369Z From https://github.com/google/XNNPACK 2025-03-21T20:18:28.8340952Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:29.5106532Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:30.0072930Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:30.0073569Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:30.1027774Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:30.4795835Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:30.4796437Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:30.4891142Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:30.9557244Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:30.9557871Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:30.9833417Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:32.5741240Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:32.5741829Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:32.7160342Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:32.7360201Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:33.2063866Z From https://github.com/pytorch/ao 2025-03-21T20:18:33.2064437Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:33.2834164Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:33.9175537Z From https://github.com/google/flatbuffers 2025-03-21T20:18:33.9176141Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:34.0359461Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:34.5195379Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:34.5195977Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:34.5476795Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:34.9654419Z From https://github.com/gflags/gflags 2025-03-21T20:18:34.9655013Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:34.9853173Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:35.5832265Z From https://github.com/google/googletest 2025-03-21T20:18:35.5832871Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:35.6229900Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:36.0054251Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:36.0054837Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:36.0171120Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:36.0249898Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:37.9607747Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:37.9608347Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:38.0476315Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:38.6146208Z From https://github.com/pybind/pybind11 2025-03-21T20:18:38.6147108Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:38.6455681Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:38.6473526Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:38.6767342Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.6795011Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.6823406Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.6853172Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.6881723Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.6910064Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.6938238Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.6967664Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.6994798Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.7022491Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.7050971Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.7079627Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:38.7107308Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:38.7135989Z Entering 'shim' 2025-03-21T20:18:38.7165307Z Entering 'third-party/ao' 2025-03-21T20:18:38.7192294Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:38.7220216Z Entering 'third-party/flatcc' 2025-03-21T20:18:38.7247965Z Entering 'third-party/gflags' 2025-03-21T20:18:38.7276540Z Entering 'third-party/googletest' 2025-03-21T20:18:38.7303752Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:38.7332265Z Entering 'third-party/pocketfft' 2025-03-21T20:18:38.7360626Z Entering 'third-party/prelude' 2025-03-21T20:18:38.7387576Z Entering 'third-party/pybind11' 2025-03-21T20:18:38.7423682Z ##[endgroup] 2025-03-21T20:18:38.7424203Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:38.7431384Z [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:38.7720727Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.7776782Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.7833485Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.7890690Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.7947084Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.8004129Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.8061005Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.8116938Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.8174702Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.8247696Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.8305183Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.8362221Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:38.8417823Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:38.8479827Z Entering 'shim' 2025-03-21T20:18:38.8535070Z Entering 'third-party/ao' 2025-03-21T20:18:38.8592961Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:38.8652891Z Entering 'third-party/flatcc' 2025-03-21T20:18:38.8709286Z Entering 'third-party/gflags' 2025-03-21T20:18:38.8765994Z Entering 'third-party/googletest' 2025-03-21T20:18:38.8821147Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:38.8878163Z Entering 'third-party/pocketfft' 2025-03-21T20:18:38.8933700Z Entering 'third-party/prelude' 2025-03-21T20:18:38.8992083Z Entering 'third-party/pybind11' 2025-03-21T20:18:38.9062529Z [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:38.9352121Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.9407049Z 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:38.9408553Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.9464208Z 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:38.9465287Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.9519868Z 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:38.9520909Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.9575022Z 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:38.9576190Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.9630041Z 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:38.9631521Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.9687035Z 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:38.9688098Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.9740669Z 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:38.9741713Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.9799433Z 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:38.9800490Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.9854606Z 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:38.9855661Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.9910434Z 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:38.9911506Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.9965602Z 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:38.9966650Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.0019291Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:39.0020584Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.0076752Z 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:39.0077774Z Entering 'shim' 2025-03-21T20:18:39.0133103Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:39.0134093Z Entering 'third-party/ao' 2025-03-21T20:18:39.0189569Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:39.0190514Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.0244284Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:39.0245423Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.0298927Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:39.0299823Z Entering 'third-party/gflags' 2025-03-21T20:18:39.0352656Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:39.0353560Z Entering 'third-party/googletest' 2025-03-21T20:18:39.0407029Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:39.0407954Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.0461483Z 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:39.0462594Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.0515257Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:39.0516359Z Entering 'third-party/prelude' 2025-03-21T20:18:39.0571037Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:39.0571958Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.0625360Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:39.0926502Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:39.1218125Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.1245883Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.1275390Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.1304212Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.1332232Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.1360415Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.1387927Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.1415725Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.1443609Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.1472001Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.1500122Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:39.1527626Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.1555632Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.1582849Z Entering 'shim' 2025-03-21T20:18:39.1610755Z Entering 'third-party/ao' 2025-03-21T20:18:39.1638357Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.1666831Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.1694379Z Entering 'third-party/gflags' 2025-03-21T20:18:39.1722140Z Entering 'third-party/googletest' 2025-03-21T20:18:39.1754506Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.1788028Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.1822064Z Entering 'third-party/prelude' 2025-03-21T20:18:39.1855784Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.1904842Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:39.2197040Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:39.2223730Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:39.2252054Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:39.2282483Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:39.2311062Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:39.2338889Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:39.2367680Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:39.2395532Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:39.2423344Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:39.2452061Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:39.2479893Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:39.2507723Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:39.2535830Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:39.2564131Z Entering 'shim' 2025-03-21T20:18:39.2592058Z Entering 'third-party/ao' 2025-03-21T20:18:39.2620559Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:39.2648250Z Entering 'third-party/flatcc' 2025-03-21T20:18:39.2675350Z Entering 'third-party/gflags' 2025-03-21T20:18:39.2702722Z Entering 'third-party/googletest' 2025-03-21T20:18:39.2730566Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:39.2758829Z Entering 'third-party/pocketfft' 2025-03-21T20:18:39.2787057Z Entering 'third-party/prelude' 2025-03-21T20:18:39.2814856Z Entering 'third-party/pybind11' 2025-03-21T20:18:39.2852385Z ##[endgroup] 2025-03-21T20:18:39.2889265Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:39.2911297Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:39.3153578Z Prepare all required actions 2025-03-21T20:18:39.3154333Z Getting action download info 2025-03-21T20:18:39.4174319Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:39.5912771Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:39.5913255Z with: 2025-03-21T20:18:39.5913582Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:39.5914036Z docker-build-dir: .ci/docker 2025-03-21T20:18:39.5914408Z working-directory: pytorch/executorch 2025-03-21T20:18:39.5914897Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.5915468Z force-push: false 2025-03-21T20:18:39.5915736Z env: 2025-03-21T20:18:39.5916046Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:39.5916494Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:39.5916843Z PR_NUMBER: 2025-03-21T20:18:39.5918856Z 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:39.5921055Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:39.5921730Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:39.5922378Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:39.5922840Z ##[endgroup] 2025-03-21T20:18:39.5955817Z ##[group]Run set -ex 2025-03-21T20:18:39.5956214Z set -ex 2025-03-21T20:18:39.5956498Z  2025-03-21T20:18:39.5956980Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:39.5957754Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:39.5958420Z # job could then download the pre-built image as usual 2025-03-21T20:18:39.5959027Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:39.5959580Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.5960102Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.5960590Z  2025-03-21T20:18:39.5961220Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:39.5961757Z  exit 0 2025-03-21T20:18:39.5962047Z else 2025-03-21T20:18:39.5962382Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.5962994Z fi 2025-03-21T20:18:39.5963252Z  2025-03-21T20:18:39.5963668Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:39.5964361Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:39.5964990Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:39.5965559Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:39.5966197Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.5966780Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.5967259Z else 2025-03-21T20:18:39.5967632Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:39.5968175Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.5968909Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.5969573Z fi 2025-03-21T20:18:39.5976978Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:39.5977445Z env: 2025-03-21T20:18:39.5977762Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:39.5978193Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:39.5978526Z PR_NUMBER: 2025-03-21T20:18:39.5980516Z 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:39.5982720Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:39.5983430Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:39.5984088Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:39.5984562Z REPO_NAME: executorch 2025-03-21T20:18:39.5984926Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:39.5985363Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:39.5985805Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.5986268Z ##[endgroup] 2025-03-21T20:18:39.6015319Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:39.6015653Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:39.6016000Z + echo skip=false 2025-03-21T20:18:39.6017161Z + [[ executorch-ubuntu-22.04-clang12 == *\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:39.6020516Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:39.6037834Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.6038382Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.6039376Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.6080555Z ##[group]Run set +e 2025-03-21T20:18:39.6080953Z set +e 2025-03-21T20:18:39.6081244Z set -x 2025-03-21T20:18:39.6081527Z  2025-03-21T20:18:39.6081782Z login() { 2025-03-21T20:18:39.6082364Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:39.6082982Z } 2025-03-21T20:18:39.6083245Z  2025-03-21T20:18:39.6083508Z retry () { 2025-03-21T20:18:39.6083839Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:39.6084207Z } 2025-03-21T20:18:39.6084472Z  2025-03-21T20:18:39.6084759Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:39.6085306Z  2025-03-21T20:18:39.6085565Z START_TIME=$(date +%s) 2025-03-21T20:18:39.6085928Z # Wait up to 120 minutes 2025-03-21T20:18:39.6086368Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:39.6086952Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:39.6087534Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:39.6087968Z  exit 0 2025-03-21T20:18:39.6088245Z  fi 2025-03-21T20:18:39.6088509Z  2025-03-21T20:18:39.6088968Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:39.6089752Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:39.6090525Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:39.6091148Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:39.6091614Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:39.6092163Z  break 2025-03-21T20:18:39.6092453Z  else 2025-03-21T20:18:39.6092866Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:39.6093364Z  sleep 300 2025-03-21T20:18:39.6093655Z  fi 2025-03-21T20:18:39.6093924Z done 2025-03-21T20:18:39.6094192Z  2025-03-21T20:18:39.6094614Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:39.6095286Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:39.6095904Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:39.6096432Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:39.6096913Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:39.6097308Z else 2025-03-21T20:18:39.6097706Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:39.6098272Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:39.6098696Z fi 2025-03-21T20:18:39.6098958Z  2025-03-21T20:18:39.6099242Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:39.6099668Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.6100067Z  2025-03-21T20:18:39.6100616Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:39.6101253Z  exit 0 2025-03-21T20:18:39.6101533Z fi 2025-03-21T20:18:39.6101791Z  2025-03-21T20:18:39.6102160Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:39.6102960Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:39.6103643Z  exit 1 2025-03-21T20:18:39.6103918Z fi 2025-03-21T20:18:39.6104182Z  2025-03-21T20:18:39.6104615Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:39.6105386Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:39.6106081Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:39.6106866Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:39.6107762Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:39.6108305Z fi 2025-03-21T20:18:39.6108566Z  2025-03-21T20:18:39.6108886Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.6116072Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:39.6116530Z env: 2025-03-21T20:18:39.6117306Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.6118190Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:39.6118526Z PR_NUMBER: 2025-03-21T20:18:39.6120495Z 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:39.6122694Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:39.6123377Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:39.6124036Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:39.6124620Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:39.6125041Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:39.6125542Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.6126082Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.6126539Z DOCKER_PUSH: 2025-03-21T20:18:39.6126824Z ##[endgroup] 2025-03-21T20:18:39.6152970Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.6153481Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.6155898Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:39.6157381Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.2219661Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:40.2220408Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:40.2221101Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:40.2221550Z 2025-03-21T20:18:40.2221841Z Login Succeeded 2025-03-21T20:18:40.2237441Z ++ date +%s 2025-03-21T20:18:40.2247354Z + START_TIME=1742588320 2025-03-21T20:18:40.2250310Z ++ date +%s 2025-03-21T20:18:40.2259595Z + [[ 1742581120 -lt 1742588320 ]] 2025-03-21T20:18:40.2260545Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.4171806Z { 2025-03-21T20:18:40.4172206Z "schemaVersion": 2, 2025-03-21T20:18:40.4172725Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:40.4173256Z "config": { 2025-03-21T20:18:40.4173657Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:40.4174135Z "size": 15113, 2025-03-21T20:18:40.4174651Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:40.4175215Z }, 2025-03-21T20:18:40.4175474Z "layers": [ 2025-03-21T20:18:40.4175731Z { 2025-03-21T20:18:40.4176126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4176609Z "size": 30440118, 2025-03-21T20:18:40.4177110Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:40.4177667Z }, 2025-03-21T20:18:40.4177903Z { 2025-03-21T20:18:40.4178294Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4178772Z "size": 632, 2025-03-21T20:18:40.4179249Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:40.4179817Z }, 2025-03-21T20:18:40.4180053Z { 2025-03-21T20:18:40.4180443Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4180920Z "size": 157526119, 2025-03-21T20:18:40.4181730Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:40.4182282Z }, 2025-03-21T20:18:40.4182532Z { 2025-03-21T20:18:40.4182922Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4183402Z "size": 623, 2025-03-21T20:18:40.4183877Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:40.4184541Z }, 2025-03-21T20:18:40.4184784Z { 2025-03-21T20:18:40.4185172Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4185649Z "size": 19308773, 2025-03-21T20:18:40.4186754Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:40.4187693Z }, 2025-03-21T20:18:40.4187925Z { 2025-03-21T20:18:40.4188315Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4188791Z "size": 737, 2025-03-21T20:18:40.4189298Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:40.4189868Z }, 2025-03-21T20:18:40.4190101Z { 2025-03-21T20:18:40.4190660Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4191143Z "size": 131418197, 2025-03-21T20:18:40.4191648Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:40.4192203Z }, 2025-03-21T20:18:40.4192439Z { 2025-03-21T20:18:40.4192832Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4193312Z "size": 447, 2025-03-21T20:18:40.4193795Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:40.4194348Z }, 2025-03-21T20:18:40.4194584Z { 2025-03-21T20:18:40.4194973Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4195579Z "size": 104, 2025-03-21T20:18:40.4196067Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:40.4196637Z }, 2025-03-21T20:18:40.4196876Z { 2025-03-21T20:18:40.4197268Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4197750Z "size": 637, 2025-03-21T20:18:40.4198225Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:40.4198767Z }, 2025-03-21T20:18:40.4199005Z { 2025-03-21T20:18:40.4199394Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4199875Z "size": 33695133, 2025-03-21T20:18:40.4200380Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:40.4200942Z }, 2025-03-21T20:18:40.4201180Z { 2025-03-21T20:18:40.4201572Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4202050Z "size": 319, 2025-03-21T20:18:40.4202532Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:40.4203089Z }, 2025-03-21T20:18:40.4203323Z { 2025-03-21T20:18:40.4203702Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4204198Z "size": 249991053, 2025-03-21T20:18:40.4204698Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:40.4205259Z }, 2025-03-21T20:18:40.4205497Z { 2025-03-21T20:18:40.4205877Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4206365Z "size": 475, 2025-03-21T20:18:40.4206856Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:40.4207420Z }, 2025-03-21T20:18:40.4207653Z { 2025-03-21T20:18:40.4208027Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4208512Z "size": 1043, 2025-03-21T20:18:40.4208991Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:40.4209663Z }, 2025-03-21T20:18:40.4209902Z { 2025-03-21T20:18:40.4210279Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4210776Z "size": 613, 2025-03-21T20:18:40.4211288Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:40.4211861Z }, 2025-03-21T20:18:40.4212168Z + exit 0 2025-03-21T20:18:40.4212412Z { 2025-03-21T20:18:40.4212804Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4213286Z "size": 77562865, 2025-03-21T20:18:40.4213793Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:40.4214368Z }, 2025-03-21T20:18:40.4214604Z { 2025-03-21T20:18:40.4214992Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4215470Z "size": 564, 2025-03-21T20:18:40.4215951Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:40.4216508Z }, 2025-03-21T20:18:40.4216749Z { 2025-03-21T20:18:40.4217140Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4217700Z "size": 209, 2025-03-21T20:18:40.4218187Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:40.4218752Z }, 2025-03-21T20:18:40.4218997Z { 2025-03-21T20:18:40.4219391Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4219873Z "size": 1189, 2025-03-21T20:18:40.4220373Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:40.4220942Z }, 2025-03-21T20:18:40.4221178Z { 2025-03-21T20:18:40.4221553Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4222041Z "size": 679, 2025-03-21T20:18:40.4222510Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:40.4223047Z }, 2025-03-21T20:18:40.4223281Z { 2025-03-21T20:18:40.4223666Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4224155Z "size": 6839264776, 2025-03-21T20:18:40.4224669Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:40.4225236Z }, 2025-03-21T20:18:40.4225475Z { 2025-03-21T20:18:40.4225846Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4226334Z "size": 1383, 2025-03-21T20:18:40.4226826Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:40.4227382Z }, 2025-03-21T20:18:40.4227616Z { 2025-03-21T20:18:40.4227990Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4228479Z "size": 679, 2025-03-21T20:18:40.4228950Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:40.4229493Z }, 2025-03-21T20:18:40.4229726Z { 2025-03-21T20:18:40.4230101Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4230604Z "size": 230829972, 2025-03-21T20:18:40.4231115Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:40.4231676Z }, 2025-03-21T20:18:40.4231913Z { 2025-03-21T20:18:40.4232300Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4232798Z "size": 828, 2025-03-21T20:18:40.4233301Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:40.4233869Z }, 2025-03-21T20:18:40.4234106Z { 2025-03-21T20:18:40.4234484Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4234971Z "size": 679, 2025-03-21T20:18:40.4235576Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:40.4236123Z }, 2025-03-21T20:18:40.4236365Z { 2025-03-21T20:18:40.4236744Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4237351Z "size": 178599440, 2025-03-21T20:18:40.4237873Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:40.4238447Z }, 2025-03-21T20:18:40.4238685Z { 2025-03-21T20:18:40.4239068Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4239568Z "size": 530, 2025-03-21T20:18:40.4240055Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:40.4240618Z }, 2025-03-21T20:18:40.4240859Z { 2025-03-21T20:18:40.4241243Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4241732Z "size": 679, 2025-03-21T20:18:40.4242212Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:40.4242754Z }, 2025-03-21T20:18:40.4242989Z { 2025-03-21T20:18:40.4243365Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4243864Z "size": 356, 2025-03-21T20:18:40.4244347Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:40.4244897Z }, 2025-03-21T20:18:40.4245210Z { 2025-03-21T20:18:40.4245592Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4246083Z "size": 32, 2025-03-21T20:18:40.4246565Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:40.4247122Z }, 2025-03-21T20:18:40.4247361Z { 2025-03-21T20:18:40.4247737Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4248228Z "size": 164, 2025-03-21T20:18:40.4248709Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:40.4249257Z }, 2025-03-21T20:18:40.4249495Z { 2025-03-21T20:18:40.4249870Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4250363Z "size": 1111, 2025-03-21T20:18:40.4250849Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:40.4251406Z }, 2025-03-21T20:18:40.4251642Z { 2025-03-21T20:18:40.4252024Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4252511Z "size": 32, 2025-03-21T20:18:40.4252993Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:40.4253558Z }, 2025-03-21T20:18:40.4253793Z { 2025-03-21T20:18:40.4254172Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:40.4254663Z "size": 108, 2025-03-21T20:18:40.4255142Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:40.4255696Z } 2025-03-21T20:18:40.4255935Z ] 2025-03-21T20:18:40.4256157Z } 2025-03-21T20:18:40.4296989Z ##[group]Run set -eux 2025-03-21T20:18:40.4297590Z set -eux 2025-03-21T20:18:40.4298825Z 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:40.4306638Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:40.4307240Z env: 2025-03-21T20:18:40.4307674Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:40.4308247Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.4308708Z PR_NUMBER: 2025-03-21T20:18:40.4310773Z 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:40.4313141Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.4314107Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.4314799Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.4315773Z ##[endgroup] 2025-03-21T20:18:40.4347642Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:40.4348459Z + jq --raw-output .SecretString 2025-03-21T20:18:40.4349814Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:40.4350935Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:41.0973940Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:41.0974998Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:41.0976057Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:41.0976584Z 2025-03-21T20:18:41.0976795Z Login Succeeded 2025-03-21T20:18:41.1077123Z Prepare all required actions 2025-03-21T20:18:41.1141776Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:41.1142233Z with: 2025-03-21T20:18:41.1143009Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.1143988Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.1144453Z env: 2025-03-21T20:18:41.1144746Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:41.1145175Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:41.1145519Z PR_NUMBER: 2025-03-21T20:18:41.1147539Z 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:41.1149757Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:41.1150451Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:41.1151085Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:41.1151540Z ##[endgroup] 2025-03-21T20:18:41.1179596Z ##[group]Run set -x 2025-03-21T20:18:41.1179932Z set -x 2025-03-21T20:18:41.1180214Z set +e 2025-03-21T20:18:41.1180490Z  2025-03-21T20:18:41.1180740Z login() { 2025-03-21T20:18:41.1181303Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:41.1181920Z } 2025-03-21T20:18:41.1182180Z  2025-03-21T20:18:41.1182441Z retry () { 2025-03-21T20:18:41.1182777Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:41.1183156Z } 2025-03-21T20:18:41.1183405Z  2025-03-21T20:18:41.1183687Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:41.1184052Z  2025-03-21T20:18:41.1184289Z set -e 2025-03-21T20:18:41.1184692Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:41.1185267Z # only pull docker image if it's not available locally 2025-03-21T20:18:41.1185904Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:41.1186490Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:41.1186872Z fi 2025-03-21T20:18:41.1193514Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:41.1193959Z env: 2025-03-21T20:18:41.1194718Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.1195725Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:41.1196235Z PR_NUMBER: 2025-03-21T20:18:41.1198201Z 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:41.1200401Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:41.1201088Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:41.1201733Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:41.1202296Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.1202902Z ##[endgroup] 2025-03-21T20:18:41.1229576Z + set +e 2025-03-21T20:18:41.1230374Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.1230918Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.1233257Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:41.1234463Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:41.7183252Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:41.7183971Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:41.7184648Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:41.7185291Z 2025-03-21T20:18:41.7185419Z Login Succeeded 2025-03-21T20:18:41.7194469Z + set -e 2025-03-21T20:18:41.7195518Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.7325824Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.7327268Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.9470619Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:41.9471516Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:41.9471940Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:41.9472308Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:41.9472645Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:41.9473019Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:41.9473358Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:41.9473697Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:41.9474017Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:41.9474395Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:41.9474720Z 261c0f487ad0: Waiting 2025-03-21T20:18:41.9475039Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:41.9475447Z 60efa3734e02: Waiting 2025-03-21T20:18:41.9475739Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:41.9476079Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:41.9476402Z 5a102502de33: Waiting 2025-03-21T20:18:41.9476690Z e9ab3604d5b2: Waiting 2025-03-21T20:18:41.9476980Z 49b7cb3e3363: Waiting 2025-03-21T20:18:41.9477273Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:41.9477618Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:41.9477959Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:41.9478298Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:41.9478643Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:41.9478968Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:41.9479291Z 85f4a172d5b6: Waiting 2025-03-21T20:18:41.9479591Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:41.9479916Z 75aba5c9e231: Waiting 2025-03-21T20:18:41.9480206Z b19aec4cf4ca: Waiting 2025-03-21T20:18:41.9480521Z e1fd02ccae09: Waiting 2025-03-21T20:18:41.9481062Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:41.9481359Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:41.9481692Z b672a09ba2d2: Waiting 2025-03-21T20:18:41.9481988Z 059fda558e34: Waiting 2025-03-21T20:18:41.9482330Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:41.9482674Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:41.9483005Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:41.9483339Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:41.9483635Z 5120711d46e3: Waiting 2025-03-21T20:18:41.9483922Z 59fe3e940463: Waiting 2025-03-21T20:18:41.9484223Z db5c552aa08b: Waiting 2025-03-21T20:18:41.9484518Z 6fb17717e5cb: Waiting 2025-03-21T20:18:41.9484827Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:41.9485173Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:41.9485506Z 179cbc4b76fc: Waiting 2025-03-21T20:18:41.9485785Z b51a5e8daac5: Waiting 2025-03-21T20:18:41.9486078Z af6bbc70248f: Waiting 2025-03-21T20:18:41.9486367Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:41.9486830Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:41.9487184Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:41.9487510Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:41.9487853Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:41.9488192Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:41.9488525Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:41.9488861Z 55acbcc98871: Waiting 2025-03-21T20:18:41.9489147Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:41.9489499Z b0d8f2437162: Waiting 2025-03-21T20:18:41.9489785Z 3c734af619a2: Waiting 2025-03-21T20:18:41.9490072Z 4f4fb700ef54: Waiting 2025-03-21T20:18:41.9490387Z 040f4b25fe47: Waiting 2025-03-21T20:18:42.0116602Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:42.0117003Z 86e413e13063: Download complete 2025-03-21T20:18:42.0907509Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:42.0907972Z 261c0f487ad0: Download complete 2025-03-21T20:18:42.3099764Z 8f84a9f2102e: Download complete 2025-03-21T20:18:42.3376844Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:42.3377291Z 60efa3734e02: Download complete 2025-03-21T20:18:42.3947768Z a0c2fdb93dec: Download complete 2025-03-21T20:18:42.4515416Z 5a102502de33: Download complete 2025-03-21T20:18:42.5402053Z 49b7cb3e3363: Verifying Checksum 2025-03-21T20:18:42.5402498Z 49b7cb3e3363: Download complete 2025-03-21T20:18:42.6055848Z 85f4a172d5b6: Download complete 2025-03-21T20:18:42.9919079Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:42.9919662Z b19aec4cf4ca: Download complete 2025-03-21T20:18:43.0728734Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:43.0729361Z 5120711d46e3: Download complete 2025-03-21T20:18:43.2768646Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:43.2982696Z 86e413e13063: Pull complete 2025-03-21T20:18:43.5697230Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:43.5697678Z b5c6df654772: Download complete 2025-03-21T20:18:43.6554659Z e1fd02ccae09: Download complete 2025-03-21T20:18:43.6997860Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:43.6998331Z e9ab3604d5b2: Download complete 2025-03-21T20:18:43.7290037Z 75aba5c9e231: Verifying Checksum 2025-03-21T20:18:43.7290567Z 75aba5c9e231: Download complete 2025-03-21T20:18:43.7633596Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:43.8387356Z 059fda558e34: Verifying Checksum 2025-03-21T20:18:43.8387784Z 059fda558e34: Download complete 2025-03-21T20:18:43.9149102Z b672a09ba2d2: Verifying Checksum 2025-03-21T20:18:43.9149539Z b672a09ba2d2: Download complete 2025-03-21T20:18:43.9800059Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:43.9800508Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:44.0675771Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:44.0676202Z 59fe3e940463: Download complete 2025-03-21T20:18:44.5421744Z 179cbc4b76fc: Download complete 2025-03-21T20:18:44.6051404Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:44.6052045Z db5c552aa08b: Download complete 2025-03-21T20:18:45.6126009Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:45.6126574Z b51a5e8daac5: Download complete 2025-03-21T20:18:45.6768721Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:45.6769549Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:47.0085576Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:47.0086196Z af6bbc70248f: Download complete 2025-03-21T20:18:47.0722370Z 77ba92adb139: Download complete 2025-03-21T20:18:47.1512080Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:47.1512556Z 3c65b9b0c077: Download complete 2025-03-21T20:18:47.2374309Z b0d8f2437162: Verifying Checksum 2025-03-21T20:18:47.2375026Z b0d8f2437162: Download complete 2025-03-21T20:18:47.2988878Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:47.2989377Z 040f4b25fe47: Download complete 2025-03-21T20:18:47.3652308Z 3c734af619a2: Download complete 2025-03-21T20:18:47.4964749Z b5c6df654772: Pull complete 2025-03-21T20:18:47.5063608Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:47.5174061Z 261c0f487ad0: Pull complete 2025-03-21T20:18:47.7619510Z 60efa3734e02: Pull complete 2025-03-21T20:18:47.7823295Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:50.4931905Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:50.7097984Z 5a102502de33: Pull complete 2025-03-21T20:18:50.8688806Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:51.0876800Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:51.8372487Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:52.0501737Z 5120711d46e3: Pull complete 2025-03-21T20:18:57.6498217Z b51a5e8daac5: Pull complete 2025-03-21T20:18:57.8443793Z e1fd02ccae09: Pull complete 2025-03-21T20:18:58.0424454Z 75aba5c9e231: Pull complete 2025-03-21T20:18:58.2637075Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:19:00.3101718Z 179cbc4b76fc: Pull complete 2025-03-21T20:19:00.5122289Z 059fda558e34: Pull complete 2025-03-21T20:19:00.6738559Z b672a09ba2d2: Pull complete 2025-03-21T20:19:00.9025630Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:19:01.1246351Z 59fe3e940463: Pull complete 2025-03-21T20:19:52.5356637Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:52.5357077Z 6fb17717e5cb: Download complete 2025-03-21T20:21:01.8489128Z 6fb17717e5cb: Pull complete 2025-03-21T20:21:02.0825165Z db5c552aa08b: Pull complete 2025-03-21T20:21:08.6747513Z af6bbc70248f: Pull complete 2025-03-21T20:21:08.9035906Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:15.4571832Z 55acbcc98871: Pull complete 2025-03-21T20:21:15.4767133Z 77ba92adb139: Pull complete 2025-03-21T20:21:15.5206285Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:15.5414776Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:15.5629570Z b0d8f2437162: Pull complete 2025-03-21T20:21:15.5847853Z 040f4b25fe47: Pull complete 2025-03-21T20:21:15.6257493Z 3c734af619a2: Pull complete 2025-03-21T20:21:15.6367707Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:21:15.6406511Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:15.6434426Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:15.6478698Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:15.6479835Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:15.6488646Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:15.6489103Z env: 2025-03-21T20:21:15.6489422Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:21:15.6489865Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:15.6490208Z PR_NUMBER: 2025-03-21T20:21:15.6492207Z 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:21:15.6494619Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:15.6495297Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:15.6495958Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:15.6496428Z ##[endgroup] 2025-03-21T20:21:15.6620646Z ##[group]Run set -ex 2025-03-21T20:21:15.6621009Z set -ex 2025-03-21T20:21:15.6621285Z { 2025-03-21T20:21:15.6621555Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:15.6621948Z  echo "set -eou pipefail"; 2025-03-21T20:21:15.6622334Z  # shellcheck disable=SC2016 2025-03-21T20:21:15.6622747Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:15.6623245Z  echo "set -x"; 2025-03-21T20:21:15.6623572Z  echo "${SCRIPT}"; 2025-03-21T20:21:15.6623911Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:15.6624342Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:15.6625181Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:15.6631939Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:15.6632268Z env: 2025-03-21T20:21:15.6633086Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:15.6633969Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:15.6634307Z PR_NUMBER: 2025-03-21T20:21:15.6636426Z 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:21:15.6638647Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:15.6639335Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:15.6640001Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:15.6640772Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:15.6641149Z ##[endgroup] 2025-03-21T20:21:15.6667806Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:15.6668549Z + echo 'set -eou pipefail' 2025-03-21T20:21:15.6668950Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:15.6669314Z + echo 'set -x' 2025-03-21T20:21:15.6669802Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:15.6670442Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:15.6670906Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:15.6671144Z 2025-03-21T20:21:15.6671290Z MODEL_NAME=llama3_2_vision_encoder 2025-03-21T20:21:15.6671644Z BUILD_TOOL=cmake 2025-03-21T20:21:15.6671914Z BACKEND=portable 2025-03-21T20:21:15.6672089Z 2025-03-21T20:21:15.6672422Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:15.6673020Z # Build and test ExecuTorch 2025-03-21T20:21:15.6673621Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:15.6674248Z ' 2025-03-21T20:21:15.6674597Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:15.6680189Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:22:02.3699867Z Running command: 2025-03-21T20:22:02.3708408Z 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_14000170672" `# 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_7a211ee2-9d95-489b-95a3-9fdcf5e38d33":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7a211ee2-9d95-489b-95a3-9fdcf5e38d33" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:02.3715325Z 2025-03-21T20:22:02.3715795Z a90ba1fff310375590f90250edf46a09d60cde73605db465d00d132431fe03aa 2025-03-21T20:22:02.3716600Z Running command: docker exec -t a90ba1fff310375590f90250edf46a09d60cde73605db465d00d132431fe03aa /exec 2025-03-21T20:22:02.3717456Z ++ conda env list --json 2025-03-21T20:22:02.3717769Z ++ local cmd=env 2025-03-21T20:22:02.3718029Z ++ case "$cmd" in 2025-03-21T20:22:02.3718320Z ++ __conda_exe env list --json 2025-03-21T20:22:02.3718662Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:02.3718995Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:02.3719396Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:02.3719771Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.3720147Z + local cmd=activate 2025-03-21T20:22:02.3720439Z + case "$cmd" in 2025-03-21T20:22:02.3720768Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.3721172Z + '[' -n '' ']' 2025-03-21T20:22:02.3721431Z + local ask_conda 2025-03-21T20:22:02.3721725Z ++ PS1='(base) ' 2025-03-21T20:22:02.3722093Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.3722678Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:02.3723185Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:02.3724190Z 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:22:02.3725256Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:02.3725691Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:02.3726047Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:02.3726469Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:02.3726896Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:02.3727300Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:02.3727693Z export _CE_M='\'''\'' 2025-03-21T20:22:02.3728002Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:02.3728397Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:02.3728831Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:02.3729791Z 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:22:02.3730856Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:02.3731281Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:02.3731634Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:02.3732255Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:02.3732669Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:02.3733091Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:02.3733490Z export _CE_M='\'''\'' 2025-03-21T20:22:02.3733803Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:02.3734192Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:02.3734706Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:02.3735635Z ++ 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:22:02.3737226Z ++ 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:22:02.3738232Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:02.3738656Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:02.3739039Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:02.3739326Z ++ CONDA_SHLVL=2 2025-03-21T20:22:02.3739627Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:02.3739994Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:02.3740355Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:02.3740767Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:02.3741133Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:02.3741504Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:02.3741851Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:02.3742231Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:02.3742573Z ++ export _CE_M= 2025-03-21T20:22:02.3742860Z ++ _CE_M= 2025-03-21T20:22:02.3743106Z ++ export _CE_CONDA= 2025-03-21T20:22:02.3743397Z ++ _CE_CONDA= 2025-03-21T20:22:02.3743717Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:02.3744153Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:02.3744530Z + __conda_hashr 2025-03-21T20:22:02.3744793Z + '[' -n '' ']' 2025-03-21T20:22:02.3745073Z + '[' -n '' ']' 2025-03-21T20:22:02.3745346Z + hash -r 2025-03-21T20:22:02.3745631Z + MODEL_NAME=llama3_2_vision_encoder 2025-03-21T20:22:02.3745980Z + BUILD_TOOL=cmake 2025-03-21T20:22:02.3746270Z + BACKEND=portable 2025-03-21T20:22:02.3746575Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:02.3746975Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:22:02.3747556Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:22:02.3747927Z + source .ci/scripts/utils.sh 2025-03-21T20:22:02.3748290Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:22:02.3748688Z ++ parse_args --build-tool cmake 2025-03-21T20:22:02.3749047Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:22:02.3749382Z ++ local args 2025-03-21T20:22:02.3749632Z ++ local i 2025-03-21T20:22:02.3749892Z ++ local BUILD_TOOL= 2025-03-21T20:22:02.3750182Z ++ local BUILD_MODE= 2025-03-21T20:22:02.3750469Z ++ local EDITABLE= 2025-03-21T20:22:02.3750741Z ++ (( i=0 )) 2025-03-21T20:22:02.3750999Z ++ (( i<2 )) 2025-03-21T20:22:02.3751273Z ++ case "${args[$i]}" in 2025-03-21T20:22:02.3751583Z ++ BUILD_TOOL=cmake 2025-03-21T20:22:02.3751857Z ++ i=1 2025-03-21T20:22:02.3752094Z ++ (( i++ )) 2025-03-21T20:22:02.3752382Z ++ (( i<2 )) 2025-03-21T20:22:02.3752708Z ++ '[' -z cmake ']' 2025-03-21T20:22:02.3753003Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:22:02.3753348Z ++ BUILD_MODE=Release 2025-03-21T20:22:02.3753661Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:22:02.3754012Z ++ EDITABLE=false 2025-03-21T20:22:02.3754311Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:22:02.3754656Z ++ echo 'cmake Release false' 2025-03-21T20:22:02.3754988Z + [[ false == \t\r\u\e ]] 2025-03-21T20:22:02.3755426Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:22:02.3755822Z + which pip 2025-03-21T20:22:02.3756131Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:02.3756651Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:22:02.3757281Z 2025-03-21 20:22:01,388 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:02.3758154Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:02.3759115Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:02.3760354Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:02.3761622Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:02.3762482Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:02.3763084Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:02.3764188Z 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:22:02.3765706Z 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:22:02.3766752Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:02.3767502Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:02.3768600Z 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:22:02.3769900Z 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:22:02.3771242Z 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:22:02.3772567Z 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:22:02.3773854Z 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:22:02.3775150Z 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:22:02.3776576Z 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:22:02.3778096Z 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:22:02.3779627Z 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:22:02.3781186Z 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:22:16.1551234Z 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:22:16.1553156Z 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:22:16.1554803Z 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:22:16.1556486Z 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:22:16.1558081Z 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:22:16.1559908Z 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:22:16.1561419Z 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:22:16.1562509Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:22:16.1563557Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:22:16.1564613Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:22:16.1565725Z 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:22:16.1566913Z 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:22:16.1581276Z 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:22:16.1582964Z 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:22:16.1584689Z 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:22:16.1586336Z 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:22:16.1588053Z 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:22:16.1589156Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:16.1590309Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:16.1591131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 104.4 MB/s eta 0:00:00 2025-03-21T20:22:16.1592027Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:16.1592920Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:16.1593719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 270.2 MB/s eta 0:00:00 2025-03-21T20:22:16.1594354Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:16.1594807Z Attempting uninstall: timm 2025-03-21T20:22:16.1595303Z Found existing installation: timm 0.6.13 2025-03-21T20:22:16.1595703Z Uninstalling timm-0.6.13: 2025-03-21T20:22:16.1596065Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:16.1596497Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:16.1596929Z Processing ./third-party/ao 2025-03-21T20:22:16.1597401Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:16.1597957Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:16.1598584Z Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-03-21T20:22:16.1599838Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=a53359c9789e0726b489867ea80a380692d0ceed703912f501802ccc81d7ccdc 2025-03-21T20:22:16.1601217Z Stored in directory: /tmp/pip-ephem-wheel-cache-35vhh0pk/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:16.1602250Z Successfully built torchao 2025-03-21T20:22:16.1602591Z Installing collected packages: torchao 2025-03-21T20:22:16.1603023Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:16.1603658Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:16.1604589Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:16.1605220Z Processing /pytorch/executorch 2025-03-21T20:22:16.1605629Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:16.1606061Z running dist_info 2025-03-21T20:22:16.1606489Z creating /tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info 2025-03-21T20:22:16.1607147Z writing /tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/PKG-INFO 2025-03-21T20:22:16.1607990Z writing dependency_links to /tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:16.1608944Z writing entry points to /tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/entry_points.txt 2025-03-21T20:22:16.1609811Z writing requirements to /tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/requires.txt 2025-03-21T20:22:16.1610687Z writing top-level names to /tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/top_level.txt 2025-03-21T20:22:16.1611561Z writing manifest file '/tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:16.1612409Z reading manifest file '/tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:16.1613028Z adding license file 'LICENSE' 2025-03-21T20:22:16.1613604Z writing manifest file '/tmp/pip-modern-metadata-r2vb83_i/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:16.1614415Z creating '/tmp/pip-modern-metadata-r2vb83_i/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:16.1615171Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:16.1616084Z 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:22:16.1617012Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:16.1618445Z 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:22:16.1619973Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:16.1621006Z 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:22:16.1622277Z 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:22:16.1623529Z 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:22:16.1624794Z 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:22:16.1626054Z 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:22:16.1627348Z 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:22:16.1628619Z 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:22:16.1629521Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:16.1630892Z 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:22:16.1632442Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:16.1633092Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:16.1634691Z 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:22:16.1636380Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:16.1637373Z 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:22:28.4179954Z 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:22:28.4182506Z 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:22:28.4184285Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:28.4186738Z 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:22:28.4189386Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:28.4191329Z 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:22:28.4194159Z 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:22:28.4197101Z 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:22:28.4199856Z 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:22:28.4202456Z 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:22:28.4205224Z 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:22:28.4208187Z 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:22:28.4210972Z 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:22:28.4213641Z 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:22:28.4216268Z 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:22:28.4218032Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:28.4220611Z 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:22:28.4223214Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:28.4224420Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:28.4227227Z 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:22:28.4230264Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:28.4232335Z 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:22:28.4236101Z 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:22:28.4241092Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:28.4242218Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:28.4243238Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:28.4244204Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:28.4245174Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:28.4246089Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:28.4247018Z Building wheels for collected packages: executorch 2025-03-21T20:22:28.4247987Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:28.4248880Z running bdist_wheel 2025-03-21T20:22:28.4249415Z running build 2025-03-21T20:22:28.4249956Z command options for 'CustomBuild': 2025-03-21T20:22:28.4250612Z build_base = pip-out 2025-03-21T20:22:28.4251190Z build_purelib = pip-out/lib 2025-03-21T20:22:28.4251907Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:28.4252806Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:28.4253620Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:28.4254422Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:28.4255196Z plat_name = linux-x86_64 2025-03-21T20:22:28.4255793Z compiler = None 2025-03-21T20:22:28.4256318Z parallel = 15 2025-03-21T20:22:28.4256814Z debug = None 2025-03-21T20:22:28.4257299Z force = None 2025-03-21T20:22:28.4257896Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:28.4259017Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:28.4260594Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:28.4263319Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j15 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:28.4265381Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:28.4266584Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:28.4268386Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:28.4270230Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:28.4272261Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:28.4274132Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:28.4275789Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:28.4277464Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:28.4279252Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:28.4281078Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:28.4282909Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:28.4284683Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:28.4286569Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:28.4288397Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:28.4290345Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:28.4291913Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:28.4292646Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:28.4293357Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:28.4294135Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:28.4294847Z CMake Warning: 2025-03-21T20:22:28.4295516Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:28.4296156Z 2025-03-21T20:22:28.4296165Z 2025-03-21T20:22:28.4296467Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:28.4297337Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:28.4298178Z git describe failed with exit code: 128 2025-03-21T20:22:28.4298671Z 2025-03-21T20:22:28.4299054Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:28.4299909Z Call Stack (most recent call first): 2025-03-21T20:22:28.4300590Z CMakeLists.txt:5 (include) 2025-03-21T20:22:28.4300993Z 2025-03-21T20:22:28.4301003Z 2025-03-21T20:22:28.4301264Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:28.4302588Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:28.4304530Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:28.4306403Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:28.4308391Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:28.4309990Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:28.4311664Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:28.4313454Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:28.4315474Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:28.4317342Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:28.4319124Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:28.4320809Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:28.4322576Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:28.4324442Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:28.4326252Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:28.8984986Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:28.8989268Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:28.8990663Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:22:28.8991902Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:28.8993253Z [ 2%] Built target pthreadpool 2025-03-21T20:22:28.8994514Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:28.8996886Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:28.8998577Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:28.9000321Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:28.9002425Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:28.9003746Z [ 2%] Built target flatccrt 2025-03-21T20:22:28.9004991Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:28.9006967Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:28.9009048Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:28.9011040Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:28.9012870Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:28.9014943Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:28.9016477Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:28.9017321Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:28.9018625Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:28.9020543Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:28.9022459Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:28.9024581Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:28.9026769Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:28.9028988Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:28.9031047Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:28.9032534Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:28.9034231Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:28.9036117Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:28.9037772Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:28.9039351Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:28.9040294Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:28.9041217Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:28.9042156Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:28.9042875Z [ 3%] Built target indirection 2025-03-21T20:22:28.9043523Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:28.9044488Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:28.9045148Z [ 3%] Built target normalization 2025-03-21T20:22:28.9045984Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:28.9046959Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:28.9047653Z [ 3%] Built target datatype 2025-03-21T20:22:28.9048417Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:28.9049545Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:28.9050870Z [ 3%] Built target microparams-init 2025-03-21T20:22:28.9052080Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:28.9053587Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:28.9055412Z [ 3%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:28.9057226Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:28.9058651Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:28.9060253Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:28.9061907Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:28.9063211Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:28.9064838Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:28.9066922Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:22:28.9069527Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:22:28.9071749Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:28.9073900Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:28.9076552Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:28.9079201Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:28.9081222Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:28.9083264Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:28.9085879Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:22:28.9088051Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:28.9090247Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:28.9092432Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:28.9093614Z [ 6%] Built target logging 2025-03-21T20:22:28.9094742Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:28.9096489Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:28.9099379Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:28.9100619Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:28.9102962Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:28.9104596Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:28.9105460Z -- Detecting CXX compile features 2025-03-21T20:22:28.9106163Z -- Detecting CXX compile features - done 2025-03-21T20:22:28.9107333Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:28.9108903Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:28.9109764Z -- Looking for strtof_l 2025-03-21T20:22:28.9110513Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:28.9112102Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:28.9113297Z [ 6%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:28.9114657Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:28.9117007Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:22:29.4440793Z [ 6%] 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:22:29.4443316Z [ 6%] 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:22:29.4445916Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:22:29.4447684Z [ 6%] Built target packing 2025-03-21T20:22:29.4448755Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:29.4450034Z [ 6%] Built target allocator 2025-03-21T20:22:29.4450683Z [ 6%] Built target eigen_blas 2025-03-21T20:22:29.4452424Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:22:29.4455429Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:29.4459074Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:29.4462724Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:29.4466093Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:29.4468201Z [ 6%] Built target cache 2025-03-21T20:22:29.4469953Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:22:29.4473080Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:22:29.4475008Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:22:29.4476435Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:29.4478139Z [ 6%] Built target reference-ukernels 2025-03-21T20:22:29.4478870Z [ 6%] Built target cpuinfo 2025-03-21T20:22:29.4480526Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:22:29.4483235Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:29.4485348Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:29.4487802Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:22:29.4490168Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:29.4492236Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:29.4494277Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:29.4495660Z [ 7%] Built target memory 2025-03-21T20:22:29.4497098Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:29.4498656Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:29.4500354Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:22:29.4502082Z [ 7%] Built target operator-utils 2025-03-21T20:22:29.4503293Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:29.4504545Z [ 7%] Built target mutex 2025-03-21T20:22:29.4506242Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:29.4508601Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:29.4510528Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:29.4512606Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:29.4513959Z [ 8%] Built target operator-run 2025-03-21T20:22:29.4514650Z -- Looking for strtof_l - found 2025-03-21T20:22:29.4515473Z -- Looking for strtoull_l 2025-03-21T20:22:29.4516799Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:29.4518982Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:29.4520824Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:29.4522531Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:29.4524785Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:29.4527381Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:29.4529021Z [ 8%] Built target hardware-config 2025-03-21T20:22:29.4530660Z [ 8%] 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:22:29.4533552Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:22:29.4536421Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:22:29.4538547Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:29.4541248Z [ 8%] 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:22:29.4543527Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:29.4545653Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:29.4547951Z [ 8%] 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:22:29.4550158Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:22:29.4552879Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:22:29.4555568Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:29.4557315Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:29.4559226Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:22:29.4561719Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:29.4563105Z [ 10%] Built target flatcc 2025-03-21T20:22:29.4564539Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:29.4566726Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:22:29.4568753Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:29.4570372Z [ 10%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:29.4572004Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:22:29.4574246Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:29.4576374Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:22:29.4578358Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:22:29.4580829Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:22:29.4582139Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:29.4583144Z [ 10%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:29.4583791Z -- Looking for strtoull_l - found 2025-03-21T20:22:29.4584385Z -- Looking for realpath 2025-03-21T20:22:30.0286748Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:30.0288867Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:30.0291293Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:22:30.0293300Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:30.0295354Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:30.0297103Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:22:30.0298447Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:22:30.0300363Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:22:30.0301894Z [ 10%] Built target flatcc_cli 2025-03-21T20:22:30.0303351Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:22:30.0305830Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:22:30.0307475Z [ 10%] Generating etdump headers 2025-03-21T20:22:30.0308775Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:30.0310719Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:30.0312785Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:30.0315331Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:22:30.0316989Z [ 10%] Built target etdump_schema 2025-03-21T20:22:30.0318597Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:22:30.0321015Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:30.0323445Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:22:30.0325724Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:30.0327886Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:30.0330231Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:30.0332311Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:30.0334449Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:30.0336832Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:22:30.0339284Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:30.0341680Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:22:30.0344186Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:22:30.0346828Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:30.0349185Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:22:30.0350781Z -- Looking for realpath - found 2025-03-21T20:22:30.0351663Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:30.0352424Z -- Configuring done (1.5s) 2025-03-21T20:22:30.0353920Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:22:30.0356649Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:30.0359294Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:30.0361806Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:22:30.0363072Z -- Generating done (0.0s) 2025-03-21T20:22:30.0364201Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:22:30.0365556Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:22:30.0367125Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:22:30.0369437Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:22:30.0371783Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:22:30.0374145Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:30.0376737Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:22:30.0378636Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:30.0379514Z [ 13%] Built target operators 2025-03-21T20:22:30.0381022Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:30.0382813Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:30.0384164Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:30.0385815Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:30.0388019Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:22:30.0390722Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:22:30.0393043Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:30.0394575Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:30.0396564Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:22:30.0398201Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:22:30.0399952Z [ 15%] 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:22:30.0401304Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:30.0402332Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:30.0403365Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:22:30.0404407Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:30.0406176Z [ 15%] 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:22:30.0408729Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:22:30.0411301Z [ 15%] 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:22:30.0413119Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:30.0414196Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:30.0415717Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:30.0417346Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:30.7470292Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:22:30.7472525Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:30.7474628Z [ 15%] 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:22:30.7477875Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:30.7479865Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:30.7481111Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:30.7482350Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:30.7484251Z [ 15%] 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:22:30.7487079Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:30.7489686Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:30.7491878Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:30.7494106Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:30.7496935Z [ 15%] 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:22:30.7499091Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:30.7501174Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:22:30.7504118Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:30.7506497Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:30.7507642Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:30.7509748Z [ 17%] 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:22:30.7512879Z [ 17%] 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:22:30.7515758Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:30.7518455Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:22:30.7521384Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:22:30.7523319Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:30.7524578Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:30.7526624Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:22:30.7529745Z [ 17%] 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:22:30.7531986Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:30.7534062Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:22:30.7536143Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:30.7537454Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:30.7539485Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:30.7541935Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:30.7544066Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:30.7546621Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:30.7549720Z [ 17%] 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:22:30.7551881Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:30.7554091Z [ 17%] 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:22:30.7556920Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:30.7559458Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:30.7565085Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:30.7566731Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:30.7568741Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:30.7571432Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:30.7574532Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:30.7577702Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:30.7580133Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:30.7582608Z [ 18%] 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:22:30.7585420Z [ 18%] 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:22:30.7588157Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:30.7590667Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:30.7592907Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:30.7594734Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:30.7596687Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:30.7598798Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:30.7600908Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:30.7603482Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:30.7605853Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:30.7608073Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:30.7612385Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:30.7614088Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:30.7615206Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:30.7617067Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:30.7619761Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:22:30.7622263Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:30.7624954Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:22:30.7627655Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:31.3520797Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:22:31.3523959Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:22:31.3526114Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:31.3527828Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:31.3530757Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:31.3532858Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:31.3534399Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:31.3536288Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:31.3538078Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:31.3539954Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:31.3542492Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:31.3544539Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:31.3546285Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:31.3547952Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:31.3549691Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:31.3552260Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:31.3555439Z [ 19%] 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:22:31.3558455Z [ 19%] 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:22:31.3561405Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:31.3563903Z [ 19%] 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:22:31.3567281Z [ 19%] 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:22:31.3570703Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:22:31.3574124Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-03-21T20:22:31.3576627Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:31.3578153Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:31.3579763Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:31.3581256Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:31.3582915Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:31.3585552Z [ 20%] 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:22:31.3589016Z [ 20%] 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:22:31.3592706Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:22:31.3596369Z [ 20%] 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:22:31.3600236Z [ 20%] 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:22:31.3602768Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:31.3605195Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:22:31.3608647Z [ 20%] 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:22:31.3612621Z [ 20%] 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:22:31.3614866Z [ 20%] Built target subgraph 2025-03-21T20:22:31.3615907Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:31.3618458Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:22:31.3621440Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-03-21T20:22:31.3624187Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:31.3626964Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:22:31.3630110Z [ 20%] 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:22:31.3633152Z [ 20%] 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:22:31.3636172Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-03-21T20:22:31.3638993Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:22:31.3641769Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:31.3644505Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.3647183Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.3649851Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:31.3651804Z [ 21%] 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:22:31.3653198Z [ 21%] 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:22:31.3654570Z [ 21%] 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:22:31.3656326Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:31.3657725Z [ 21%] 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:22:31.3659344Z [ 21%] 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:22:31.3660684Z [ 21%] 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:22:31.3662697Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.3664160Z [ 21%] 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:22:31.9177738Z [ 21%] 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:22:31.9179651Z [100%] Linking CXX executable flatc 2025-03-21T20:22:31.9181445Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:31.9184288Z [ 23%] 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:22:31.9187088Z [ 23%] 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:22:31.9189977Z [ 23%] 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:22:31.9192639Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:31.9195635Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:31.9198626Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.9201590Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:31.9204590Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-03-21T20:22:31.9207530Z [ 23%] 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:22:31.9210683Z [ 23%] 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:22:31.9213521Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:22:31.9216467Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:31.9219554Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.9222755Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.9225750Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:31.9229086Z [ 23%] 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:22:31.9232475Z [ 24%] 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:22:31.9235148Z [ 24%] 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:22:31.9238091Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:31.9241303Z [ 24%] 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:22:31.9244173Z [ 24%] 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:22:31.9246947Z [ 24%] 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:22:31.9249824Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.9252762Z [ 24%] 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:22:31.9255625Z [ 24%] 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:22:31.9258088Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:31.9260619Z [ 24%] 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:22:31.9263466Z [ 24%] 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:22:31.9265625Z [ 24%] 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:22:31.9267943Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:31.9270733Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:31.9273438Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:22:31.9276501Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:31.9279612Z [ 25%] 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:22:31.9282517Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:31.9285560Z [ 25%] 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:22:31.9288505Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:31.9291412Z [ 25%] 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:22:31.9294575Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:31.9297694Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:31.9300875Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:31.9304384Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.9307553Z [ 25%] 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:22:31.9310683Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:31.9313606Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:31.9317008Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:31.9320117Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:31.9323827Z [ 26%] 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:22:31.9326717Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:31.9329929Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:31.9333358Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:32.4931377Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:32.4934466Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:32.4937477Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:32.4940581Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:32.4943567Z [ 26%] 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:22:32.4946341Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:32.4948989Z [ 26%] 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:22:32.4951723Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:32.4954895Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:32.4957878Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:32.4961117Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:32.4964003Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:32.4966652Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:32.4968994Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:22:32.4971421Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:32.4974251Z [ 28%] 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:22:32.4977145Z [ 28%] 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:22:32.4979857Z [ 28%] 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:22:32.4982473Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:32.4985093Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:32.4987594Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:32.4990035Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:22:32.4992517Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:32.4995030Z [ 28%] 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:22:32.4997927Z [ 28%] 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:22:32.5000658Z [ 28%] 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:22:32.5003284Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:32.5006091Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:22:32.5009184Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:22:32.5012506Z [ 29%] 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:22:32.5016103Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:22:32.5019712Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:22:32.5022807Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:22:32.5025788Z [ 29%] 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:22:32.5028392Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:22:32.5030804Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:22:32.5033369Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:32.5035986Z [ 29%] 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:22:32.5038380Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:22:32.5040821Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:32.5043343Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:32.5045430Z [ 29%] 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:22:32.5047864Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:22:32.5050269Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:32.5052694Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:32.5055273Z [ 30%] 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:22:32.5057740Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:32.5060191Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:32.5063035Z [ 30%] 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:22:32.5065879Z [ 30%] 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:22:32.5068794Z [ 30%] 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:22:32.5071478Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:22:32.5074092Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:22:33.0575040Z [ 30%] 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:22:33.0576747Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:22:33.0578161Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:22:33.0579805Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:22:33.0581159Z [ 30%] 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:22:33.0582499Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:22:33.0584258Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:22:33.0586582Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:22:33.0589063Z [ 31%] 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:22:33.0591505Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:22:33.0593933Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:22:33.0595716Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:22:33.0597129Z [ 31%] 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:22:33.0598971Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:22:33.0600329Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:22:33.0602133Z [ 31%] 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:22:33.0604152Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:22:33.0606040Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:22:33.0607993Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:22:33.0610403Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:22:33.0612930Z [ 31%] 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:22:33.0615445Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:22:33.0617951Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:22:33.0620453Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:22:33.0623037Z [ 32%] 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:22:33.0625704Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:22:33.0628102Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:22:33.0629822Z [100%] Built target flatc 2025-03-21T20:22:33.0631311Z [ 32%] 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:22:33.0633892Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:22:33.0636404Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:22:33.0638577Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:22:33.0639902Z [ 32%] No install step for 'flatbuffers' 2025-03-21T20:22:33.0641285Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:22:33.0642785Z [ 32%] Completed 'flatbuffers' 2025-03-21T20:22:33.0643366Z [ 32%] Built target flatbuffers 2025-03-21T20:22:33.0646834Z [ 32%] 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:22:33.0649243Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:22:33.0650740Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:22:33.0652082Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:22:33.0652974Z [ 32%] Generating common_schema headers 2025-03-21T20:22:33.0653840Z [ 32%] 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:22:33.0654707Z [ 32%] Built target common_schema 2025-03-21T20:22:33.0655552Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:22:33.0656408Z [ 34%] Generating xnnpack_schema headers 2025-03-21T20:22:33.0656805Z [ 34%] Built target xnnpack_schema 2025-03-21T20:22:33.0657638Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:22:33.0658602Z [ 35%] Generating bundled_program headers 2025-03-21T20:22:33.0659685Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:22:33.0660592Z [ 35%] Generating program_schema headers 2025-03-21T20:22:33.0661456Z [ 35%] Built target bundled_program_schema 2025-03-21T20:22:33.0662978Z [ 35%] 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:22:33.0665388Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:22:33.0668139Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:22:33.0669933Z [ 35%] Built target program_schema 2025-03-21T20:22:33.0673310Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:22:33.0675747Z [ 35%] 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:22:33.0678141Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:33.0679636Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:33.0681488Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:33.0682770Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:33.0684024Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:22:33.0685421Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:22:33.0686583Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:33.0687434Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:33.0688223Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:33.0689047Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:33.0690587Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:33.0691954Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:33.0693384Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:33.7321759Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:22:33.7323734Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:33.7325486Z [ 36%] 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:22:33.7327130Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:33.7328675Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:22:33.7330193Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:33.7331355Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:33.7332459Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:33.7334036Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:22:33.7336091Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:22:33.7337717Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:33.7338896Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:33.7340025Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:33.7341198Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:33.7342960Z [ 36%] 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:22:33.7345190Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:22:33.7347705Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:22:33.7350081Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:33.7352245Z [ 37%] 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:22:33.7354460Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:33.7356379Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:22:33.7357775Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:22:33.7359477Z [ 37%] 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:22:33.7361087Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:22:33.7362443Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:22:33.7363825Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:22:33.7365226Z [ 37%] 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:22:33.7366603Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:22:33.7367950Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:22:33.7369288Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:22:33.7370794Z [ 37%] 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:22:33.7372408Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:22:33.7373702Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:22:33.7375046Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:22:33.7375984Z [ 39%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:33.7376899Z [ 39%] 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:22:33.7378229Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:22:33.7379552Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:22:33.7380418Z [ 39%] Built target executorch_core 2025-03-21T20:22:33.7381267Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:22:33.7382616Z [ 39%] 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:22:33.7384167Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:33.7385229Z [ 40%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:33.7386159Z [ 40%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:33.7387031Z [ 40%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:33.7388150Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:22:33.7389318Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:33.7391131Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:22:33.7392379Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:33.7393542Z [ 41%] 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:22:33.7394886Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:33.7396350Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:22:33.7397694Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:33.7398873Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:33.7399858Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:33.7400709Z [ 41%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:33.7401775Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:33.7403153Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:33.7404512Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:22:33.7405890Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:22:33.7407403Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:22:33.7408778Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:22:33.7420041Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:22:33.7421509Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:22:34.4574571Z [ 42%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:34.4576819Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:22:34.4579578Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:22:34.4581812Z [ 42%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:34.4583770Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:22:34.4586889Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:22:34.4589881Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:22:34.4591703Z [ 42%] Built target extension_threadpool 2025-03-21T20:22:34.4592712Z [ 42%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:34.4594549Z [ 42%] 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:22:34.4596878Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:34.4598027Z [ 42%] Built target extension_tensor 2025-03-21T20:22:34.4599087Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:34.4601255Z [ 42%] 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:22:34.4603996Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:22:34.4606954Z [ 43%] 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:22:34.4609643Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:22:34.4612578Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:22:34.4615489Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:22:34.4618488Z [ 43%] 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:22:34.4621478Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:22:34.4624389Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:22:34.4626986Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:22:34.4629634Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:22:34.4632251Z [ 43%] 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:22:34.4634840Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:22:34.4637594Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:22:34.4639373Z [ 43%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:34.4641190Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:22:34.4643152Z [ 43%] Built target executorch 2025-03-21T20:22:34.4645111Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:22:34.4647932Z [ 43%] 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:22:34.4650287Z [ 43%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:34.4651861Z [ 45%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:34.4653628Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:34.4655575Z [ 46%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:34.4657068Z [ 46%] Linking CXX static library libcpublas.a 2025-03-21T20:22:34.4658392Z [ 46%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:34.4660697Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:22:34.4662873Z [ 46%] Built target cpublas 2025-03-21T20:22:34.4664470Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:22:34.4666481Z [ 47%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:34.4667847Z [ 47%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:34.4669753Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:22:34.4672617Z [ 47%] 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:22:34.4674984Z [ 47%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:34.4676886Z [ 47%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:34.4678648Z [ 47%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:34.4680636Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:34.4682654Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:34.4684117Z [ 47%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:34.4685796Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:22:34.4687378Z [ 47%] Built target extension_data_loader 2025-03-21T20:22:34.4688775Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:22:34.4691180Z [ 47%] 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:22:34.4693567Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:34.4695600Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:22:34.4697788Z [ 47%] 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:22:34.4699937Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:34.4701695Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:34.4704130Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:22:34.4706889Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:22:34.4709047Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:34.4710736Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:34.4712533Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:34.4714213Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:34.4715648Z [ 47%] Linking CXX static library libetdump.a 2025-03-21T20:22:34.4716553Z [ 47%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:34.4717371Z [ 47%] Built target etdump 2025-03-21T20:22:34.4718557Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:34.4720454Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:34.4721818Z [ 47%] Built target bundled_program 2025-03-21T20:22:34.4723018Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:35.9137968Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:35.9139976Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:35.9142301Z [ 47%] 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:22:35.9144649Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:35.9147272Z [ 47%] 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:22:35.9149530Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:35.9151286Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:35.9153568Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:22:35.9155941Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:35.9157840Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:35.9160128Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:22:35.9162978Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:22:35.9165645Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:22:35.9167947Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:35.9169918Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:35.9172238Z [ 48%] 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:22:35.9174527Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:35.9176715Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:35.9178485Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:35.9179836Z [ 48%] Linking CXX static library libutil.a 2025-03-21T20:22:35.9183332Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:35.9186009Z [ 50%] 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:22:35.9187764Z [ 50%] Built target util 2025-03-21T20:22:35.9188872Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:35.9191072Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:22:35.9193733Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:22:35.9196415Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:22:35.9198715Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:35.9200981Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:22:35.9203328Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:35.9205088Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:35.9207126Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:35.9209496Z [ 50%] 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:22:35.9211617Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:35.9213389Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:35.9215201Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:35.9217470Z [ 51%] 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:22:35.9219751Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:35.9222111Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:22:35.9224445Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:35.9226374Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:35.9228335Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:35.9230400Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:35.9232766Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:22:35.9235341Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:35.9237466Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:35.9239701Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:35.9241601Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:35.9243865Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:22:35.9246041Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:35.9248012Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:35.9249970Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:35.9251793Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:35.9253680Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:35.9255677Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:35.9258261Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:22:35.9260603Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:35.9265248Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:35.9267735Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:22:35.9270135Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:35.9272046Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:35.9273912Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:35.9276348Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:22:35.9279066Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:22:35.9281346Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:35.9284183Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:22:35.9287299Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:35.9289369Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:35.9291481Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:35.9293812Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:37.2465861Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:22:37.2468173Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:37.2470418Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:37.2472968Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:37.2474721Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:37.2476622Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:37.2479131Z [ 53%] 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:22:37.2481629Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:37.2483541Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:37.2485937Z [ 53%] 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:22:37.2488662Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:22:37.2490983Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:37.2492945Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:37.2495353Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:22:37.2497789Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:37.2500307Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:22:37.2503625Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:22:37.2507130Z [ 54%] 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:22:37.2509747Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:37.2511793Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:37.2513758Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:37.2515851Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:37.2518380Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:37.2521427Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:37.2524234Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:37.2526380Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:22:37.2528609Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:37.2530980Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:37.2533781Z [ 56%] 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:22:37.2536826Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:22:37.2538974Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:37.2541000Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:37.2543389Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:22:37.2546274Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:22:37.2549123Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:22:37.2552125Z [ 56%] 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:22:37.2555127Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:22:37.2557736Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:37.2560051Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:37.2562756Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:37.2564921Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:37.2567091Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:37.2569636Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:37.2572118Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:37.2574267Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:37.2576147Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:37.2578257Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:37.2580266Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:37.2582590Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:37.2585226Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:37.2587834Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:37.2590166Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:37.2592470Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:37.2594632Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:37.2597043Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:37.2599569Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:37.2601792Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:37.2603995Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:37.2605728Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:37.2607653Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:37.2609709Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:37.2612043Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:37.2614186Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:38.4646106Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4649334Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4651766Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:38.4654317Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:38.4656905Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:38.4658814Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:38.4661767Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:38.4665189Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4668451Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4671828Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4675105Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4678475Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:38.4682128Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:38.4684847Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:38.4686854Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:38.4688883Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:38.4691640Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:38.4694761Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:38.4697490Z [ 58%] 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:22:38.4700689Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:38.4703800Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:38.4707111Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:38.4710335Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4712823Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:38.4715520Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:38.4719227Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:38.4722315Z [ 60%] 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:22:38.4725202Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:38.4727143Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:38.4729139Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:38.4731367Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:38.4734100Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:38.4737361Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:38.4740746Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:38.4744249Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:38.4747789Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:38.4750524Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:38.4753216Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:38.4755859Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:38.4757785Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:38.4760405Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:38.4763463Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:38.4766520Z [ 60%] 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:22:38.4769546Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:38.4772046Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:38.4774602Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:38.4777922Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:38.4780534Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:38.4783019Z [ 62%] 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:22:38.4785439Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:38.4787988Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:38.4791234Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:38.4793569Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:38.4795982Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:38.4798209Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:39.7596124Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:39.7597413Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:39.7599124Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:39.7602539Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:39.7605436Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:39.7607654Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:39.7609862Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:39.7611912Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:39.7613826Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:39.7616212Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:39.7618169Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:39.7620953Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:39.7624267Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:39.7626790Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:39.7629481Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:39.7632250Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:39.7634248Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:39.7636580Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:39.7638772Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:39.7641372Z [ 63%] 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:22:39.7643652Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:39.7645605Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:39.7648271Z [ 63%] 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:22:39.7651013Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:39.7653852Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:39.7657143Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:39.7660477Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:39.7663351Z [ 64%] 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:22:39.7665931Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:39.7668156Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:39.7670266Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:39.7672846Z [ 65%] 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:22:39.7675913Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:39.7677812Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:39.7679936Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:39.7682981Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:39.7685955Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:39.7688720Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:39.7692089Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:39.7694670Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:39.7697463Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:39.7700914Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:39.7704049Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:39.7706017Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:39.7708596Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:39.7711936Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:39.7715456Z [ 65%] 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:22:39.7717936Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:39.7719847Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:39.7722326Z [ 65%] 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:22:39.7725550Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:39.7728114Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:39.7730695Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:39.7733481Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:39.7736053Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:39.7738571Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:39.7740531Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:39.7743051Z [ 67%] 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:22:39.7745884Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:39.7748108Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:40.9131669Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:40.9133976Z [ 67%] 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:22:40.9136197Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:40.9138472Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:40.9140843Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:40.9142629Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:40.9144467Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:40.9146983Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:40.9149334Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:40.9151364Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:40.9154407Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:40.9157602Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:40.9160089Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:40.9164075Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:40.9166602Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:40.9169185Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:40.9171182Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:40.9173106Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:40.9175588Z [ 68%] 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:22:40.9178891Z [ 68%] 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:22:40.9181891Z [ 68%] 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:22:40.9184277Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:40.9186041Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:40.9187812Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:40.9190643Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:40.9193971Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:40.9196588Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:40.9198307Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:40.9200684Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:40.9203114Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:40.9205142Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:40.9207541Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:40.9209958Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:40.9212142Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:40.9214427Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:40.9216710Z [ 69%] 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:22:40.9219476Z [ 70%] 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:22:40.9222199Z [ 70%] 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:22:40.9224286Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:40.9226510Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:40.9228724Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:40.9230971Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:40.9233250Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:40.9235676Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:40.9238238Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:22:40.9240579Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:40.9242607Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:40.9244366Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:40.9246500Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:40.9248699Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:40.9251450Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:40.9254065Z [ 70%] 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:22:40.9256624Z [ 70%] 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:22:40.9258958Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:40.9261075Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:40.9263252Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:40.9265797Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:40.9268426Z [ 70%] 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:22:40.9270702Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:40.9272459Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:41.7610808Z [ 71%] 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:22:41.7614035Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:41.7617367Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:41.7620802Z [ 73%] 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:22:41.7623425Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:41.7625343Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:41.7628090Z [ 73%] 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:22:41.7631586Z [ 73%] 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:22:41.7635076Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:41.7638682Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:41.7642178Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:41.7645249Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:41.7648804Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:41.7652216Z [ 73%] 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:22:41.7655214Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:41.7658160Z [ 73%] 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:22:41.7661536Z [ 73%] 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:22:41.7664397Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:41.7667570Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:41.7670658Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:41.7673886Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:41.7677143Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:41.7679768Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:41.7683108Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:41.7685843Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:41.7688038Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:41.7690774Z [ 74%] 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:22:41.7693955Z [ 74%] 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:22:41.7697276Z [ 74%] 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:22:41.7700690Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:41.7703875Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:41.7707242Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:41.7709950Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:41.7712045Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:41.7715121Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:41.7718110Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:41.7720114Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:41.7722418Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:41.7725090Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:41.7727666Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:41.7730273Z [ 74%] 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:22:41.7732976Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:41.7735111Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:41.7737068Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:41.7738928Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:41.7741285Z [ 75%] 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:22:41.7743701Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:41.7745992Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:41.7749092Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:41.7752017Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:41.7754478Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:41.7756520Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:41.7758437Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:41.7760903Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:42.5243081Z [ 76%] 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:22:42.5246262Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:42.5249504Z [ 76%] 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:22:42.5252672Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:42.5256283Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:42.5259564Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:42.5262642Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:42.5265911Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:42.5269400Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:42.5272852Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:42.5276343Z [ 76%] 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:22:42.5279567Z [ 76%] 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:22:42.5282953Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:42.5286195Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:42.5289509Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:42.5291662Z [ 76%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:42.5294067Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:42.5297213Z [ 78%] 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:22:42.5300343Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:42.5303711Z [ 78%] 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:22:42.5307335Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:42.5310591Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:42.5313771Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:42.5317162Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:42.5320441Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:42.5325353Z [ 78%] 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:22:42.5328616Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:22:42.5331633Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:22:42.5334864Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:22:42.5337799Z [ 78%] 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:22:42.5340477Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:42.5342282Z [ 78%] Built target optimized_portable_kernels 2025-03-21T20:22:42.5344087Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:22:42.5346726Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:22:42.5349296Z [ 79%] 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:22:42.5351852Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:22:42.5354494Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:42.5357524Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:42.5360415Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:42.5363577Z [ 79%] 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:22:42.5366262Z [ 79%] 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:22:42.5368985Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:42.5371863Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:42.5374936Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:42.5378191Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:42.5381347Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:42.5384499Z [ 79%] 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:22:42.5387259Z [ 79%] 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:22:42.5390341Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:42.5393179Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:42.5396241Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:42.5398628Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:22:42.5401216Z [ 80%] 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:22:43.1279024Z [ 80%] 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:22:43.1281751Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:43.1284206Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:43.1286689Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:43.1289176Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:22:43.1291636Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:43.1294527Z [ 80%] 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:22:43.1297228Z [ 80%] 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:22:43.1300001Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:43.1302556Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:43.1305091Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:43.1307832Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:43.1310654Z [ 81%] 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:22:43.1313523Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:43.1316688Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:43.1319741Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:43.1322617Z [ 81%] 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:22:43.1325730Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:43.1328848Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:43.1332393Z [ 81%] 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:22:43.1335700Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:43.1338770Z [ 81%] 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:22:43.1341903Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:43.1344987Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:43.1348026Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:43.1351193Z [ 81%] 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:22:43.1354289Z [ 81%] 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:22:43.1357509Z [ 81%] 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:22:43.1360603Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:43.1364120Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:43.1367316Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:43.1370374Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:43.1373372Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:43.1376404Z [ 82%] 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:22:43.1379504Z [ 82%] 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:22:43.1382554Z [ 82%] 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:22:43.1385824Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:43.1388917Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:43.1391900Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:43.1394696Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:43.1397804Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:43.1400415Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:43.1403387Z [ 82%] 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:22:43.1406091Z [ 82%] 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:22:43.1408753Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:43.1411342Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:43.1414172Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:43.1417202Z [ 84%] 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:22:43.1420122Z [ 84%] 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:22:43.1423152Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:43.1426077Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:43.1428941Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:43.1431763Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:43.7602732Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:43.7605821Z [ 84%] 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:22:43.7608743Z [ 84%] 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:22:43.7611638Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:43.7614481Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:43.7617316Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:43.7620185Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:43.7623195Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:43.7626245Z [ 85%] 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:22:43.7629082Z [ 85%] 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:22:43.7632371Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:43.7635527Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:43.7638180Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:43.7640771Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:43.7643372Z [ 85%] 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:22:43.7646059Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:43.7648898Z [ 85%] 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:22:43.7651594Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:43.7654231Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:43.7656830Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:43.7659443Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:43.7662252Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:22:43.7664554Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:43.7666983Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:43.7669433Z [ 86%] 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:22:43.7671859Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:22:43.7674453Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:43.7677337Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:43.7680163Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:43.7682971Z [ 86%] 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:22:43.7685605Z [ 86%] 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:22:43.7688334Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:43.7691534Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:43.7694333Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:43.7697260Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:43.7700033Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:43.7702709Z [ 86%] 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:22:43.7705204Z [ 86%] 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:22:43.7707807Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:43.7710506Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:43.7712737Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:43.7714959Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:22:43.7717407Z [ 87%] 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:22:43.7719717Z [ 87%] 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:22:43.7722092Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:43.7724340Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:22:43.7726643Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:43.7728990Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:22:43.7731353Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:43.7733999Z [ 87%] 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:22:43.7736617Z [ 87%] 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:22:43.7739101Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:43.7741741Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:43.7744188Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:44.2855504Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:44.2857268Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:44.2860286Z [ 89%] 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:22:44.2862301Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:44.2864215Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:44.2865903Z [ 89%] 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:22:44.2868067Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:44.2870500Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:44.2873041Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:22:44.2875744Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:22:44.2878156Z [ 89%] 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:22:44.2879667Z [ 89%] 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:22:44.2881304Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:44.2882725Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:44.2884165Z [ 89%] 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:22:44.2885624Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:44.2887303Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:22:44.2889676Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:44.2891997Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:44.2894457Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:44.2896999Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:44.2899375Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:44.2901823Z [ 90%] 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:22:44.2904379Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:44.2907166Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:44.2910172Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:44.2912718Z [ 90%] 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:22:44.2915800Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:44.2918330Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:44.2920880Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:44.2923351Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:44.2925912Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:44.2928450Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:44.2930938Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:44.2933624Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:22:44.2937204Z [ 91%] 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:22:44.2939893Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:22:44.2942151Z [ 91%] 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:22:44.2944760Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:22:44.2947502Z [ 91%] 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:22:44.2950171Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:44.2952748Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:22:44.2956008Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:22:44.2958632Z [ 91%] 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:22:44.2961371Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:44.2963738Z [ 91%] 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:22:44.2966539Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:22:44.2969270Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:44.2971894Z [ 92%] 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:22:44.2974841Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:22:44.2977528Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:44.2979623Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:44.2981656Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:44.2983739Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:44.2985467Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:44.2986707Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:45.3610983Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:45.3613446Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:45.3615864Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:45.3618303Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:45.3620605Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:45.3623323Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:22:45.3626367Z [ 93%] 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:22:45.3629295Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:22:45.3632104Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:22:45.3634581Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:22:45.3637386Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:22:45.3640235Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:22:45.3642932Z [ 93%] 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:22:45.3645417Z [ 93%] 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:22:45.3648146Z [ 93%] 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:22:45.3650977Z [ 93%] 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:22:45.3653781Z [ 93%] 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:22:45.3657136Z [ 93%] 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:22:45.3660264Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:22:45.3663935Z [ 93%] 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:22:45.3666873Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:22:45.3669672Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:45.3672051Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:45.3674429Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:45.3676916Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:45.3679300Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:45.3681671Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:45.3684052Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:45.3686449Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:45.3688944Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:45.3691471Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:45.3693946Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:45.3696403Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:22:45.3698897Z [ 95%] 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:22:45.3701265Z [ 95%] 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:22:45.3703545Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:45.3705315Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:45.3706578Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:45.3707822Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:45.3709075Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:45.3710328Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:45.3711568Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:45.3712988Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:45.3714285Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:45.3715302Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:45.3715758Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:45.3716160Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:45.3716899Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:45.3718001Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:45.3719153Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:45.3720280Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:45.3721759Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:45.3723509Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:45.3725221Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:45.3727012Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:45.3728261Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:45.3729436Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:45.3730632Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:45.3731735Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:45.3733295Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:45.3734953Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:45.3736696Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:45.3738531Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:56.0148079Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:56.0150264Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:56.0152096Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:56.0153482Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:56.0155483Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:56.0157583Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:56.0159707Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:56.0161915Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:56.0163772Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:56.0165910Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:56.0167901Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:56.0169823Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:56.0171023Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:56.0183298Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:56.0184619Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:56.0185348Z [ 98%] Built target XNNPACK 2025-03-21T20:22:56.0186433Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:56.0188058Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:56.0189741Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:56.0191514Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:56.0193353Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:56.0195211Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:56.0196764Z [ 98%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:56.0197576Z [ 98%] Built target optimized_kernels 2025-03-21T20:22:56.0198268Z [ 98%] Merging kernel yaml files 2025-03-21T20:22:56.0198994Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:56.0199746Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:56.0200645Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:56.0201678Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:56.0203505Z [ 98%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:56.0205568Z [ 98%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:56.0206548Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:56.0207770Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:56.0209262Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:56.0210300Z [100%] Built target portable_lib 2025-03-21T20:22:56.0210957Z [ 0%] Built target flatbuffers 2025-03-21T20:22:56.0211590Z [ 0%] Built target flatccrt 2025-03-21T20:22:56.0212221Z [ 0%] Built target pthreadpool 2025-03-21T20:22:56.0212891Z [ 1%] Built target xnnpack_schema 2025-03-21T20:22:56.0213606Z [ 1%] Built target bundled_program_schema 2025-03-21T20:22:56.0214327Z [ 2%] Built target cpuinfo 2025-03-21T20:22:56.0214924Z [ 2%] Built target common_schema 2025-03-21T20:22:56.0215583Z [ 4%] Built target flatcc 2025-03-21T20:22:56.0216203Z [ 4%] Built target indirection 2025-03-21T20:22:56.0216763Z [ 4%] Built target logging 2025-03-21T20:22:56.0217347Z [ 4%] Built target datatype 2025-03-21T20:22:56.0217916Z [ 4%] Built target normalization 2025-03-21T20:22:56.0218542Z [ 4%] Built target microparams-init 2025-03-21T20:22:56.0219141Z [ 7%] Built target eigen_blas 2025-03-21T20:22:56.0219733Z [ 7%] Built target program_schema 2025-03-21T20:22:56.0220669Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:56.0221294Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:56.0221947Z [ 7%] Built target hardware-config 2025-03-21T20:22:56.0222577Z [ 7%] Built target allocator 2025-03-21T20:22:56.0223141Z [ 7%] Built target packing 2025-03-21T20:22:56.0223683Z [ 7%] Built target cache 2025-03-21T20:22:56.0224415Z [ 7%] Built target mutex 2025-03-21T20:22:56.0225052Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:56.0225741Z [ 7%] Built target memory 2025-03-21T20:22:56.0226366Z [ 7%] Built target operator-utils 2025-03-21T20:22:56.0227025Z [ 7%] Built target operator-run 2025-03-21T20:22:56.0227678Z [ 7%] Built target etdump_schema 2025-03-21T20:22:56.0228328Z [ 9%] Built target operators 2025-03-21T20:22:56.0228959Z [ 10%] Built target executorch_core 2025-03-21T20:22:56.0229633Z [ 12%] Built target extension_threadpool 2025-03-21T20:22:56.0230322Z [ 12%] Built target extension_tensor 2025-03-21T20:22:56.0231007Z [ 13%] Built target executorch 2025-03-21T20:22:56.0231623Z [ 15%] Built target subgraph 2025-03-21T20:22:56.0232261Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:56.0232978Z [ 15%] Built target cpublas 2025-03-21T20:22:56.0233578Z [ 15%] Built target bundled_program 2025-03-21T20:22:56.0234230Z [ 15%] Built target etdump 2025-03-21T20:22:56.0234850Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:56.0235652Z [ 18%] Built target util 2025-03-21T20:22:56.0236255Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:56.0236978Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:56.0237731Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:56.0238404Z [ 97%] Built target XNNPACK 2025-03-21T20:22:56.0239014Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:56.0239670Z [ 98%] Built target portable_lib 2025-03-21T20:22:56.0240805Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:56.0242672Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:56.0244417Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:56.0246050Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:56.0247719Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:22:56.0248856Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:56.0250271Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:56.0252038Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:22:56.0253835Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:56.0255197Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:56.0255946Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:56.0256412Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:56.0256796Z [ 0%] Built target flatbuffers 2025-03-21T20:22:56.0257137Z [ 0%] Built target flatccrt 2025-03-21T20:22:56.0257479Z [ 0%] Built target pthreadpool 2025-03-21T20:22:56.0257830Z [ 1%] Built target cpuinfo 2025-03-21T20:22:56.0258165Z [ 3%] Built target flatcc 2025-03-21T20:22:56.0258499Z [ 5%] Built target eigen_blas 2025-03-21T20:22:56.0258837Z [ 7%] Built target xnnpack_schema 2025-03-21T20:22:56.0259225Z [ 7%] Built target bundled_program_schema 2025-03-21T20:22:56.0259623Z [ 7%] Built target common_schema 2025-03-21T20:22:56.0260148Z [ 7%] Built target logging 2025-03-21T20:22:56.0260506Z [ 7%] Built target microparams-init 2025-03-21T20:22:56.0261764Z [ 7%] Built target normalization 2025-03-21T20:22:56.0262134Z [ 7%] Built target indirection 2025-03-21T20:22:56.0262497Z [ 7%] Built target datatype 2025-03-21T20:22:56.0262854Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:56.0263414Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:56.0263757Z [ 7%] Built target program_schema 2025-03-21T20:22:56.0264137Z [ 7%] Built target hardware-config 2025-03-21T20:22:56.0264505Z [ 7%] Built target cache 2025-03-21T20:22:56.0264837Z [ 7%] Built target packing 2025-03-21T20:22:56.0265272Z [ 7%] Built target memory 2025-03-21T20:22:56.0265748Z [ 7%] Built target allocator 2025-03-21T20:22:56.0266285Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:56.0266833Z [ 7%] Built target operator-run 2025-03-21T20:22:56.0267350Z [ 7%] Built target mutex 2025-03-21T20:22:56.0267877Z [ 7%] Built target operator-utils 2025-03-21T20:22:56.0268422Z [ 7%] Built target etdump_schema 2025-03-21T20:22:56.0269007Z [ 9%] Built target operators 2025-03-21T20:22:56.0269528Z [ 10%] Built target executorch_core 2025-03-21T20:22:56.0270116Z [ 10%] Built target extension_tensor 2025-03-21T20:22:56.0270739Z [ 11%] Built target executorch 2025-03-21T20:22:56.0271376Z [ 13%] Built target extension_threadpool 2025-03-21T20:22:56.0271974Z [ 15%] Built target subgraph 2025-03-21T20:22:56.0272505Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:56.0273174Z [ 15%] Built target bundled_program 2025-03-21T20:22:56.0273707Z [ 15%] Built target cpublas 2025-03-21T20:22:56.0274246Z [ 15%] Built target etdump 2025-03-21T20:22:56.0274793Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:56.0275167Z [ 17%] Built target util 2025-03-21T20:22:56.0275634Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:56.0276073Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:56.0276501Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:56.0276882Z [ 96%] Built target XNNPACK 2025-03-21T20:22:56.0277232Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:56.0277603Z [ 97%] Built target portable_lib 2025-03-21T20:22:56.0278303Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:56.0279342Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:56.0280362Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:56.0281375Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:56.0282429Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:01.2549569Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:01.2550749Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:01.2551847Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:01.2552918Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:01.2553931Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:01.2554727Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:23:01.2555380Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:23:01.2555923Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:23:01.2556508Z [ 97%] Generating code for kernel registration 2025-03-21T20:23:01.2557741Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:01.2558846Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:23:01.2559350Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:23:01.2559980Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:23:01.2563330Z 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:23:01.2566426Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:01.2567321Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:23:01.2568506Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:23:01.2569562Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:01.2570554Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:01.2571507Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:01.2572557Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:01.2573537Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:01.2574579Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:01.2575551Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:01.2576547Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:01.2577582Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:01.2578573Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:01.2579627Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:01.2580866Z [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:23:01.2581778Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:23:01.2582247Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:23:01.2582632Z running build_py 2025-03-21T20:23:01.2583076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2583922Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2584813Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2585757Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2586723Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2587741Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2588809Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2589727Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2590765Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2591766Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2592751Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2593874Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:01.2594667Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.2595711Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.2596791Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.2597879Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.2598954Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:01.2599859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.2600747Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.2601757Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.2602846Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:01.2603719Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:01.2604590Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:01.2605447Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2606312Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2607400Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2608579Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2609687Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2610851Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2612048Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2613185Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2614359Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2615501Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2616587Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2617666Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2618886Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2620086Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2621281Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2622461Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:01.2623421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.2624274Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.2625226Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.2712165Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.2713202Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.2714169Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:01.2715113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:01.2716006Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:01.2717022Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:01.2717921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:01.2718814Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:01.2719910Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:01.2720838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:01.2721929Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:01.2723238Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:01.2724401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:01.2725507Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:01.2726847Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:01.2728026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:01.2729053Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:01.2730434Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:01.2731514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:01.2732625Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:01.2733990Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:01.2735097Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:01.2736591Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:01.2737784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:01.2739144Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:01.2740350Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2741348Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2742642Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2743946Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2745240Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2746552Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2747844Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2749179Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2750526Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2751813Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2753180Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2754514Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2755814Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2757129Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2758385Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2759653Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2761130Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2762390Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2763709Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2764950Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2766232Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:01.2767243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:01.2768284Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:01.2769727Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:01.2770798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:01.2772070Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:01.2773488Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:01.2774631Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2775566Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2776767Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2777970Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2779232Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2780402Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2781640Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2782875Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:01.2783831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:01.2784815Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:01.2785986Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:01.2786932Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2787816Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2789036Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2853336Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2854498Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2855589Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2856700Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2857867Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2859049Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2860321Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2861747Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2863095Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2864286Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2865532Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2866635Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2867827Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2869021Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2870157Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2871376Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2872573Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2873698Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2874869Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2876194Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2877363Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2878610Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2879864Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2881002Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2882228Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2883457Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2884581Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2885780Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2887005Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2888159Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2889329Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2890455Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2891582Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2892798Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2894125Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2895411Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:01.2896520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2897591Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2898872Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2900228Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2901563Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2902919Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2904225Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2905592Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2906909Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2908248Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:01.2909370Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2910279Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2911436Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2912532Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2913621Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2914681Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2915891Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2916956Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2918053Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2919140Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2920256Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2921371Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2922551Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2923677Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2924807Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2925994Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2927122Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2928246Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2991753Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2993296Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2994878Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2996589Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.2998285Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3000015Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3001918Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3003907Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3005681Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3007546Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3009461Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3011393Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3013367Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3015389Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3017379Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3019259Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3021071Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3023013Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3024707Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3025811Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3026893Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3027976Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3029112Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3030248Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3031615Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3032755Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3033944Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3035046Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:01.3036078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.3036985Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.3038074Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.3039241Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.3040475Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.3041716Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:01.3042671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.3043496Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.3044462Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.3045449Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.3046457Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:01.3047296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:01.3048183Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:01.3049093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3050072Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3051252Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3052407Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3053592Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3054787Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3056001Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3057218Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3058507Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3059763Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:01.3060694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3062005Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3063234Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3064462Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3065619Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3066822Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3068061Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3069264Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3070473Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3071667Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:01.3072599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3073493Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3074543Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3075680Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3076741Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3077786Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3078878Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3116458Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3118146Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3119850Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3121633Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3123560Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3125300Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3127173Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3129093Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3130915Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3132873Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3134955Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3137183Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3138667Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3139826Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3140899Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3141974Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3143037Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3144082Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3145130Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3146215Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3147340Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3148459Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3149598Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3150671Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3151724Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3152796Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3153867Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3154984Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3156198Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3157273Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3158384Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3159488Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3160594Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3161874Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3162926Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3163993Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3165115Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3166213Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3167290Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3168558Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3169642Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3170822Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3171894Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3172991Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3174108Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3175256Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3176372Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3177451Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3178539Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3179623Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3180681Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3181727Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3182782Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3183852Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3184956Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3186119Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3187241Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3188281Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:01.3189187Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3190191Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3191433Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3192662Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3193900Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3195185Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3196597Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3197885Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3199276Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3218107Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3219399Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:01.3220468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:01.3221532Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:01.3222564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.3223487Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.3224668Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.3225873Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.3227042Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:01.3228012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:01.3228968Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:01.3230019Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:01.3231232Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:01.3232538Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:01.3234051Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:01.3236046Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:01.3237602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3239187Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3241132Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3242961Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3244816Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3246681Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3248625Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3250537Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3252359Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3254160Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3256081Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3258028Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3259900Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3262158Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3263964Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3265746Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3267597Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3269443Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3271294Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3273188Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3275074Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3276998Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3278851Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3280727Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3282577Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3284587Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3286513Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3288328Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3290152Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3291941Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3293807Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3295775Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3358597Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3360445Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3362908Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:01.3364333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:01.3365811Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:01.3367310Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:01.3368846Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:01.3370146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3370999Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3372051Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3373136Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3374254Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3375325Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3376396Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3377511Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3378810Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3379965Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3381148Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3382192Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3383281Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3384393Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3385456Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3386531Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3387595Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3388642Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:01.3389522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.3390443Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.3391565Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.3392702Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.3393820Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:01.3394732Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.3395758Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.3396868Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.3398005Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:01.3399001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.3400062Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.3401361Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.3402648Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.3403924Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:01.3404933Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3405964Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3407236Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3408491Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3409817Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3411067Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3412428Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3413728Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3415039Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:01.3416084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:01.3417078Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:01.3418131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:01.3419313Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:01.3420755Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:01.3421939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.3423107Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.3424590Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.3426079Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:01.3427236Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:01.3428332Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:01.3429466Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:01.3430723Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:01.3431956Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.3433164Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.3460656Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.3462474Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.3464024Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:01.3465336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.3466753Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.3468676Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.3470544Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:01.3471963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.3473375Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.3475167Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.3477048Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.3478822Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:01.3480254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.3481811Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.3483621Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.3485464Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.3487294Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:01.3488738Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:01.3490098Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:01.3491794Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:01.3493167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:01.3494532Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:01.3496277Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:01.3497712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3499126Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3500926Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3502726Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3504584Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3506469Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3508273Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3510068Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:01.3511449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3512766Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3514455Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3516230Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3517937Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3519618Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3521292Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3522975Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3524630Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3526275Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3527878Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3529505Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3531205Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3532886Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3534548Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3536204Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:01.3537607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:01.3538958Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:01.3540739Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:01.3584415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3585765Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3587130Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3588427Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3589758Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3591095Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3592424Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3593751Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3595057Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3596444Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3597754Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:01.3598798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:01.3599726Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:01.3600981Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:01.3602077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.3603054Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.3604257Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.3605475Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.3606689Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:01.3607668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3608596Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3609778Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3611023Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3612390Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3613666Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3614888Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3616206Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3617498Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3618686Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3619883Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3621137Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3622393Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3623660Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3624879Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3626093Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3627317Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3628509Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3629726Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3630988Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3632291Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3633541Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3634753Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3636050Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3637283Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3638514Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3639748Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3640951Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3642160Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:01.3643095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3644054Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3645280Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3646461Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3647674Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3648881Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3650045Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3651211Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3652404Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3653594Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3654764Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3655896Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3657039Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3658195Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3696828Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3698005Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3699201Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3700413Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3701593Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3702773Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3703950Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3705106Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3706276Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3707449Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3708613Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3709739Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3711105Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3712268Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3713527Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3714742Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3716012Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3717189Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3718364Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3719583Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3720794Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3721961Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3723106Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3724261Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3725433Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3726652Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3727812Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3728949Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3730099Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3731261Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3732448Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3733604Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3734731Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3735861Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3736979Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3738117Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3739253Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3740389Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3741619Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3742800Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3744028Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3745183Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3746341Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3747513Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3748692Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3749877Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3751073Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3752229Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3753388Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3754567Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3755863Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3757081Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3758327Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3759531Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3760691Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3762041Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3763221Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3764383Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3765530Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3766675Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3767849Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3769052Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3770297Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3850575Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3851961Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3853225Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3854416Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:01.3855380Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:01.3856342Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:01.3857303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.3858311Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.3859570Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.3860941Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:01.3861922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.3862936Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.3864203Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.3865451Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.3866677Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:01.3867700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:01.3868749Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:01.3870089Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:01.3871149Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.3872094Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.3873235Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.3874377Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:01.3875358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:01.3876312Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:01.3889581Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:01.3890685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:01.3891949Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:01.3893133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.3894417Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.3895823Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.3897198Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:01.3898176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3899086Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3900217Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3901420Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3902626Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3903831Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3905069Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3906294Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3907499Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:01.3908475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:01.3909519Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:01.3910556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:01.3911577Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:01.3912577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:01.3913527Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:01.3914498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.3915703Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.3917047Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.3918428Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:01.3919478Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.3920413Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.3921562Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.3922745Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:01.3923750Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.3924837Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.3926103Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.3927535Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:01.3928672Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.3929779Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.3931153Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.3932557Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.3933996Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.3935421Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.3936798Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:01.3937888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:01.3986596Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:01.3987961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.3989599Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.3991592Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.3993623Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.3995776Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.3997688Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.3999554Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.4001494Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:01.4003176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:01.4004714Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:01.4006498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:01.4008697Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:01.4010348Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4011389Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4013062Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4014364Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4015742Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4016921Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4018475Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4019812Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4021316Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4022544Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4023754Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4025227Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4026563Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4027936Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:01.4028896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4029944Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4031463Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4032732Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4034068Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4035225Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4036767Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4038173Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4039321Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4040682Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4042065Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4043549Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4044811Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4046202Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4047719Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4048947Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4050313Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4051719Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4053125Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4054391Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4055829Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4057299Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4058603Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4059935Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4061533Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4062729Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4064131Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4065523Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4066904Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4068083Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4069260Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4070459Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4113528Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4114886Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4116139Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4117370Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4118852Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4120200Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4121584Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4122933Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4124143Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4125448Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4126806Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4128141Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4129490Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4130779Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4132085Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:01.4133116Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:01.4134240Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:01.4135562Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:01.4136627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:01.4137822Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:01.4139243Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:01.4140314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:01.4141563Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:01.4143084Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:01.4144240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:01.4145226Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:01.4146518Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:01.4147553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:01.4148772Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:01.4149953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.4150865Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.4152204Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.4153402Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.4154696Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:01.4155834Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.4157039Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.4158525Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.4159960Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.4161680Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.4163253Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.4164694Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:01.4165816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:01.4167047Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:01.4168527Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:01.4169588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4170708Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4172053Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4173318Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4174642Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4176031Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4177314Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4178707Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4180108Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4181419Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4182710Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4184100Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4185474Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4186982Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:01.4187949Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4189118Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4190275Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4191596Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4192831Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4194124Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4239689Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4241019Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4242248Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4243579Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4244862Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4246050Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4247228Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4248375Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4249540Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4250733Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4251940Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4253145Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4254341Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4255610Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4256923Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4258103Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4259405Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4260921Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4262123Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4263573Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4264760Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4266025Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4267193Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4268353Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4269617Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4270852Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4272015Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4273189Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4274345Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4275781Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4277089Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4278290Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4279574Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4280925Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4282148Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:01.4283234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4284317Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4285771Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4287290Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4288684Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4290134Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4291486Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4292981Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:01.4294115Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.4295304Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.4296962Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.4298582Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:01.4299883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:01.4301090Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:01.4302668Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:01.4303913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:01.4304894Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:01.4306198Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:01.4307361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:01.4308473Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:01.4309693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:01.4310884Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:01.4312079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:01.4313333Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:01.4314585Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:01.4315978Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:01.4317355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.4318790Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.4633839Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.4635697Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:01.4637195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:01.4638501Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:01.4639906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.4641726Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.4643560Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.4645781Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.4647905Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:01.4649289Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4650777Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4652698Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4654611Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4656594Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4658645Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4660690Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4662653Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4664469Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4666559Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4668469Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4670316Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4672237Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4674220Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4676332Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4678317Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4680195Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4682082Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4684110Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4685985Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4687999Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4689977Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4691955Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4693934Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4695681Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4697469Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4699256Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4700987Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:01.4702322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.4704002Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.4705948Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.4707698Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:01.4709079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:01.4710768Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:01.4711915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:01.4712784Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:01.4713496Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4714448Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4715480Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4716624Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4717519Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4718690Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4719734Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4720976Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:01.4721843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.4773927Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.4775044Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.4776140Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.4777315Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:01.4778423Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.4779431Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.4780796Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.4782356Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.4783513Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.4784872Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:01.4786045Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.4787004Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.4788372Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.4789792Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.4790971Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.4792361Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:01.4793508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.4794292Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.4795572Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.4796555Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.4797745Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:01.4798772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:01.4799802Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:01.4801117Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:01.4802041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:01.4802989Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:01.4804487Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:01.4805405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:01.4806693Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:01.4807887Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:01.4809082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:01.4810245Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:01.4811504Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:01.4812633Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:01.4813616Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:01.4814992Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:01.4816167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:01.4817293Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:01.4818478Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:01.4819465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4820520Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4821781Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4823072Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4824174Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4825488Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4826805Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4827972Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4829292Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4830467Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4831801Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4833121Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4834301Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4835531Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4836774Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4838008Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:01.4839173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:01.4840472Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:01.4841447Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.4842537Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.4843607Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.4844722Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.4846063Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:01.4847095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:01.4848051Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:01.4849183Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:01.4850083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:01.4851239Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:01.4852617Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:01.4853591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:01.4854785Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:01.4856117Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:01.4893125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:01.4894175Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:01.4895332Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:01.4896328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:01.4897399Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:01.4898446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.4899405Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.4900530Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.4901711Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.4902893Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.4904069Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:01.4905045Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:01.4906337Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:01.4907632Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:01.4908807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:01.4909923Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:01.4911026Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:01.4911975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:01.4913109Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:01.4914383Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:01.4915384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:01.4916282Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:01.4917331Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:01.4917676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:01.4918348Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:01.4919019Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:01.4919387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:01.4920003Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:01.4920489Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:01.4920831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:01.4921530Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:01.4922056Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:01.4922503Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.4923506Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.4924278Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.4925300Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.4926096Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.4926824Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.4927818Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:01.4928346Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:01.4929180Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:01.4929776Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:01.4930139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.4930976Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.4931631Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.4932360Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.4933121Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:01.4933449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.4934031Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.4934750Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.4935301Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:01.4935724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4936419Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4937393Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4938331Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4939060Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4939739Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4940683Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4941425Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4942332Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4943078Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.4943979Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5027826Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5028738Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5029626Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5030599Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5031369Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5032376Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5033107Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:01.5033453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.5034100Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.5034764Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.5035582Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:01.5035981Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:01.5036732Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:01.5037153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.5037832Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.5038753Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.5039417Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.5040339Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:01.5040723Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.5041394Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.5042179Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.5042824Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.5043650Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:01.5044066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:01.5044959Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:01.5045544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:01.5046319Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:01.5047011Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:01.5047470Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:01.5048403Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:01.5049408Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:01.5049872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:01.5050684Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:01.5051633Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:01.5051955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:01.5052584Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:01.5053215Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:01.5053550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:01.5054075Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:01.5054392Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5054788Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5055100Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5055386Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5055694Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5056005Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5056322Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5056652Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5057099Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5057410Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5057715Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5058252Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5058538Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5058863Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5059256Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5059633Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5060156Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5060460Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5060980Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5061275Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5061560Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5061862Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5062141Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5062452Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5062769Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:01.5063051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5063438Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5063927Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5064429Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5064865Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5180646Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5181077Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5181565Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5182120Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5182529Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:01.5182787Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.5183188Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.5183789Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.5184226Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.5184649Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.5185062Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.5185582Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:01.5185878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.5186251Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.5186617Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.5187043Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.5187530Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:01.5187980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:01.5188347Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:01.5188918Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:01.5189265Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.5189591Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.5189957Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.5190286Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:01.5190640Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.5191145Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.5191536Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.5191894Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:01.5192173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5192700Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5193182Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5193589Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5194057Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5194671Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5195102Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5195698Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5196301Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5196882Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5197289Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5197780Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5198391Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5198820Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5199282Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5199853Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5200348Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5200794Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5201208Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5201752Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5202554Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5203010Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5203490Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5204104Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5204645Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5205123Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5205662Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5206238Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5206660Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5207083Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5207657Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5208071Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5208507Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:01.5208768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.5209202Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.5209609Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.5210108Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:01.5210366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5210716Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5211110Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5211584Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5212028Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5212387Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5212739Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5213147Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:01.5213533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5213897Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5214251Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5214658Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5215273Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5215614Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5216084Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5317266Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5317760Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5318347Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5318787Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5319342Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5319696Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5320166Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5320613Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5321138Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5321675Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5322097Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5322541Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5322913Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5323350Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5323774Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5324268Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5324746Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5325160Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5325626Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5326050Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5326462Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5326844Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5327252Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5327706Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5328092Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5328526Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:01.5328824Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.5329343Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.5329774Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.5330291Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.5330919Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:01.5331209Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.5331768Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.5332226Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.5332761Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.5333327Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.5333789Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:01.5334241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.5334982Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.5335775Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.5336546Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.5337308Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:01.5337587Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5338165Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5338798Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5339368Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5339859Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5340396Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5340928Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5341455Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5341984Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5342527Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5343016Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5343558Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5344101Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5344621Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5345162Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5345826Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5346371Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5346914Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5347409Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:01.5347728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:01.5348347Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:01.5348970Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:01.5349317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.5350010Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.5350718Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.5351316Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:01.5351642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:01.5352120Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:01.5352440Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:01.5352877Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:01.5503680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:01.5504233Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:01.5504595Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:01.5505357Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:01.5505680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:01.5506161Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:01.5506635Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:01.5506951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.5507460Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.5507987Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.5508488Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:01.5508780Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:01.5509356Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:01.5509923Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:01.5510558Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:01.5511050Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:01.5511526Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:01.5511986Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:01.5512642Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:01.5513167Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:01.5513485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:01.5514200Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:01.5514492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:01.5514893Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:01.5515195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:01.5515906Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:01.5516236Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.5516651Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.5517134Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.5517577Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:01.5517884Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:01.5518608Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:01.5518918Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:01.5519462Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:01.5519896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:01.5520357Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:01.5520793Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:01.5521102Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:01.5521540Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:01.5521828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.5522509Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.5522948Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.5523561Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:01.5523894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:01.5524395Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:01.5524760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:01.5525178Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:01.5525456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:01.5525951Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:01.5526309Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.5526853Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.5527515Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.5528352Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:01.5528688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:01.5529223Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:01.5529712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:01.5530363Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:01.5530684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5531159Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5531766Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5532446Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5532958Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5533525Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5534097Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5534655Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5535230Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:01.5535686Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.5536131Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.5536776Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.5537261Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.5537762Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.5538457Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.5538962Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:01.5539366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.5539874Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.5659528Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.5660257Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.5660886Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:01.5661388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.5662002Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.5662706Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.5663247Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.5663723Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:01.5664106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:01.5664831Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:01.5665262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:01.5665942Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:01.5666480Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:01.5667433Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:01.5668276Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:01.5668728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.5669238Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.5669809Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.5670348Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.5671170Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:01.5671497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:01.5672286Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:01.5672707Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.5673409Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.5674336Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.5675218Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.5676004Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:01.5676829Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:01.5677903Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:01.5678769Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:01.5679233Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:01.5680051Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:01.5680383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.5680909Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.5681705Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.5682258Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:01.5682565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:01.5683009Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:01.5683342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:01.5684152Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:01.5684501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:01.5685320Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:01.5685894Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:01.5686279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:01.5686932Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:01.5687380Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:01.5688102Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:01.5688453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:01.5689000Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:01.5689300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:01.5689833Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:01.5690532Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:01.5690913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:01.5691230Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:01.5691543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:01.5692069Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:01.5692622Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:01.5693093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.5693576Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.5694255Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.5694742Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:01.5695051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:01.5695517Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:01.5695976Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:01.5696245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:01.5696883Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:01.5697304Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:01.5697711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:02.3059081Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:02.3060108Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:02.3061396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.3062527Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.3064016Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.3065343Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.3066412Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:02.3067350Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.3068363Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.3069615Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.3070617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.3071529Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.3072670Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.3073922Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:02.3075185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:02.3076319Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:02.3077965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.3079708Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.3081058Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.3082173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.3083260Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.3084334Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.3085383Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.3086640Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.3087872Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.3088887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:02.3089886Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:02.3090930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.3092072Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.3093214Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.3094420Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.3095527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:02.3096465Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:02.3097403Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:02.3098370Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:02.3099345Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.3100339Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.3101565Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.3102801Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:02.3103985Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:02.3105059Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:02.3106149Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:02.3107470Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.3108869Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.3110220Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.3111504Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.3112752Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.3113999Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.3115219Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:02.3116632Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.3118077Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.3119128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:02.3119801Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:02.3120515Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:02.3121296Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:02.3122042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.3122785Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.3123613Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.3124382Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:02.3124957Z running egg_info 2025-03-21T20:23:02.3125264Z creating executorch.egg-info 2025-03-21T20:23:02.3125628Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:23:02.3126147Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:23:02.3126763Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:23:02.3127327Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:23:02.3127886Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:23:02.3128436Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:02.3128969Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:02.3129435Z adding license file 'LICENSE' 2025-03-21T20:23:02.3129867Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:02.3130757Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:23:02.3132043Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.3133226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.3134574Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.3135930Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:02.3164338Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:02.3165768Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:02.3167084Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.3168151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.3169134Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.3170342Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:02.3171448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3172731Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3174377Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3175968Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3177544Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3179070Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3180623Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3182168Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3183821Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3185468Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3187013Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3188550Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3190065Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3191581Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3193103Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3194672Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3196451Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3198266Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3199981Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3201580Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3203142Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3204834Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3206526Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3208115Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3209719Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3211280Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3212808Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3214291Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3215818Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3217324Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3218891Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3220500Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3222104Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3223672Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3225201Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3226890Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3228546Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3230106Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3231605Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3233203Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3234873Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3236538Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3238040Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3239542Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3241118Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3242681Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3244244Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3263938Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3265587Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3267275Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3268946Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3270498Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3272114Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3273724Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3275408Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3276949Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3278545Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3280125Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3281721Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3283307Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3284973Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3286563Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3288231Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.3289347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.3290409Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.3291444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.3292630Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.3294138Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.3295574Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.3297029Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.3298557Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.3300325Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.3301857Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.3303327Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.3304910Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:02.3306458Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.3307937Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.3309501Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.3311082Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.3312810Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.3314766Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.3328002Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3329380Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3330998Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3332828Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3334605Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3336327Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3338001Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3339600Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3341239Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3342894Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3344509Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3346134Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3347858Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3349529Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3351097Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3352641Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3354203Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3355929Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3363643Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3365338Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3366976Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3368601Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3370204Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3371865Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3373684Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3375415Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3376999Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3378618Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3380298Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3381908Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3383547Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3385188Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3386754Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3388376Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3390038Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3391716Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3393357Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3395000Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3396720Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3398404Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3400107Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3401788Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3403380Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3404901Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3406500Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3408175Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3409849Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3411480Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3413197Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3414900Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3416605Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3418344Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3420037Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3421783Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3423524Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3425245Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3426973Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3428671Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3430422Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3432165Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3433873Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3435710Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3437456Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3439094Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3440694Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3442452Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3476101Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3477959Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3479630Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3481159Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3482752Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3484373Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3485989Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3487572Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3489078Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.3490683Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3492402Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3494122Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3495897Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3497685Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3499442Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3501133Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3502861Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3504598Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3506306Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3507972Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3509795Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3511607Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3513405Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3515194Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3516963Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3518641Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3520305Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3521969Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3523669Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3525423Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3527213Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3528906Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3530568Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.3532264Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.3534015Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.3535762Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.3537437Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.3538907Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.3540167Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.3541373Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.3542596Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.3543666Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:02.3544645Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:02.3545762Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:02.3546958Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.3548245Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.3549540Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:02.3550690Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:02.3551838Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:02.3552765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:02.3553451Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:02.3554234Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:02.4176302Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:02.4177416Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:02.4178610Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.4180043Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.4181427Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.4182795Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.4183833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:02.4184723Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:02.4185765Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:02.4186632Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:02.4187831Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.4189248Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.4190242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:23:02.4191273Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:23:02.4192389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4193321Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4194430Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4195883Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4196905Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4198135Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4199243Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4200351Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4201578Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4202793Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4203972Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4205176Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4206340Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4207440Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4208464Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4209506Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4210571Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4211770Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.4212858Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:02.4213973Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:02.4215184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.4216570Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.4218190Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.4219506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.4220752Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.4222170Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.4223657Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.4225326Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.4226845Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.4228184Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4229461Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4230896Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4232286Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4233702Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4235101Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4236573Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4237971Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4239390Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4240772Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4242142Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4243572Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4244991Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4246400Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4247843Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.4249135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.4250548Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.4252232Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.4253624Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4731317Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4733120Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4734828Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4736552Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4738410Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4740252Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4742010Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4743742Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4745480Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.4746763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.4747807Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.4749026Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.4750292Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.4751576Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.4752668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:02.4753776Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:02.4754861Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4755981Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4757165Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4758344Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4759509Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4760921Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4762131Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4763316Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4764465Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4765669Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4766856Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4767986Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.4769063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:02.4770381Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:02.4771551Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.4772841Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.4774281Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.4775612Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.4776712Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.4777721Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.4778954Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.4780194Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.4781426Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.4782494Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.4783648Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.4784986Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.4786313Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.4787176Z running build_ext 2025-03-21T20:23:02.4787700Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:02.4788569Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:02.4789929Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:02.4791492Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:23:02.4793133Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:02.4795372Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:02.4797390Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:02.4798573Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:02.4798985Z running install 2025-03-21T20:23:02.4799262Z running install_lib 2025-03-21T20:23:02.4799598Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:02.4800103Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:23:02.4800647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:23:02.4801245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:23:02.4802403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4803787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4805282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4806717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4808183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4809617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4813385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4814850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4816309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4817773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4819203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:02.4820238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:23:02.4821392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4823079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4824831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4826504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4828094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4829673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4831298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4833004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4834688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4836434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4838172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4839862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4841484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4843078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4844673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4846295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4847901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4849525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4851136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4852821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4854422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4856079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4857726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4859384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4861384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4863141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4864796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4866429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4868091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4869755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4871564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4873283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4874946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4876641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4878307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4879928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4881580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4883364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:02.4884625Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:23:02.4885839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4887579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4889362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4894438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4896201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4897992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4899788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4901547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4903325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:02.4904596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:23:02.4905717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4907393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4908981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4910576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4912105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4913650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4915192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4916864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4918437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4919979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4921523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4923108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4924722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4926267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4927793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4929318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4930840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4932393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4933941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4935466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4936981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4938499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4940055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4941738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4943383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4944944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4946497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4948083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4949684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4951258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4952810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4954370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4956031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4957606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4959160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4960704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4962483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4964035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4965601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4967206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4968833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4970483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4972140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4973867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4975440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:02.4976669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:23:02.4977813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.4979404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.4981050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.4982774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.4984493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:02.4985688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:23:02.4986759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.4988226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.4989709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.4991198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:02.4992290Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:23:02.4993499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.4995154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.4996888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.4998570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.5000231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.5001935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.5003637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.5005409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.5007206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:02.5008379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:23:02.5009635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5011287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5012912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5014540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5016226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5017935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5019623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5021309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5022978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:02.5024146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:23:02.5025252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5026772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5028298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5029842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5031395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5032948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5034555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5036344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5037943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5039452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5041171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5042801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5044404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5046008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5047572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5049206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5050833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5052453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5054000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5055515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5057049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5058651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5060198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5061923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5063441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5065013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5066624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5068220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5069816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5071553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5073256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5075082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5076810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5078415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5080076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5081678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5083332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5085066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5086767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5088424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5090064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5091755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5093403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5095104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5096829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5098522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5100200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5102007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5103689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5105387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5107219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5108965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5110799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5112668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5114360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5116163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5117930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5119591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5121229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5122899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5124599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5126347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5128082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5129743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:02.5131033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:23:02.5132370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5134270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5136148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5137985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5139879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5142036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5144045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5146112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5148209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5150323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:02.5151709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:23:02.5153007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:23:02.5154290Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:23:02.5155542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.5157211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.5158894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.5160531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:02.5161917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:23:02.5163112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:23:02.5164271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:23:02.5165402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:23:02.5166530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:23:02.5167361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:02.5168799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:02.5170271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:23:02.5171338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:02.5173068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:02.5175601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:02.5177361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5179177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5181773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5184180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5186515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5188829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5191168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5193502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5195847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5198095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5200477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5202887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5205195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5207505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5209762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5212168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5214529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5216839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5219286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5221697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5224039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5226343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5228640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5231029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5233360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5235821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5238229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5240502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5242833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5245098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5247423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5249840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5252160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5254535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5256881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:02.5258480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:23:02.5259520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:02.5261486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:02.5263225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:02.5264972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:02.5266658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.5268215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:02.5269597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:23:02.5270725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.5272284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.5273857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.5275498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:02.5276803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:02.5278372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:02.5280579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:02.5282127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:23:02.5283520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5285353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5287128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5289057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5290940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5292744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5294571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5296368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5298138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5299900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:02.5301131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:23:02.5302182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:02.5303663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:02.5305196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:02.5306317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:23:02.5307480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:02.5309215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:02.5310540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.5311735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.5313418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.5315120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.5316981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:02.5318173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:23:02.5319269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:23:02.5320520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5321709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5323479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5325189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5326861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5328567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5330255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5332105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5333918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5335575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5337235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5338977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5340689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5342407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5344093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5345767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5347473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5349137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5350814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5352547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5354397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5356263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5357947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5359634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5361533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5363261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5364974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5366640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5368253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:02.5369410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5370600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5372300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5373981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5375795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5377478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5379120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5380773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5382453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5384271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5385926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5387541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5389309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5391040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5392699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5394477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5396226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5397959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5399632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5401291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5402943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5404586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5406242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5407901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5409542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5411160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5412823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5414473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5416144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5417848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5419535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5421213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5422943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5424704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5426420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5428060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5429700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5431340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5433006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5434711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5436428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5438059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5439714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5441366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5443040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5444668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5446298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5447932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5449579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5451189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5452802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5454427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5456144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5457855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5459511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5461351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5463010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5464697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5466347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5468016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5469697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5471341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5472986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5474674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5476427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5478138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5479861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5481563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5483238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5484891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5486552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5488217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5489965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5491679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5493346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5495042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5496779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5498567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5500283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5501962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5503623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:02.5504814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:23:02.5506015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:23:02.5507207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:23:02.5508457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:02.5510184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:02.5511892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:02.5513102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.5514362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.5516199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.5517939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.5519647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:02.5520940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:02.5522421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:02.5523914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.5525259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.5527129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.5528980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:02.5530265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:23:02.5531437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:02.5533082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:02.5534696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:02.5535832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:23:02.5537024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:02.5538630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:02.5539755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:23:02.5540470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.5541637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:02.5542767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:23:02.5543860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5545400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5547007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5548610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5550252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5551945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5553578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5555187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5556950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5558577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5560131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5561912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5563547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5565119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5566713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:02.5567930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:23:02.5569251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:02.5571124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:02.5572895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:02.5574072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:23:02.5575210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.5576644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.5578094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.5579513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.5580979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:02.5582100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5583235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5584832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5586523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5588182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5590000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5591762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5593443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5595115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:02.5596405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:23:02.5597711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:23:02.5598986Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:23:02.5600223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:23:02.5601450Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:23:02.5602623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:23:02.5603835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:23:02.5604643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:23:02.5605493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5606978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5609055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5611121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5613119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5615082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5617066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5619216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5621290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5623489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5625569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5627539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5629477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5631429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5633384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5635483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5637584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5639699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5641800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5643815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5645819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5647940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5650065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5652094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5654132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5656173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5658200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5660177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5662318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5664317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5666320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5668361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5670386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5672372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5674376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5676572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5678665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5680656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5682604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5684598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5686620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5688631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5690605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5692562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5694691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5696780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5698867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5715807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5718100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5720211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5722291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5724313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5726326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5728374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5730399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5732409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5734417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5736442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5738473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5740479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5742431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5744588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5746648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:02.5747999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:23:02.5749338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.5751188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.5753047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.5754847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:02.5756149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:23:02.5757324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:02.5758967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:02.5760627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:02.5762075Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.5763308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.5765041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.5766890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:02.5768249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.5769594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.5771444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.5773337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.5775229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.5777121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.5779104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:02.5780490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.5781703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:23:02.5782927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:23:02.5783714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:02.5785014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:02.5786381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:23:02.5787344Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5788999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5791288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5793505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5795810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5798000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5800158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5802371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:02.5804088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:02.5805847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:02.5807575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:23:02.5808615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:23:02.5809770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:02.5811761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:02.5813549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:23:02.5814278Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:23:02.5815140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.5816525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.5818460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.5820385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.5822270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.5824233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.5826170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:02.5827439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:23:02.5828483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:02.5829992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:02.5831143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5832297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5833985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5835807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5837500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5839144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5840856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5842560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5844221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5845993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5847756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5849416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5851086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5852717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:02.5853908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5855108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5856837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5858515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5860151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5862020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5863727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5865428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5867072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5868725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5870388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5872053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5873713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5875512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5877323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5879033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5880814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5882587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5884296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5885995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5887692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5889446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5891204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5892877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5894562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5896236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5897920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5899607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5901298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5902983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5904646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5906340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5908021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5909668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5911314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5912969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5914718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5916556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5918247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5919911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5921609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5923323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5925047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5926852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5928579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5930233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5931923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:02.5933160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:23:02.5934389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:02.5936133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:02.5937451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.5938767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.5940619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.5942536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.5944455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.5946352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.5948361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:02.5949727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:02.5951138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:02.5952970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:02.5954232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:02.5955548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:02.5957349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:02.5958661Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.5960005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.5962118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.5964010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.5965834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:02.5967078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:23:02.5968248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:02.5969928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:02.5971164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5972431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5974140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5975863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5977626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5979381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5981158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5983067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5984905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5986656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5988381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5990131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5991919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5993625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:02.5994818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.5996100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.5997743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.5999394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6001099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6002777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6004403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6006036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6007748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6009462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6011116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6012772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6014482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6016177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6017865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6019538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6021227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6022908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6024597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6026239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6027880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6029544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6031228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6032912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6034583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6036336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6038008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6039682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6041339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6042983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6044707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6046427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6048070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6049799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6051529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6053210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6054888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6056550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6058205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6060033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6061953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:02.6063170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6064487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6066331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6068228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6070105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6071938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6073780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6075731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:02.6077040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.6078404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.6080389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.6082299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:02.6083856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:02.6085284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:02.6087330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:02.6088682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:02.6089922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:02.6091594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:02.6092837Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:23:02.6093631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.6094973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.6096351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:23:02.6097293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.6098789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.6100835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.6102868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:02.6104311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:23:02.6105232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:02.6106741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:02.6108671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:02.6109987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.6111335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.6113152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:02.6114490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.6115949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.6117437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.6119066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.6121265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.6123466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:02.6125004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:23:02.6125954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.6127503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.6129606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:02.6131579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:02.6132951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.6134400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.6136358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:02.6137755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:23:02.6138665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.6140189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.6142290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.6144478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.6146663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:02.6148183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6149623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6151655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6153705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6155903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6158063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6160231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6162676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6164932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6167135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6169279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6171429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6173610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6175772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6177894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6180075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6182287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6184536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6186791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6189084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6191285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6193400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6195600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6197770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6200001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6202254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6204427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6206563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:02.6208091Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6209580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6211645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6213711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6215822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6217976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6220080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6222139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6224261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6226389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6228451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6230509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6232638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6234720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6236751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6238753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6240760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6242765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6244847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6246925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6248964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6251010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6253151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6255231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6257311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6259410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6261711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6263751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6265822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6267888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6269949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6271994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6274011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6276110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6278190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6280282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6282374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6284426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6286503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6288590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6290722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6292801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6294885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6296941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6298937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6300933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6302958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6305059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6307199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6309282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6311402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6313556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6315785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6317939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6320077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6322232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6324371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6326522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6328678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6330950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6333111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6335284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6337445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6339492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6341536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6343660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6345771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6347912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6349980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6351961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6353953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6356059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6358087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6360076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6362278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:02.6364218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:23:02.6365632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:23:02.6366860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:02.6368457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:02.6370027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:02.6371646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:02.6372817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:23:02.6373477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:23:02.6374551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:02.6376044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:02.6377200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6378432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6380166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6381949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6383687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6385434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6387232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6389020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6390821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6392588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6394394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6396258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6398034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6399780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6401588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6403306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6405035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6406783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6408523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6410257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6411980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:02.6413217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:23:02.6414457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:02.6416197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:02.6417496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.6418838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.6420740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.6422604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:02.6423862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:23:02.6425016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:02.6426643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:02.6428322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:02.6429988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:02.6431708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:02.6433360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:02.6435080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:02.6436348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:23:02.6437507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:02.6439143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:02.6440324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:23:02.6441065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:02.6442329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:02.6444115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:02.6445436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:23:02.6446725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:02.6448525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:02.6449871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:02.6451155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:02.6452948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:02.6454250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:23:02.6455531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:02.6457346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:02.6458630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:23:02.6459458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:02.6461093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:02.6462501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:02.6463912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:02.6465880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:23:02.6467143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:23:02.6467819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:23:02.6468916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6470425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6472009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6473607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6475171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6476787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6478389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6480013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6481633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6483223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6484740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6486321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6487904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6489531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6491089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6492644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6494179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6495330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:02.6496629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:02.6498475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:02.6500307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:02.6502071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:02.6503309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6504570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6506328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6508072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6509804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6511553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6513332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6515119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6517003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:02.6518709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6520343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6521996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:02.6523160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:23:02.6524319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:02.6525939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:02.6527576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:02.6529187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:02.6530349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:23:02.6531586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:02.6533226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:02.6534849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:02.6536052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:02.6537283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:02.6538565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:02.6539976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:02.6541920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:02.6543326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:02.6544738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:02.6546704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:02.6548688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:02.6550062Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:02.6551387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:02.6552759Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:02.6554252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:02.6555859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:02.6557532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:02.6559800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:02.6562272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:02.6563920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:02.6565554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:02.6568044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:02.6570301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:02.6572538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:02.6574192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:02.6575864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:02.6578184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:02.6580504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:02.6582950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:02.6584607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:02.6586202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:02.6588390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:02.6589976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:02.6591566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:02.6593788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:02.6595517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6597172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6599467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6601756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6604161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6606425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6608672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6610929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:02.6612533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:02.6614162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:02.6616154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:02.6618161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:02.6620175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:02.6621607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:23:02.6622480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6624025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6626183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6628351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6630534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6632681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6634811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6637024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6639239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6641398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6643478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6645581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6647751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6649925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6652060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6654177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:02.6655536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:23:02.6656437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:23:02.6657348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:23:02.6658337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:02.6659717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:02.6661310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:02.6662683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:02.6664129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:02.6665719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:02.6667108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:02.6668123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:23:02.6669258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:02.6670816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:02.6672549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:02.6674277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:02.6675482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:23:02.6676198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:23:02.6676932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:23:02.6677668Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:23:02.6678913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:02.6680667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:02.6682408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:02.6684053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:02.6685710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:02.6686924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6688099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6689724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6691421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6693066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6694697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6696432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6697209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6697995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:02.6698261Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:23:02.6698902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:02.6699564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:02.6700339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:02.6701074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:02.6701398Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:23:02.6702142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:02.6702895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:02.6703181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:23:02.6703875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:02.6704566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:02.6704912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:23:02.6705689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:02.6706459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:02.6706912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:02.6707937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:02.6708955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:02.6709984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:02.6711114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:02.6712064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:02.6713099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:02.6713421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:02.6714194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:02.6714980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:02.6715434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:23:02.6716204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:02.6717024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:02.6717352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:23:02.6718102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:02.6718870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:02.6719160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:23:02.6719868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6720597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6721323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6722052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6722790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6723530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6724259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6725064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6725780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6726549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6727244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6727981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6728673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6729505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6730267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:02.6730686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:23:02.6731478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:02.6732365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:02.6732716Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:23:02.6733606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:02.6734479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:02.6735363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:02.6736256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:02.6736586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:23:02.6737359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:02.6738189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:02.6738978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:02.6739383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6740312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6741292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6742253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6743222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6744152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6745128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6746081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6747080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6748132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6749052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6749972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6750881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6751838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6752825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6753836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6754874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6755954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:02.6756273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:23:02.6757199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:02.6758016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:02.6758864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:02.6759195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:02.6760042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:23:02.6760367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:02.6761349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:23:02.6761745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:02.6762652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:02.6763738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:02.6764721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:02.6765660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:02.6766044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:02.6766893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:02.6767776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:02.6768661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:02.6769523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:02.6769929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:02.6770830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:02.6771281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:02.6772247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:02.6773269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:02.6773688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:02.6774627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:02.6775557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:02.6776026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:02.6777005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:02.6778057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:02.6778403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:23:02.6779109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:02.6779920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:02.6780654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:02.6781349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:02.6781666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:23:02.6782443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:02.6783221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:02.6783506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:23:02.6784195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:02.6784878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:02.6785184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:23:02.6785949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:02.6786713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:02.6787048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:02.6787803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:02.6788580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:02.6788896Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:02.6789660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:02.6790420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:02.6790768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:02.6791590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:02.6791913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.6792647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.6793468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.6794215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.6795065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.6795942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:02.6796249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:23:02.6796997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:02.6797786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:02.6798098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:23:02.6798805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:02.6799577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:02.6799864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:23:02.6800572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:02.6801286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:02.6801582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:23:02.6802267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:02.6802997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:02.6803325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:23:02.6804120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:02.6804932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:02.6805232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:23:02.6805970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:02.6806688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:02.6807008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:23:02.6807754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:02.6808581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:02.6808864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:23:02.6809251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:23:02.6810022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:23:02.6810243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:23:02.6810740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6811258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6811782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6812320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6812858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6813397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6813953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6814458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6814980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6815508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6816112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6816620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6817193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6817754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6818305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6818848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6819396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6819907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6820421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6821240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6821998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6823104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6823616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6824188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.6824447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:23:02.6825073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6825677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6826323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6826954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6827621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6828234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6828855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6829532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6830156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6830451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:23:02.6831104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:02.6831785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:02.6832485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:02.6833216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:02.6833909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:02.6834569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6835196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:02.6835541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:23:02.6836169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:02.6836826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:02.6837549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:02.6838259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:02.6838912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:02.6839504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:02.6839872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:02.6840773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:02.6841728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:02.6842663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:02.6843593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:02.6843866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:23:02.6844629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6845423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6846185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6846905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6847632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6848326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6849106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6849801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6850536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6851256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6851986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6852756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6853600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6854320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6855082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6855790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6856479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6857142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:02.6857449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:23:02.6858250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:02.6859029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:02.6859353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:02.6860253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:02.6861359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:02.6862143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:02.6862402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:23:02.6862997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:02.6863607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:02.6864203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:02.6864802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:02.6865052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:23:02.6865668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:02.6866248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:02.6866527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:23:02.6867219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:23:02.6867660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:23:02.6868554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:23:02.6868827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:23:02.6869491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:02.6869775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:23:02.6870488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:02.6871182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:02.6871489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:02.6872226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:02.6873006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:02.6873736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:02.6874017Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:23:02.6874706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:02.6875510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:02.6875836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:02.6876595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:23:02.6876896Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:23:02.6877602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:02.6878335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:02.6878630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:23:02.6879390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:02.6880138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:02.6880819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:02.6881094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:23:02.6881815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:23:02.6882121Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:23:02.6882684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:02.6883339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:02.6883896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:02.6884167Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:23:02.6884797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:23:02.6885061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:23:02.6885681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:02.6886295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:02.6886895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:02.6887166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:23:02.6887884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:23:02.6888126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:23:02.6899787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6900808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6901454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6902105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6902803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6903460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6904155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6904858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6905550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6906187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6906915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6907575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6908325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6909589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6910331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6910951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6911646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6912292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6912932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6913627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6914316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6914966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6915753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6916528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6917236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6917934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6918640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6919313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6919936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6920655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6921555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6922268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:02.6922603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:23:02.6923228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:02.6923997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:02.6924667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:02.6925108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:23:02.6925795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:02.6926600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:02.6927319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:02.6927657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:23:02.6928280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:02.6928951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:02.6929616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:02.6930260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:02.6930923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:02.6931566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:02.6932252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:02.6932526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:23:02.6933211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6933818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6934553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6935260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6935930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6936614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6995483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6996260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6996874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6997521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6998422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6999107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.6999756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7000431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7001109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7001820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7002457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7003086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7003692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7004297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7004925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7005622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7006265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7006902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7007540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7008188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7008776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7009364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7009965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7010591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7011205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7011814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:02.7012154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:23:02.7012842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:02.7013565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:02.7014258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:02.7014943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:02.7015229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:23:02.7015985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:23:02.7016516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:02.7016749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:23:02.7017058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:23:02.7017753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:23:02.7018050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:23:02.7018737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:02.7019424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:02.7019712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:23:02.7020402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:23:02.7020725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7021508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7022334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7023147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7023960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7024783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:02.7025087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:23:02.7025846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:23:02.7026133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:23:02.7026872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:02.7027567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:02.7028306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:02.7028642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:23:02.7029459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:23:02.7029753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:23:02.7205404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:02.7205736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:23:02.7206524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:02.7207369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:02.7208156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:02.7208902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:02.7209766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:02.7210047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:23:02.7210695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:23:02.7210975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:23:02.7211675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:23:02.7211949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:23:02.7212622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:23:02.7212947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:23:02.7213794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:02.7214144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:23:02.7215000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:23:02.7215815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:02.7216324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:23:02.7216654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:23:02.7217594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:02.7218401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:02.7218764Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:02.7219674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:23:02.7219929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:23:02.7220240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7220949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7221705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7222456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7223232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7224025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7224838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7225619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7226391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7226737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:02.7227658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:02.7228079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:23:02.7228538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:02.7229557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:02.7230553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:02.7231331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:02.7231686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:23:02.7232366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:02.7233119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:02.7233854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:02.7234596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:02.7235448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:02.7236204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:02.7236505Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:23:02.7237201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:02.7237976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:02.7238703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:02.7239425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:02.7239729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:23:02.7240498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:02.7287127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:02.7287922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:02.7288761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:02.7289073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:23:02.7289789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:02.7290549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:02.7291305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:02.7292037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:02.7292507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:02.7293336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:23:02.7293707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:23:02.7294449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:23:02.7294868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:02.7295794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:02.7296770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:02.7297712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:02.7298668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:02.7299104Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:23:02.7299593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:02.7300668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:02.7301790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:02.7302119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:23:02.7302498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:02.7303411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:02.7303647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:23:02.7303915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:23:02.7304578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:02.7304870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:23:02.7305635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:02.7306451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:02.7307261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:02.7308042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:02.7308790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:02.7309086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:23:02.7309638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:23:02.7309939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:23:02.7310627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:02.7311379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:02.7311702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:23:02.7312537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:23:02.7312832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:23:02.7313156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7313525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.7314385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:02.7315182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7316123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7317000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7317816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:02.7318182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.7318568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.7319492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:02.7320315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.7321229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.7322083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:02.7376568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7377946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7378885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7379680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:02.7380020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:23:02.7380789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:23:02.7381526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:02.7382234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:02.7382970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:02.7383257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:23:02.7383957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:02.7384658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:02.7384923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:23:02.7385608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:02.7386299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:02.7386597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:23:02.7387347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:23:02.7388076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:02.7388747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:02.7389029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:23:02.7389775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:02.7390453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:02.7390748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:23:02.7391528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:23:02.7391800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:23:02.7392588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:02.7393328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:02.7394028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:02.7394749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:02.7395043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:23:02.7395911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:02.7396702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:02.7397520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:02.7397830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.7398628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.7399432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:02.7399744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:23:02.7400559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:02.7401367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:02.7402183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:02.7402421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:23:02.7402957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:23:02.7403207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:23:02.7403844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:23:02.7404093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:23:02.7404379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:23:02.7405097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:23:02.7405323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:23:02.7405943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:02.7406489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:02.7407119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:02.7407350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:23:02.7407951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:02.7408511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:02.7408999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:23:02.7409211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:23:02.7409461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:23:02.7410146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:23:02.7410389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:23:02.7410660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:23:02.7410979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:23:02.7411303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7439940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7440833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7441651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7442462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7443278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7444123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7444976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7445897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7446752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7447671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7448524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7449372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7450278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7451150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7451940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7452804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7453682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:02.7454093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:02.7455007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:02.7455497Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.7456579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.7457652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:02.7458072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.7459066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.7460058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.7461327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.7462369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.7463374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:02.7463791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7464770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7465757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7466870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7467905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7468873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7469812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7470801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7471776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7472745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7473723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7474712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7475762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7476746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7505313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:02.7505776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:02.7506252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:02.7506767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.7507902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.7509046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:02.7509534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7511232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7512545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7513681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7514796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7515986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7517181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7518290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7519471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7520580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:02.7520949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.7521836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.7522754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.7523672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.7524610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:02.7525000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:02.7525904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:02.7526280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7527146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7528092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7528949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7529941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7530821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7531678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7532573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7533463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7534332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7535211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7536057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:02.7536463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:02.7537418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:02.7537751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:23:02.7538134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.7539150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.7540096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.7541025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:02.7541382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.7542241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8058730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8059633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8060923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:02.8061435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8062375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8063312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8064283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:02.8064500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:23:02.8064743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:23:02.8065280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:02.8065837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:02.8065969Z running install_egg_info 2025-03-21T20:23:02.8066420Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:23:02.8066544Z running install_scripts 2025-03-21T20:23:02.8066874Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:23:02.8067561Z creating '/tmp/pip-wheel-4wf_gcmm/.tmp-wu2jviwn/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:23:02.8067700Z adding 'executorch/version.py' 2025-03-21T20:23:02.8067956Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:23:02.8068190Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:23:02.8068491Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:23:02.8068734Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:23:02.8069044Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:23:02.8069283Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:23:02.8069564Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:23:02.8069844Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:23:02.8070213Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:23:02.8070505Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:23:02.8070781Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:23:02.8070975Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:23:02.8071182Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:23:02.8071414Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:23:02.8071671Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:23:02.8071916Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:23:02.8072145Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:23:02.8072389Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:23:02.8072804Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:23:02.8073047Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:23:02.8073335Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:23:02.8073580Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:23:02.8073919Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:23:02.8074142Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:23:02.8074376Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:23:02.8074654Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:23:02.8074896Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:23:02.8075127Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:23:02.8075443Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:23:02.8075695Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:23:02.8075927Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:23:02.8076154Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:23:02.8076393Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:23:02.8076629Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:23:02.8076912Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:23:02.8077206Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:23:02.8077528Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:23:02.8077772Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:23:02.8077971Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:23:02.8078234Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:23:02.8078500Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:23:02.8078743Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:23:02.8078971Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:23:02.8079236Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:23:02.8079464Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:23:02.8079667Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:23:02.8079891Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:23:02.8080057Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:23:02.8080224Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:23:02.8080399Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:23:02.8080603Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:23:02.8080773Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:23:02.8080936Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:23:02.8081112Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:23:02.8081295Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:23:02.8081493Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:23:02.8081688Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:23:02.8081847Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:23:02.8082065Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:23:02.8082384Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:23:02.8082673Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:23:02.8082890Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:23:02.8083109Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:23:02.8083389Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:23:02.8083631Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:02.8083941Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:23:02.8084400Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:23:02.8084705Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:23:02.8084936Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:23:02.8085197Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:23:02.8085456Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:23:02.8085691Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:23:02.8085953Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:23:02.8086185Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:23:02.8086454Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:23:02.8086696Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:23:02.8086954Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:23:02.8087180Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:23:02.8087438Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:23:02.8087728Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:23:02.8087953Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:23:02.8088277Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:23:02.8088525Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:23:02.8088794Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:23:02.8089078Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:23:02.8089330Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:23:02.8089547Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:23:02.8089839Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:23:02.8090091Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:23:02.8090363Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:23:02.8090588Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:23:02.8417255Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:23:02.8417709Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:23:02.8418168Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:23:02.8418727Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:02.8419038Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:23:02.8419283Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:23:02.8419581Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:23:02.8419857Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:23:02.8420122Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:23:02.8420416Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:23:02.8420704Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:23:02.8420983Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:23:02.8421260Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:23:02.8421775Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:23:02.8421994Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:23:02.8422208Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:23:02.8422403Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:23:02.8422708Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:23:02.8422898Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:23:02.8423097Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:23:02.8423279Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:23:02.8423505Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:23:02.8423686Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:23:02.8423886Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:23:02.8424085Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:23:02.8424334Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:23:02.8424549Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:23:02.8424726Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:23:02.8424920Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:23:02.8425113Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:23:02.8425304Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:23:02.8425510Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:23:02.8425685Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:23:02.8425872Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:23:02.8426055Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:23:02.8426243Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:23:02.8426462Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:23:02.8426680Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:23:02.8426883Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:23:02.8427065Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:23:02.8427292Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:23:02.8427509Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:23:02.8427725Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:23:02.8427927Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:23:02.8428128Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:23:02.8428339Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:23:02.8428540Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:23:02.8428746Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:23:02.8428934Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:23:02.8429131Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:23:02.8429324Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:23:02.8429517Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:23:02.8429736Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:23:02.8429991Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:23:02.8430216Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:23:02.8430476Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:23:02.8430673Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:23:02.8430875Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:23:02.8431073Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:23:02.8431278Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:23:02.8431549Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:23:02.8431809Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:23:02.8432077Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:23:02.8432394Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:23:02.8432563Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:23:02.8432735Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:23:02.8432936Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:23:02.8433111Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:23:02.8433380Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:23:02.8433604Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:23:02.8433865Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:23:02.8434110Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:23:02.8434360Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:23:02.8434634Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:23:02.8434893Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:23:02.8435254Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:23:02.8435564Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:23:02.8435807Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:23:02.8436025Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:23:02.8436238Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:23:02.8436471Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:23:02.8436737Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:23:02.8437009Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:23:02.8437243Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:23:02.8437519Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:23:02.8437738Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:23:02.8437925Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:23:02.8438126Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:23:02.8438321Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:23:02.8438526Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:23:02.8438714Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:23:02.8438946Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:23:02.8439161Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:23:02.8439370Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:23:02.8439568Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:23:02.8439753Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:23:02.8439966Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:23:02.8440165Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:23:02.8440423Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:23:02.8440630Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:23:02.8440832Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:23:02.8441072Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:23:02.8441319Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:23:02.8441523Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:23:02.8441769Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:23:02.8441966Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:23:02.8442165Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:23:02.8442364Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:23:02.8442629Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:23:02.8442814Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:23:02.8443007Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:23:02.8443236Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:23:02.8443451Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:23:02.8443671Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:23:02.8443888Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:23:02.8444085Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:23:02.8444289Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:23:02.8444491Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:23:02.8444701Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:23:02.8444920Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:23:02.8445120Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:23:02.8445329Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:23:02.8445547Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:23:02.8445759Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:23:02.8445974Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:23:02.8446156Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:23:02.8446341Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:23:02.8446557Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:23:02.8446781Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:23:02.8446991Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:23:02.8447196Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:23:02.8447407Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:23:02.8447605Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:23:02.8842957Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:23:02.8843332Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:23:02.8843672Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:23:02.8844169Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:23:02.8844626Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:23:02.8844865Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:23:02.8845090Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:23:02.8845297Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:23:02.8845500Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:23:02.8845697Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:23:02.8845894Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:23:02.8846083Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:23:02.8846295Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:23:02.8846506Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:23:02.8846787Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:23:02.8846973Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:23:02.8847171Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:23:02.8847432Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:23:02.8847930Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:23:02.8848197Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:23:02.8848478Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:23:02.8848914Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:23:02.8849205Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:23:02.8849500Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:23:02.8849813Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:23:02.8850062Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:23:02.8850408Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:02.8850701Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:23:02.8850915Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:23:02.8851173Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:23:02.8851398Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:23:02.8851627Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:23:02.8851835Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:23:02.8852128Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:23:02.8852518Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:23:02.8852956Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:23:02.8853451Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:23:02.8853828Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:23:02.8854206Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:23:02.8854605Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:23:02.8854999Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:23:02.8855381Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:23:02.8855784Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:23:02.8856119Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:23:02.8856500Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:23:02.8856938Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:23:02.8857346Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:23:02.8857716Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:23:02.8858124Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:23:02.8858453Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:23:02.8858828Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:23:02.8859220Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:23:02.8859598Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:23:02.8860008Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:23:02.8860492Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:23:02.8861121Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:23:02.8861574Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:23:02.8861975Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:23:02.8862358Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:23:02.8862736Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:23:02.8863141Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:23:02.8863494Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:23:02.8863887Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:23:02.8864246Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:23:02.8864619Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:23:02.8865040Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:23:02.8865474Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:23:02.8865830Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:23:02.8866251Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:23:02.8866609Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:23:02.8866923Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:23:02.8867334Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:23:02.8867706Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:23:02.8867948Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:23:02.8868132Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:23:02.8868320Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:23:02.8868553Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:23:02.8868764Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:23:02.8868979Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:23:02.8869231Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:23:02.8869468Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:23:02.8869657Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:23:02.8869868Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:23:02.8870118Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:23:02.8870334Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:23:02.8870583Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:23:02.8870778Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:23:02.8870971Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:23:02.8871212Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:23:02.8871405Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:23:02.8871617Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:23:02.8871815Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:23:02.8872112Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:23:02.8872284Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:23:02.8872551Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:23:02.8872789Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:23:02.8873084Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:23:02.8873313Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:23:02.8873604Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:23:02.8873903Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:23:02.8874164Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:23:02.8874431Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:23:02.8874716Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:23:02.8875012Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:23:02.8875397Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:23:02.8875691Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:23:02.8875909Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:23:02.8876115Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:23:02.8876327Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:23:02.9161658Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:23:02.9161978Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:23:02.9162377Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:23:02.9162819Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:23:02.9163079Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:23:02.9163382Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:23:02.9163665Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:23:02.9163934Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:23:02.9164253Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:23:02.9164556Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:23:02.9164822Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:23:02.9165119Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:23:02.9165480Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:23:02.9165819Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:23:02.9166141Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:23:02.9166513Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:23:02.9166855Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:23:02.9167185Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:23:02.9167528Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:23:02.9167895Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:23:02.9168238Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:23:02.9168581Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:23:02.9168933Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:23:02.9169268Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:23:02.9169777Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:23:02.9170111Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:23:02.9170503Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:23:02.9170950Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:23:02.9171322Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:23:02.9171643Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:23:02.9171977Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:23:02.9172325Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:23:02.9172658Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:23:02.9173014Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:23:02.9173284Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:23:02.9173589Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:23:02.9173881Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:23:02.9174178Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:23:02.9174558Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:23:02.9174949Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:23:02.9175350Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:23:02.9175733Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:23:02.9176107Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:23:02.9176476Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:23:02.9176858Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:23:02.9177209Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:23:02.9177569Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:23:02.9177895Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:23:02.9178272Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:23:02.9178666Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:23:02.9179026Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:23:02.9179397Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:23:02.9179749Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:23:02.9179953Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:23:02.9180195Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:23:02.9180405Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:23:02.9180647Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:23:02.9181011Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:23:02.9181444Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:23:02.9181755Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:23:02.9182043Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:23:02.9182303Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:23:02.9182562Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:23:02.9182823Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:23:02.9183121Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:23:02.9183379Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:23:02.9183623Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:23:02.9183846Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:23:02.9184094Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:23:02.9184262Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:23:02.9184464Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:23:02.9184655Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:23:02.9184870Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:23:02.9185221Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:23:02.9185430Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:23:02.9185670Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:23:02.9185881Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:23:02.9186110Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:23:02.9186310Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:23:02.9186526Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:23:02.9186790Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:23:02.9187051Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:23:02.9187307Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:23:02.9187561Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:23:02.9187838Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:23:02.9188176Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:23:02.9188439Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:23:02.9188670Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:23:02.9188915Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:23:02.9189231Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:23:02.9189466Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:23:02.9189782Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:23:02.9189993Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:23:02.9190303Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:23:02.9190528Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:23:02.9190789Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:23:02.9191036Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:23:02.9191343Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:23:02.9191645Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:23:02.9191887Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:23:02.9192151Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:23:02.9192415Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:23:02.9192675Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:23:02.9193034Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:23:02.9193288Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:23:02.9193544Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:23:02.9193796Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:23:02.9193999Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:23:02.9194205Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:23:02.9583677Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:23:02.9584028Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:23:02.9584603Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:23:02.9584907Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:23:02.9585149Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:23:02.9585373Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:23:02.9585611Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:23:02.9585855Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:23:02.9586070Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:23:02.9586272Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:23:02.9586522Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:23:02.9586741Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:23:02.9586952Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:23:02.9587150Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:23:02.9587420Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:23:02.9587657Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:23:02.9587873Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:23:02.9588102Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:23:02.9588311Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:23:02.9588520Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:23:02.9588736Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:23:02.9588973Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:23:02.9589174Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:23:02.9589394Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:23:02.9589628Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:23:02.9589841Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:23:02.9590086Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:23:02.9590321Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:23:02.9590561Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:23:02.9590770Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:23:02.9591010Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:23:02.9591269Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:23:02.9591517Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:23:02.9591715Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:23:02.9591928Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:23:02.9592146Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:23:02.9592391Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:23:02.9592648Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:23:02.9593033Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:23:02.9593265Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:23:02.9593465Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:23:02.9593703Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:23:02.9594045Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:23:02.9594249Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:23:02.9594470Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:23:02.9594672Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:23:02.9594892Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:23:02.9595094Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:23:02.9595385Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:23:02.9595611Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:23:02.9595826Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:23:02.9596073Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:23:02.9596284Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:23:02.9596523Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:23:02.9596749Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:23:02.9596974Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:23:02.9597197Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:23:02.9597442Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:23:02.9597681Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:23:02.9597886Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:23:02.9598124Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:23:02.9598363Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:23:02.9598582Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:23:02.9598850Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:23:02.9599118Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:23:02.9599338Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:23:02.9599557Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:23:02.9599766Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:23:02.9600012Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:23:02.9600214Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:23:02.9600424Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:23:02.9600628Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:23:02.9600875Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:23:02.9601105Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:23:02.9601390Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:23:02.9601685Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:23:02.9601898Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:23:02.9602149Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:23:02.9602346Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:23:02.9602557Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:23:02.9602793Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:23:02.9603052Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:23:02.9603272Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:23:02.9603612Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:23:02.9603886Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:23:02.9604095Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:23:02.9604495Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:23:02.9604877Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:23:02.9605170Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:23:02.9605430Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:23:02.9605725Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:23:02.9605930Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:23:02.9606172Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:23:02.9606374Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:23:02.9606578Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:23:02.9606759Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:23:02.9606950Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:23:02.9607178Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:23:02.9607415Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:23:02.9607622Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:23:02.9607922Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:02.9608183Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:02.9608415Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:23:02.9608657Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:23:02.9608871Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:23:02.9609100Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:23:02.9609312Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:23:02.9609536Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:23:02.9609807Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:23:02.9609978Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:23:02.9610285Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:23:02.9610644Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:23:02.9610992Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:02.9611256Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:23:02.9611433Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:23:02.9611628Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:23:02.9611808Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:23:02.9611977Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:23:02.9612184Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:23:02.9612396Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:23:02.9612654Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:23:02.9612954Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:23:02.9613175Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:23:02.9613473Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:23:02.9613738Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:23:02.9614015Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:23:02.9614345Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:23:02.9614617Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:23:02.9921986Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:23:02.9922576Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:23:02.9922942Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:23:02.9923297Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:23:02.9923676Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:23:02.9923950Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:23:02.9924257Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:23:02.9924553Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:23:02.9924847Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:23:02.9925288Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:23:02.9925616Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:23:02.9925944Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:23:02.9926208Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:23:02.9926492Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:23:02.9926759Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:23:02.9927060Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:23:02.9927412Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:23:02.9927799Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:23:02.9928194Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:23:02.9928554Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:23:02.9928861Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:23:02.9929194Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:23:02.9929631Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:23:02.9929974Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:23:02.9930275Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:23:02.9930643Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:23:02.9930940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:23:02.9931212Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:23:02.9931470Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:23:02.9931785Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:23:02.9932091Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:23:02.9932393Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:23:02.9932752Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:23:02.9933073Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:23:02.9933379Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:23:02.9933713Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:23:02.9934271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:23:02.9934584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:23:02.9934971Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:23:02.9935236Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:23:02.9935539Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:23:02.9935882Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:23:02.9936167Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:23:02.9936482Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:23:02.9936780Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:23:02.9937151Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:23:02.9937429Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:23:02.9937749Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:23:02.9938110Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:23:02.9938441Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:23:02.9938862Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:23:02.9939187Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:23:02.9939534Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:23:02.9939864Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:23:02.9940213Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:23:02.9940541Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:23:02.9940861Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:23:02.9941202Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:23:02.9941534Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:23:02.9941887Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:23:02.9942168Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:23:02.9942468Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:23:02.9942810Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:23:02.9943078Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:23:02.9943315Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:23:02.9943613Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:23:02.9943914Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:23:02.9944221Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:23:02.9944472Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:23:02.9944714Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:23:02.9944991Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:23:02.9945254Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:23:02.9945465Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:23:02.9945779Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:23:02.9946169Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:23:02.9946449Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:23:02.9946743Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:23:02.9947164Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:23:02.9947482Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:23:02.9947795Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:23:02.9948077Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:23:02.9948461Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:23:02.9948832Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:23:02.9949196Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:23:02.9949553Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:23:02.9949884Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:23:02.9950204Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:23:02.9950588Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:23:02.9950962Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:23:02.9951468Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:23:02.9951716Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:23:02.9952026Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:23:02.9952346Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:23:02.9952629Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:23:02.9952921Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:23:02.9953259Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:23:02.9953542Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:23:02.9953713Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:23:02.9953946Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:23:02.9954154Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:23:02.9954488Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:23:02.9954751Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:02.9954999Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:23:03.0295687Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:23:03.0296001Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:23:03.0296308Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:23:03.0296687Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:23:03.0296983Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:03.0297231Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:23:03.0297486Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:23:03.0297753Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:23:03.0297972Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:23:03.0298388Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:23:03.0298619Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:23:03.0298836Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:23:03.0299038Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:23:03.0299345Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:23:03.0299613Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:23:03.0299812Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:23:03.0300026Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:23:03.0300251Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:23:03.0300475Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:23:03.0300689Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:23:03.0300888Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:23:03.0301206Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:23:03.0301497Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:23:03.0301720Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:23:03.0301939Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:23:03.0302187Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:23:03.0302418Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:23:03.0302696Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:23:03.0302909Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:23:03.0303225Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:23:03.0303446Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:23:03.0303687Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:23:03.0303921Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:23:03.0304145Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:23:03.0304377Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:23:03.0304612Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:23:03.0304841Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:23:03.0305064Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:23:03.0305275Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:23:03.0305542Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:23:03.0305750Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:23:03.0305972Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:23:03.0306181Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:23:03.0306414Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:23:03.0306639Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:23:03.0306876Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:23:03.0307112Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:23:03.0307327Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:23:03.0307580Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:23:03.0307799Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:23:03.0308095Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:23:03.0308411Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:23:03.0308614Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:23:03.0308907Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:23:03.0309140Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:23:03.0309363Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:23:03.0309638Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:23:03.0309977Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:23:03.0310248Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:23:03.0310566Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:23:03.0310846Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:23:03.0311159Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:23:03.0311457Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:23:03.0311733Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:23:03.0311976Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:23:03.0312237Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:23:03.0312543Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:23:03.0312816Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:23:03.0313046Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:23:03.0313359Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:23:03.0313679Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:23:03.0313930Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:23:03.0314207Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:23:03.0314451Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:23:03.0314662Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:23:03.0314909Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:23:03.0315167Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:23:03.0315511Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:23:03.0315792Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:23:03.0316023Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:23:03.0316281Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:23:03.0316523Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:23:03.0316734Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:23:03.0317010Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:23:03.0317264Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:23:03.0317477Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:23:03.0317681Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:23:03.0317899Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:23:03.0318141Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:23:03.0318384Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:23:03.0318602Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:23:03.0318803Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:23:03.0319024Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:23:03.0319310Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:23:03.0319533Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:23:03.0319750Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:23:03.0320038Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:23:03.0320252Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:23:03.0320453Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:23:03.0320735Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:23:03.0320974Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:23:03.0321202Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:23:03.0321460Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:23:03.0321678Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:23:03.0321899Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:23:03.0322122Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:23:03.0322356Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:23:03.0322601Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:23:03.0322826Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:23:03.0323066Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:23:03.0323300Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:23:03.0323530Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:23:03.0323755Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:23:03.0323979Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:23:03.0324194Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:23:03.0324487Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:23:03.0324708Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:23:03.0324921Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:23:03.0325146Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:23:03.0325367Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:23:03.0325624Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:23:03.0325853Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:23:03.0326058Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:23:03.0326287Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:23:03.0619439Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:23:03.0619666Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:23:03.0619971Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:23:03.0620280Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:23:03.0620666Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:23:03.0621089Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:23:03.0621393Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:23:03.0621711Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:23:03.0622039Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:23:03.0622402Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:23:03.0622706Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:23:03.0623020Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:23:03.0623349Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:23:03.0623644Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:23:03.0624059Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:23:03.0624270Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:23:03.0624611Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:23:03.0624976Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:23:03.0625222Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:23:03.0625542Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:23:03.0625835Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:23:03.0626141Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:23:03.0626440Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:23:03.0626713Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:23:03.0626967Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:23:03.0627307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:23:03.0627666Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:23:03.0628073Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:23:03.0628425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:23:03.0628764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:23:03.0629114Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:23:03.0629450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:23:03.0629834Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:23:03.0630215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:23:03.0630548Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:23:03.0630899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:23:03.0631238Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:23:03.0631598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:23:03.0631923Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:23:03.0632273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:23:03.0632662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:23:03.0632975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:23:03.0633283Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:23:03.0633594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:23:03.0633904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:23:03.0634246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:23:03.0634618Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:23:03.0634944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:23:03.0635348Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:23:03.0635682Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:23:03.0636018Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:23:03.0636451Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:23:03.0636780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:23:03.0637116Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:23:03.0637468Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:23:03.0637831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:23:03.0638174Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:23:03.0638510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:23:03.0638845Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:23:03.0639178Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:23:03.0639495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:23:03.0639829Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:23:03.0640196Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.0640554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:03.0640908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:23:03.0641229Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:23:03.0641584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:23:03.0641922Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:23:03.0642307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:23:03.0642625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:23:03.0642924Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:23:03.0643234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:23:03.0643547Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:23:03.0643851Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:23:03.0644183Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:23:03.0644541Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:23:03.0644925Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:23:03.0645264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:23:03.0645664Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:03.0646039Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.0646431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:03.0646823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:03.0647214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:03.0647591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.0647966Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:03.0648366Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:03.0648823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:03.0649212Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:03.0649601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:23:03.0650061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:23:03.0650430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:23:03.0650745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:23:03.0651103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:23:03.0651467Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:23:03.0651846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:23:03.0652222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:23:03.0652538Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:23:03.4515766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:23:03.4517002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:23:03.4517846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:23:03.4518611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:23:03.4519365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:23:03.4520086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:23:03.4520904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:23:03.4521873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:23:03.4522777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:23:03.4523725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:23:03.4524742Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:23:03.4525679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:23:03.4526558Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:23:03.4527438Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:23:03.4528488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:23:03.4529378Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:23:03.4530256Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:23:03.4531272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:23:03.4532206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:23:03.4533180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:23:03.4534266Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:23:03.4535135Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:23:03.4535995Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:23:03.4536842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:23:03.4538092Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:23:03.4538965Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:23:03.4540053Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:23:03.4541127Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:23:03.4542025Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:23:03.4542816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:23:03.4543709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:23:03.4544485Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:23:03.4545198Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:23:03.4545915Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:23:03.4546687Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:23:03.4547412Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:23:03.4548182Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:23:03.4548983Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:23:03.4550004Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:23:03.4550915Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:23:03.4551720Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:23:03.4552439Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:23:03.4553063Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:23:03.4553581Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:23:03.4554101Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:23:03.4554653Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:23:03.4555243Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:23:03.4555798Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:23:03.4556264Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:23:03.4556719Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:23:03.4557183Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:23:03.4557709Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:23:03.4558230Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:23:03.4558685Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:23:03.4559194Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:23:03.4559760Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:23:03.4560361Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:23:03.4561232Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:23:03.4561798Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:23:03.4562302Z adding 'executorch/data/bin/flatc' 2025-03-21T20:23:03.4562694Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:23:03.4563152Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:23:03.4563700Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:23:03.4564338Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:23:03.4564951Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:23:03.4565452Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:23:03.4566134Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:23:03.4566706Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:23:03.4567405Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:23:03.4568400Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:23:03.4569091Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:23:03.4569762Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:23:03.4570428Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:23:03.4571250Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:23:03.4571981Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:23:03.4572685Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:23:03.4573382Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:23:03.4574017Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:23:03.4574634Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:23:03.4575242Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:23:03.4575913Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:23:03.4576449Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:23:03.4576983Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:23:03.4577511Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:23:03.4578000Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:23:03.4578485Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:23:03.4579003Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:23:03.4579635Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:23:03.4580116Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:23:03.4580639Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:23:03.4581168Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:23:03.4581662Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:23:03.4582177Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:23:03.4582828Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:23:03.4583410Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:23:03.4584024Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:23:03.4584653Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:23:03.4585313Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:23:03.4586102Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:23:03.4586727Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:23:03.4587307Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:23:03.4587976Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:23:03.4588603Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:23:03.4589315Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:23:03.4589910Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:23:03.4590452Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:23:03.4591079Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:23:03.4591625Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:23:03.4592299Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:23:03.4593066Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:23:03.4593759Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:23:03.4594463Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:23:03.4595178Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:23:03.4595995Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:23:03.4892897Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:23:03.4893795Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:23:03.4894639Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:23:03.4895119Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:23:03.4895611Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:23:03.4896147Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:23:03.4896723Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:23:03.4897229Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:23:03.4897714Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:23:03.4898252Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:23:03.4898829Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:23:03.4899563Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:23:03.4900418Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:23:03.4901296Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:23:03.4902211Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:23:03.4903037Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:23:03.4903862Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:23:03.4904602Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:23:03.4905158Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:23:03.4905719Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:23:03.4906284Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:23:03.4906989Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:23:03.4907684Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:23:03.4908461Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:23:03.4921686Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:23:03.4922214Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:23:03.4922734Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:23:03.4923290Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:23:03.4923822Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:23:03.4924341Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:23:03.4924950Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:23:03.4925580Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:23:03.4926142Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:23:03.4926670Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:23:03.4927174Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:23:03.4927669Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:23:03.4928139Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:23:03.4928662Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:23:03.4929248Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:23:03.4930075Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:23:03.4930712Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:23:03.4931395Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:23:03.4932187Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:23:03.4932870Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:23:03.4933492Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:23:03.4934070Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:23:03.4934688Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:23:03.4935335Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:23:03.4936147Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:23:03.4936980Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:23:03.4937763Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:23:03.4938508Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:23:03.4939254Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:23:03.4940056Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:23:03.4940800Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:23:03.4941582Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:23:03.4942367Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:23:03.4943080Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:23:03.4943760Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:23:03.4944488Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:23:03.4945284Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:23:03.4946148Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:23:03.4947091Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:23:03.4947971Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:23:03.4948748Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:23:03.4949487Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:23:03.4950162Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:23:03.4950822Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:23:03.4951429Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:23:03.4952075Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:23:03.4952832Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:23:03.4953589Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:23:03.4954331Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:23:03.4955055Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:23:03.4955847Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:23:03.4956522Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:23:03.4957202Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:23:03.4957877Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:23:03.4958727Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:23:03.4959552Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:23:03.4960356Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:23:03.4961402Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:23:03.4962163Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:23:03.4963012Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:23:03.4963715Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:23:03.4964241Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:23:03.4964781Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:23:03.4965275Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:23:03.4965800Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:23:03.4966361Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:23:03.4966886Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:23:03.4967375Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:23:03.4967875Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:23:03.4968419Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:23:03.4968972Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:23:03.4969531Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:23:03.4970090Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:23:03.4970645Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:23:03.4971185Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:23:03.4971752Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:23:03.4972293Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:23:03.4972880Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:23:03.4973488Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:23:03.4974061Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:23:03.4974684Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:23:03.4975282Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:23:03.4975873Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:23:03.4976448Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:23:03.4977004Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:23:03.4977549Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:23:03.4978047Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:23:03.4978533Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:23:03.4979038Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:23:03.4979600Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:23:03.4980181Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:23:03.4980737Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:23:03.4981267Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:23:03.4981801Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:23:03.4982338Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:23:03.4982795Z adding 'executorch/exir/__init__.py' 2025-03-21T20:23:03.5590984Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:23:03.5591643Z adding 'executorch/exir/common.py' 2025-03-21T20:23:03.5592640Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:23:03.5593047Z adding 'executorch/exir/delegate.py' 2025-03-21T20:23:03.5593440Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:23:03.5593848Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:23:03.5594258Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:23:03.5594660Z adding 'executorch/exir/error.py' 2025-03-21T20:23:03.5595148Z adding 'executorch/exir/graph.py' 2025-03-21T20:23:03.5595621Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:23:03.5596065Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:23:03.5596491Z adding 'executorch/exir/memory.py' 2025-03-21T20:23:03.5596896Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:23:03.5597319Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:23:03.5597728Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:23:03.5598148Z adding 'executorch/exir/print_program.py' 2025-03-21T20:23:03.5598549Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:23:03.5598950Z adding 'executorch/exir/schema.py' 2025-03-21T20:23:03.5599331Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:23:03.5599718Z adding 'executorch/exir/tensor.py' 2025-03-21T20:23:03.5600092Z adding 'executorch/exir/tracer.py' 2025-03-21T20:23:03.5600453Z adding 'executorch/exir/types.py' 2025-03-21T20:23:03.5600838Z adding 'executorch/exir/version.py' 2025-03-21T20:23:03.5601223Z adding 'executorch/exir/wrap.py' 2025-03-21T20:23:03.5601625Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:23:03.5602076Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:23:03.5602515Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:23:03.5602993Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:23:03.5603502Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:23:03.5603995Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:23:03.5604459Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:23:03.5604945Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:23:03.5605429Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:23:03.5605883Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:03.5606350Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:03.5606843Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:23:03.5607338Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:23:03.5607857Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:23:03.5608444Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:23:03.5609024Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:23:03.5609522Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:23:03.5609992Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:23:03.5610492Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:23:03.5611016Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:23:03.5611502Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:23:03.5611950Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:23:03.5612544Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:23:03.5613364Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:23:03.5614199Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:23:03.5615026Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:23:03.5615758Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:23:03.5616442Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:23:03.5617131Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:23:03.5617848Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:23:03.5618432Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:23:03.5618991Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:23:03.5619611Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:23:03.5620305Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:23:03.5620870Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:23:03.5621445Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:23:03.5622235Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:23:03.5622832Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:23:03.5623447Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:23:03.5624168Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:23:03.5624799Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:23:03.5625400Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:23:03.5625976Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:23:03.5626576Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:23:03.5627169Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:23:03.5627840Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:23:03.5628660Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:23:03.5629447Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:23:03.5630097Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:23:03.5630607Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:23:03.5631148Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:23:03.5631589Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:23:03.5632024Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:23:03.5632452Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:23:03.5632878Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:23:03.5633317Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:23:03.5633870Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:23:03.5634414Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:23:03.5634857Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:23:03.5635540Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:23:03.5636021Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:23:03.5636526Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:23:03.5637062Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:23:03.5637594Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:23:03.5638069Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:23:03.5638689Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:23:03.5639243Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:23:03.5639761Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:23:03.5640255Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:23:03.5640780Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:23:03.5641357Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:23:03.5641997Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:23:03.5642568Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:23:03.5643000Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:23:03.5643422Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:23:03.5643855Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:23:03.5644437Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:23:03.5644872Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:23:03.5645296Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:23:03.5645758Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:23:03.5646251Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:23:03.5646873Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:23:03.5647449Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:23:03.5647949Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:23:03.5648508Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:23:03.5649071Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:23:03.5649621Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:23:03.5650208Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:23:03.5650906Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:23:03.5651435Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:23:03.5652005Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:23:03.5652615Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:23:03.5653164Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:23:03.5653811Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:23:03.5654402Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:23:03.5654946Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:23:03.5655447Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:23:03.5655978Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:23:03.5656463Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:23:03.5657086Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:23:03.5657670Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:23:03.5658196Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:23:03.5658728Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:23:03.5659397Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:23:03.5660078Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:23:03.5660667Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:23:03.5661494Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:23:03.5662078Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:23:03.5662581Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:23:03.5663082Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:23:03.5663595Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:23:03.5664130Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:23:03.5664618Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:23:03.5665075Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:23:03.5665536Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:23:03.5665991Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:23:03.5666506Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:23:03.5667024Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:23:03.5667490Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:23:03.5667941Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:23:03.5668388Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:23:03.5668816Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:23:03.5669255Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:23:04.2567398Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:23:04.2568239Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:23:04.2568854Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:23:04.2569271Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:23:04.2569726Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:23:04.2570482Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:23:04.2570961Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:23:04.2571416Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:23:04.2571879Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:23:04.2572332Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:23:04.2572783Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:23:04.2573269Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:23:04.2573888Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:23:04.2574856Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:23:04.2575299Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:23:04.2575826Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:23:04.2576432Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:23:04.2577071Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:23:04.2577651Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:23:04.2578130Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:23:04.2578595Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:23:04.2579053Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:23:04.2579523Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:23:04.2580070Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:23:04.2580624Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:23:04.2581142Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:23:04.2581686Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:23:04.2582209Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:23:04.2582690Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:23:04.2583139Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:23:04.2583586Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:23:04.2584039Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:23:04.2584512Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:23:04.2584969Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:23:04.2585452Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:23:04.2585950Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:23:04.2586442Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:23:04.2586926Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:23:04.2587453Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:23:04.2588000Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:23:04.2588513Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:23:04.2589005Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:23:04.2589487Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:23:04.2590042Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:23:04.2590665Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:23:04.2591342Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:23:04.2592017Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:23:04.2592633Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:23:04.2593247Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:23:04.2594031Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:23:04.2594546Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:23:04.2595039Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:23:04.2595739Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:23:04.2596413Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:23:04.2596981Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:23:04.2597596Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:23:04.2598221Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:23:04.2598835Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:23:04.2599486Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:23:04.2600186Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:23:04.2600902Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:23:04.2601564Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:23:04.2602270Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:23:04.2603096Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:23:04.2603888Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:23:04.2604526Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:23:04.2605023Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:23:04.2605547Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:23:04.2606095Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:23:04.2606662Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:23:04.2607243Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:23:04.2607803Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:23:04.2608375Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:23:04.2608946Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:23:04.2609462Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:23:04.2609980Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:23:04.2610567Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:23:04.2611176Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:23:04.2611837Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:23:04.2612453Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:23:04.2612990Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:23:04.2613544Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:23:04.2614061Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:23:04.2614631Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:23:04.2615194Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:23:04.2615822Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:23:04.2616578Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:23:04.2617334Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:23:04.2618067Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:23:04.2618872Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:23:04.2619745Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:04.2620609Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:04.2621369Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:04.2622067Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:23:04.2622673Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:23:04.2623393Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:23:04.2624015Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:23:04.2624684Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:23:04.2625321Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:23:04.2625796Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:23:04.2626274Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:23:04.2626830Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:23:04.2627461Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:23:04.2628101Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:23:04.2628777Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:23:04.2629438Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:23:04.2630079Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:23:04.2630828Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:23:04.2631695Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:23:04.2632444Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:23:04.2633107Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:23:04.2633781Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:23:04.2634474Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:23:04.2635150Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:23:04.2636010Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:23:04.2636749Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:23:04.2637497Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:23:04.2638193Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:23:04.2638883Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:23:04.2639492Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:23:04.2640067Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:23:04.2640630Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:23:04.2641235Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:23:04.2641911Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:23:04.2642780Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:23:04.2643518Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:23:04.2644237Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:23:04.2645035Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:23:07.6426267Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:23:07.6427506Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:23:07.6428082Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:23:07.6428676Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:23:07.6429276Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:23:07.6430223Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:23:07.6430955Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:23:07.6431766Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:23:07.6432772Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:23:07.6433614Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:23:07.6434442Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:23:07.6435377Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:23:07.6436293Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:23:07.6437142Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:23:07.6437923Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:23:07.6438712Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:23:07.6439504Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:23:07.6440262Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:23:07.6441001Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:23:07.6441725Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:23:07.6442463Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:23:07.6443230Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:23:07.6443986Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:23:07.6444739Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:23:07.6445531Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:23:07.6446292Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:23:07.6447058Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:23:07.6447874Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:23:07.6448734Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:23:07.6449611Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:23:07.6450531Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:23:07.6451459Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:23:07.6452374Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:23:07.6453258Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:23:07.6454120Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:23:07.6455022Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:23:07.6455961Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:23:07.6456905Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:23:07.6457843Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:23:07.6458623Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:23:07.6459455Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:23:07.6460186Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:23:07.6461122Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:23:07.6461876Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:23:07.6462640Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:23:07.6463265Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:23:07.6463883Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:23:07.6464532Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:23:07.6465218Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:23:07.6465838Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:23:07.6466458Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:23:07.6467110Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:23:07.6467753Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:23:07.6468367Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:23:07.6468992Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:23:07.6469673Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:23:07.6470286Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:23:07.6470838Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:23:07.6471390Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:23:07.6471982Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:23:07.6472628Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:23:07.6473293Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:23:07.6473868Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:23:07.6474333Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:23:07.6474815Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:23:07.6475259Z adding 'executorch/schema/program.fbs' 2025-03-21T20:23:07.6475788Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:23:07.6476281Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:23:07.6476819Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:23:07.6477272Z adding 'executorch/util/collect_env.py' 2025-03-21T20:23:07.6477698Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:23:07.6478174Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:23:07.6478693Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:23:07.6479194Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:23:07.6479730Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:23:07.6480318Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:23:07.6480854Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:23:07.6481317Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:07.6482128Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:23:07.6483306Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=ab1c41a7b42ff11388ec4b484a286e8cd2748415ccbb03a2fcb4d6b23b087b0a 2025-03-21T20:23:07.6484767Z Stored in directory: /tmp/pip-ephem-wheel-cache-b1znhw7h/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:23:07.6485583Z Successfully built executorch 2025-03-21T20:23:07.6486306Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:23:07.6488188Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:23:07.6488668Z Attempting uninstall: pytest 2025-03-21T20:23:07.6489048Z Found existing installation: pytest 7.2.0 2025-03-21T20:23:07.6489442Z Uninstalling pytest-7.2.0: 2025-03-21T20:23:07.6489894Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:23:07.6490548Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:23:07.6491352Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:23:07.6492270Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:23:07.6493053Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:23:07.6493918Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:23:07.6494798Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:23:07.6495414Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:23:07.6495893Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:23:07.6496437Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:23:07.6496964Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:23:07.6497967Z 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:23:07.6498877Z + pip list 2025-03-21T20:23:07.6499236Z Package Version Editable project location 2025-03-21T20:23:07.6499793Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:23:07.6500274Z alabaster 0.7.16 2025-03-21T20:23:07.6500627Z attrs 25.3.0 2025-03-21T20:23:07.6500982Z babel 2.17.0 2025-03-21T20:23:07.6501329Z beautifulsoup4 4.13.3 2025-03-21T20:23:07.6501686Z breathe 4.34.0 2025-03-21T20:23:07.6502037Z bs4 0.0.2 2025-03-21T20:23:07.6502387Z certifi 2025.1.31 2025-03-21T20:23:07.6502766Z charset-normalizer 3.4.1 2025-03-21T20:23:07.6503120Z cmake 3.31.6 2025-03-21T20:23:07.6503474Z contourpy 1.3.1 2025-03-21T20:23:07.6503823Z coverage 7.7.0 2025-03-21T20:23:07.6504178Z cycler 0.12.1 2025-03-21T20:23:07.6504532Z docutils 0.16 2025-03-21T20:23:07.6504874Z exceptiongroup 1.2.2 2025-03-21T20:23:07.6505228Z execnet 2.1.1 2025-03-21T20:23:12.7485552Z executorch 0.6.0a0+be92d7d 2025-03-21T20:23:12.7486015Z exhale 0.2.3 2025-03-21T20:23:12.7486410Z expecttest 0.1.6 2025-03-21T20:23:12.7486774Z filelock 3.18.0 2025-03-21T20:23:12.7487138Z flatbuffers 25.2.10 2025-03-21T20:23:12.7487503Z fonttools 4.56.0 2025-03-21T20:23:12.7487863Z fsspec 2025.3.0 2025-03-21T20:23:12.7488275Z huggingface-hub 0.29.3 2025-03-21T20:23:12.7488647Z hypothesis 6.84.2 2025-03-21T20:23:12.7488992Z idna 3.10 2025-03-21T20:23:12.7489319Z imagesize 1.4.1 2025-03-21T20:23:12.7489664Z iniconfig 2.1.0 2025-03-21T20:23:12.7490006Z Jinja2 3.1.6 2025-03-21T20:23:12.7490348Z kiwisolver 1.4.8 2025-03-21T20:23:12.7490687Z lxml 5.3.1 2025-03-21T20:23:12.7491025Z markdown-it-py 2.2.0 2025-03-21T20:23:12.7491377Z MarkupSafe 3.0.2 2025-03-21T20:23:12.7491728Z matplotlib 3.10.1 2025-03-21T20:23:12.7492347Z mdit-py-plugins 0.3.5 2025-03-21T20:23:12.7492701Z mdurl 0.1.2 2025-03-21T20:23:12.7493030Z mpmath 1.3.0 2025-03-21T20:23:12.7493378Z myst-parser 0.18.1 2025-03-21T20:23:12.7493733Z networkx 3.4.2 2025-03-21T20:23:12.7494075Z numpy 2.2.4 2025-03-21T20:23:12.7494546Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:23:12.7494920Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:23:12.7495305Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:23:12.7495694Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:23:12.7496076Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:23:12.7496452Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:23:12.7496822Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:23:12.7497216Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:23:12.7497610Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:23:12.7497996Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:23:12.7498369Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:23:12.7498736Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:23:12.7499102Z packaging 24.2 2025-03-21T20:23:12.7499448Z pandas 2.2.3 2025-03-21T20:23:12.7499804Z parameterized 0.9.0 2025-03-21T20:23:12.7500160Z pillow 11.1.0 2025-03-21T20:23:12.7500493Z pip 25.0 2025-03-21T20:23:12.7500833Z pluggy 1.5.0 2025-03-21T20:23:12.7501177Z Pygments 2.19.1 2025-03-21T20:23:12.7501526Z pyparsing 3.2.1 2025-03-21T20:23:12.7501869Z pytest 8.3.5 2025-03-21T20:23:12.7502201Z pytest-cov 4.1.0 2025-03-21T20:23:12.7502565Z pytest-rerunfailures 15.0 2025-03-21T20:23:12.7502928Z pytest-xdist 3.6.1 2025-03-21T20:23:12.7503298Z python-dateutil 2.9.0.post0 2025-03-21T20:23:12.7503833Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:23:12.7504347Z pytz 2025.1 2025-03-21T20:23:12.7504697Z PyYAML 6.0.1 2025-03-21T20:23:12.7505048Z regex 2024.11.6 2025-03-21T20:23:12.7505402Z requests 2.32.3 2025-03-21T20:23:12.7505760Z ruamel.yaml 0.17.32 2025-03-21T20:23:12.7506110Z ruamel.yaml.clib 0.2.12 2025-03-21T20:23:12.7506473Z safetensors 0.5.3 2025-03-21T20:23:12.7506827Z setuptools 75.8.0 2025-03-21T20:23:12.7507175Z six 1.17.0 2025-03-21T20:23:12.7507527Z snowballstemmer 2.2.0 2025-03-21T20:23:12.7507880Z sortedcontainers 2.4.0 2025-03-21T20:23:12.7508238Z soupsieve 2.6 2025-03-21T20:23:12.7508582Z Sphinx 5.3.0 2025-03-21T20:23:12.7508937Z sphinx-copybutton 0.5.0 2025-03-21T20:23:12.7509303Z sphinx_design 0.4.1 2025-03-21T20:23:12.7509647Z sphinx-gallery 0.14.0 2025-03-21T20:23:12.7510023Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:23:12.7510405Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:23:12.7510788Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:23:12.7511169Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:23:12.7511528Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:23:12.7511918Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:23:12.7512287Z sympy 1.13.3 2025-03-21T20:23:12.7512634Z tabulate 0.9.0 2025-03-21T20:23:12.7512976Z timm 1.0.7 2025-03-21T20:23:12.7513307Z tokenizers 0.21.1 2025-03-21T20:23:12.7513651Z tomli 2.0.1 2025-03-21T20:23:12.7514017Z torch 2.7.0a0+git295f2ed 2025-03-21T20:23:12.7514434Z torchao 0.10.0+git64bcf4c 2025-03-21T20:23:12.7514967Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:23:12.7515489Z torchsr 1.0.4 2025-03-21T20:23:12.7515866Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:23:12.7516256Z tqdm 4.67.1 2025-03-21T20:23:12.7516609Z transformers 4.47.1 2025-03-21T20:23:12.7517056Z triton 3.0.0 2025-03-21T20:23:12.7517398Z typing_extensions 4.12.2 2025-03-21T20:23:12.7517752Z tzdata 2025.1 2025-03-21T20:23:12.7518097Z urllib3 2.3.0 2025-03-21T20:23:12.7518440Z wheel 0.45.1 2025-03-21T20:23:12.7518783Z zstd 1.5.5.1 2025-03-21T20:23:12.7519138Z + build_executorch_runner cmake Release 2025-03-21T20:23:12.7519517Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:12.7519838Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:12.7520178Z + build_executorch_runner_cmake Release 2025-03-21T20:23:12.7520570Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:12.7520905Z + clean_executorch_install_folders 2025-03-21T20:23:12.7521279Z + ./install_executorch.sh --clean 2025-03-21T20:23:12.7521639Z Cleaning build artifacts... 2025-03-21T20:23:12.7521972Z Cleaning pip-out/... 2025-03-21T20:23:12.7522277Z Done cleaning build artifacts. 2025-03-21T20:23:12.7522613Z + mkdir cmake-out 2025-03-21T20:23:12.7522898Z + pushd cmake-out 2025-03-21T20:23:12.7523239Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:23:12.7523665Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:23:12.7523972Z + CXXFLAGS= 2025-03-21T20:23:12.7524232Z + CXXFLAGS= 2025-03-21T20:23:12.7524639Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:12.7525259Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:12.7525786Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:12.7526235Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:12.7526673Z -- Detecting C compiler ABI info 2025-03-21T20:23:12.7527046Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:12.7527510Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:12.7527972Z -- Detecting C compile features 2025-03-21T20:23:12.7528326Z -- Detecting C compile features - done 2025-03-21T20:23:12.7528710Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:12.7529095Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:12.7529570Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:12.7530044Z -- Detecting CXX compile features 2025-03-21T20:23:12.7530418Z -- Detecting CXX compile features - done 2025-03-21T20:23:12.7531465Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:12.7532329Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7532833Z CMake. 2025-03-21T20:23:12.7532977Z 2025-03-21T20:23:12.7533264Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7533923Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7534486Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7534802Z 2025-03-21T20:23:12.7534931Z  2025-03-21T20:23:12.7535660Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:12.7536520Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7537020Z CMake. 2025-03-21T20:23:12.7537159Z 2025-03-21T20:23:12.7537435Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7538077Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7538651Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7538964Z 2025-03-21T20:23:12.7539087Z  2025-03-21T20:23:12.7539491Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:12.7539981Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:12.7540388Z -- Found Threads: TRUE 2025-03-21T20:23:12.7541203Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:12.7542177Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7542683Z CMake. 2025-03-21T20:23:12.7542820Z 2025-03-21T20:23:12.7543096Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7543756Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7544321Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7544640Z 2025-03-21T20:23:12.7544767Z  2025-03-21T20:23:12.7545046Z -- Using python executable 'python' 2025-03-21T20:23:12.7545417Z -- Resolved buck2 as buck2. 2025-03-21T20:23:12.7545749Z -- Killing buck2 daemon 2025-03-21T20:23:12.7546037Z 'buck2 killall' 2025-03-21T20:23:12.7546339Z -- executorch: Generating source lists 2025-03-21T20:23:12.7546957Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:12.7547763Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:12.7548369Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:12.7548761Z -- Generating operator lib: 2025-03-21T20:23:12.7549088Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:12.7549577Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:12.7550083Z -- ROOT_OPS: 2025-03-21T20:23:12.7550364Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:12.7551829Z 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:12.7553163Z -- Generating kernel bindings: 2025-03-21T20:23:12.7553525Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:12.7554011Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:12.7554524Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:12.7554837Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:12.7557231Z 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:12.7558971Z -- Generating operator lib: 2025-03-21T20:23:12.7559317Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:12.7559675Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:12.7560032Z -- DEPS: executorch 2025-03-21T20:23:12.7560704Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:12.7561743Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:12.7562252Z CMake. 2025-03-21T20:23:12.7562393Z 2025-03-21T20:23:12.7562675Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:12.7563339Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:12.7563922Z to work with policies introduced by or earlier. 2025-03-21T20:23:12.7564229Z 2025-03-21T20:23:12.7564364Z  2025-03-21T20:23:12.7564637Z -- Looking for C++ include unistd.h 2025-03-21T20:23:12.7565031Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:12.7565432Z -- Looking for C++ include stdint.h 2025-03-21T20:23:12.7565812Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:12.7566199Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:12.7566598Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:12.7567004Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:12.7567607Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:12.7568013Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:12.7568391Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:12.7568792Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:12.7569184Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:13.8787978Z -- Looking for C++ include stddef.h 2025-03-21T20:23:13.8788794Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:13.8789462Z -- Check size of uint32_t 2025-03-21T20:23:13.8790003Z -- Check size of uint32_t - done 2025-03-21T20:23:13.8790628Z -- Looking for strtoll 2025-03-21T20:23:13.8791135Z -- Looking for strtoll - found 2025-03-21T20:23:13.8791671Z -- 2025-03-21T20:23:13.8792085Z -- ******** Summary ******** 2025-03-21T20:23:13.8792667Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:13.8793339Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:13.8794014Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:13.8794731Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:13.8795481Z -- BUCK2 : buck2 2025-03-21T20:23:13.8796158Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:13.8797228Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:13.8798398Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:13.8799230Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:13.8800040Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:13.8800753Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:13.8801516Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:13.8802280Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:13.8803060Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:13.8803848Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:13.8804610Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:13.8805428Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:13.8806236Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:13.8807029Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:13.8807812Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:13.8808570Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:13.8809396Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:13.8810212Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:13.8811032Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:13.8811835Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:13.8812596Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:13.8813329Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:13.8814125Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:13.8814915Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:13.8815745Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:13.8816566Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:13.8817344Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:13.8818117Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:13.8818891Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:13.8819695Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:13.8820449Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:13.8821228Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:13.8822005Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:13.8822766Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:13.8823530Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:13.8824240Z -- Configuring done (5.4s) 2025-03-21T20:23:13.8824832Z -- Generating done (0.1s) 2025-03-21T20:23:13.8825620Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:13.8826811Z + popd 2025-03-21T20:23:13.8827240Z /pytorch/executorch 2025-03-21T20:23:13.8827743Z ++ uname 2025-03-21T20:23:13.8828196Z + '[' Linux == Darwin ']' 2025-03-21T20:23:13.8828737Z ++ nproc 2025-03-21T20:23:13.8829170Z + CMAKE_JOBS=15 2025-03-21T20:23:13.8829695Z + cmake --build cmake-out -j 15 2025-03-21T20:23:13.8831009Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:13.8832630Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:13.8834897Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:13.8837405Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:13.8839610Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:13.8841843Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:13.8844029Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:13.8846238Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:13.8848415Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:13.8850601Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:13.8852755Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:13.8855103Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:13.8857457Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:13.8859564Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:13.8861959Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:13.8863604Z [ 4%] No download step for 'flatbuffers' 2025-03-21T20:23:13.8864537Z [ 5%] No update step for 'flatbuffers' 2025-03-21T20:23:13.8865452Z [ 5%] No patch step for 'flatbuffers' 2025-03-21T20:23:13.8879734Z [ 5%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:13.8880647Z CMake Warning: 2025-03-21T20:23:13.8881328Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:13.8881964Z 2025-03-21T20:23:13.8882208Z  2025-03-21T20:23:13.8882740Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:13.8883798Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:13.8884642Z git describe failed with exit code: 128 2025-03-21T20:23:13.8885141Z 2025-03-21T20:23:13.8885528Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:13.8886380Z Call Stack (most recent call first): 2025-03-21T20:23:13.8887062Z CMakeLists.txt:5 (include) 2025-03-21T20:23:13.8887440Z 2025-03-21T20:23:13.8887663Z  2025-03-21T20:23:13.8888148Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:13.8889776Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:13.8892109Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:13.8894308Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:13.8896708Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:13.8898927Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:13.8901457Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:13.8903674Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:13.8905964Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:13.8908241Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:13.8910324Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:13.8912533Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:13.8914835Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:13.8917103Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:13.8918741Z [ 7%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:13.8920467Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:13.8922760Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:13.8924226Z [ 7%] Built target gflags_nothreads_static 2025-03-21T20:23:13.8925949Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:13.8928546Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:13.8931003Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:13.8933396Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:13.8935003Z [ 9%] Linking C static library libpthreadpool.a 2025-03-21T20:23:13.8936799Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:13.8939073Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:13.8941449Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:13.8943674Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:13.8945124Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:13.8945893Z [ 11%] Built target pthreadpool 2025-03-21T20:23:13.8946520Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:13.8948072Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:13.8950486Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:13.8952925Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:16.8300135Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:16.8301929Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:16.8303603Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:16.8304915Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:16.8306358Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:16.8307672Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:16.8308966Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:16.8310272Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:16.8311176Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:23:16.8311711Z [ 13%] Built target cpuinfo 2025-03-21T20:23:16.8312218Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:16.8312720Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:16.8313212Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:16.8313685Z -- Detecting CXX compile features 2025-03-21T20:23:16.8314070Z -- Detecting CXX compile features - done 2025-03-21T20:23:16.8314468Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:16.8314832Z -- Looking for strtof_l 2025-03-21T20:23:16.8315154Z -- Looking for strtof_l - found 2025-03-21T20:23:16.8315585Z -- Looking for strtoull_l 2025-03-21T20:23:16.8315924Z -- Looking for strtoull_l - found 2025-03-21T20:23:16.8316280Z -- Looking for realpath 2025-03-21T20:23:16.8316607Z -- Looking for realpath - found 2025-03-21T20:23:16.8317016Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:16.8317450Z -- Configuring done (1.1s) 2025-03-21T20:23:16.8317859Z -- Generating done (0.0s) 2025-03-21T20:23:16.8318396Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:16.8319426Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:16.8320190Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:16.8320952Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:16.8321691Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:16.8322403Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:16.8323132Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:16.8323887Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:16.8324649Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:16.8325408Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:16.8326165Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:16.8326960Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:16.8327738Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:16.8328489Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:16.8329227Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:16.8329949Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:16.8330709Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:16.8331488Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:16.8332396Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:16.8333140Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:16.8333887Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:16.8334756Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:16.8335558Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:16.8336414Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:16.8337286Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:16.8338065Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:16.8338786Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:16.8339491Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:16.8340262Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:16.8341113Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:16.8341937Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:16.8342690Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:16.8343461Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:16.8344305Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:16.8345207Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:16.8346133Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:16.8347065Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:16.8347987Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:16.8348891Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:16.8349563Z [100%] Linking CXX executable flatc 2025-03-21T20:23:16.8349964Z [100%] Built target flatc 2025-03-21T20:23:16.8350389Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:16.8350880Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:16.8351273Z [ 13%] Built target flatbuffers 2025-03-21T20:23:16.8351698Z [ 13%] Generating common_schema headers 2025-03-21T20:23:16.8352112Z [ 13%] Built target common_schema 2025-03-21T20:23:16.8352570Z [ 13%] Generating program_schema headers 2025-03-21T20:23:16.8353108Z [ 13%] Built target program_schema 2025-03-21T20:23:16.8354066Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:16.8355676Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:16.8357132Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:16.8358878Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:16.8361537Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:16.8363336Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:16.8364812Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:16.8366497Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:16.8368346Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:16.8369522Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:16.8370762Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:16.8371832Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:16.8372942Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:16.8374012Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:16.8374997Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:16.8375903Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:16.8376854Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:16.8377816Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:16.8378762Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:16.8379743Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:16.8380558Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:16.8381019Z [ 18%] Built target executorch_core 2025-03-21T20:23:16.8381726Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:16.8382656Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:16.8383683Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:16.8384837Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:16.8385930Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:16.8387029Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:18.1470770Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:18.1472651Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:18.1473649Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:18.1474696Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:18.1475700Z [ 20%] Built target executorch 2025-03-21T20:23:18.1477326Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:18.1479431Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:18.1481693Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:18.1483956Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:18.1485967Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:18.1488449Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:18.1491091Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:18.1493377Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:18.1495706Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:18.1497854Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:18.1500203Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:18.1502418Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:18.1504665Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:18.1507037Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:18.1509187Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:18.1511504Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:18.1513720Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:18.1515922Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:18.1517916Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:18.1520152Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:18.1522457Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:18.1524725Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:18.1526833Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:18.1529054Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:18.1531269Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:18.1533467Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:18.1535616Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:18.1537841Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:18.1540069Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:18.1542440Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:18.1544717Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:18.1547007Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:18.1549149Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:18.1551180Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:18.1553223Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:18.1555494Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:18.1557800Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:18.1560524Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:18.1563217Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:18.1565658Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:18.1568049Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:18.1570458Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:18.1572609Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:18.1574794Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:18.1577115Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:18.1579476Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:18.1581796Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:18.1583948Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:18.1586137Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:18.1588159Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:18.1590187Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:18.1592250Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:18.1594410Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:18.1596841Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:18.1599249Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:18.1601802Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:18.1604279Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:18.1606445Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:18.1608465Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:18.1610696Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:18.1613149Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:18.1615617Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:18.1618017Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:18.1620239Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:18.1622671Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:18.1624784Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:18.1627125Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:18.1629748Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:18.1631939Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:18.1634292Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:18.1636708Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:19.4145182Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:19.4147659Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:19.4149848Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:19.4152092Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:19.4154058Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:19.4156596Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:19.4158929Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:19.4161354Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:19.4163261Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:19.4164468Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:19.4165663Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:19.4167141Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:19.4168353Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:19.4169516Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:19.4170606Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:19.4171780Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:19.4173047Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:19.4174217Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:19.4175315Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:19.4176597Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:19.4177714Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:19.4178842Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:19.4180034Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:19.4181180Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:19.4182285Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:19.4183865Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:19.4185072Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:19.4186412Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:19.4187776Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:19.4188874Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:19.4189878Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:19.4190904Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:19.4191920Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:19.4192966Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:19.4194084Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:19.4195180Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:19.4196464Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:19.4197549Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:19.4198661Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:19.4200068Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:19.4201252Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:19.4202349Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:19.4203758Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:19.4205300Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:19.4206858Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:19.4208538Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:19.4210023Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:19.4211603Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:19.4213051Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:19.4214151Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:19.4215185Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:19.4216264Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:19.4217721Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:19.4219620Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:19.4221280Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:19.4223119Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:19.4224681Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:19.4226453Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:19.4228212Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:19.4229969Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:19.4231463Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:19.4232868Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:19.4234355Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:19.4236027Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:19.4237607Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:19.4239074Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:19.4240660Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:19.4242300Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:19.4243921Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:19.4245549Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:19.4247270Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:19.4248915Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:19.4250443Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:19.4252157Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:20.6525878Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:20.6528092Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:20.6530133Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:20.6532090Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:20.6534021Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:20.6535997Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:20.6538146Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:20.6540306Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:20.6542366Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:20.6544547Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:20.6546994Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:20.6548987Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:20.6551286Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:20.6553562Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:20.6555858Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:20.6558222Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:20.6560628Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:20.6563125Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:20.6565194Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:20.6567346Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:20.6569586Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:20.6571856Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:20.6574161Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:20.6576346Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:20.6578620Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:20.6580899Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:20.6583147Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:20.6585440Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:20.6587596Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:20.6589715Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:20.6591836Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:20.6594103Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:20.6596693Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:20.6599196Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:20.6601684Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:20.6604057Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:20.6606427Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:20.6608733Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:20.6611167Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:20.6613893Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:20.6616714Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:20.6619201Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:20.6621521Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:20.6623932Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:20.6626315Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:20.6628813Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:20.6631148Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:20.6633420Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:20.6635845Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:20.6638031Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:20.6640297Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:20.6642555Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:20.6644827Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:20.6647272Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:20.6649704Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:20.6651928Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:20.6653973Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:20.6656282Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:20.6658549Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:20.6660983Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:20.6663273Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:20.6665586Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:20.6668069Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:20.6670341Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:20.6672407Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:20.6674575Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:20.6676831Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:20.6678970Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:20.6681591Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:20.6683791Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:20.6686081Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:20.6688278Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:20.6690461Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:21.8983044Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:21.8984519Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:21.8985945Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:21.8987356Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:21.8988431Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:21.8989481Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:21.8990629Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:21.8991874Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:21.8993047Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:21.8994116Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:21.8995184Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:21.8996355Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:21.8997576Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:21.8998766Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:21.9000030Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:21.9001606Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:21.9002679Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:21.9003815Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:21.9005010Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:21.9006150Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:21.9007212Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:21.9008348Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:21.9009513Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:21.9010657Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:21.9012143Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:21.9013329Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:21.9014586Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:21.9015767Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:21.9017088Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:21.9018294Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:21.9019479Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:21.9021104Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:21.9022828Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:21.9024540Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:21.9026546Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:21.9028627Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:21.9030821Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:21.9032284Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:21.9033633Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:21.9035723Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:21.9037641Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:21.9039258Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:21.9041091Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:21.9042873Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:21.9045068Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:21.9047006Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:21.9048370Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:21.9049713Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:21.9051841Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:21.9053691Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:21.9056160Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:21.9058358Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:21.9061021Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:21.9063285Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:21.9065622Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:21.9067902Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:21.9070331Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:21.9072637Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:21.9074931Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:21.9077307Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:21.9079636Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:21.9081939Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:21.9083789Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:21.9085865Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:21.9088168Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:21.9090680Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:21.9092747Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:21.9094330Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:21.9096342Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:21.9098318Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:23.0645376Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:23.0647817Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:23.0650183Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:23.0652641Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:23.0655067Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:23.0657542Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:23.0659778Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:23.0662191Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:23.0664443Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:23.0666618Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:23.0669271Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:23.0671473Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:23.0673982Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:23.0676654Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:23.0678986Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:23.0681326Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:23.0683574Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:23.0685921Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:23.0688362Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:23.0690768Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:23.0692993Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:23.0695283Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:23.0697592Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:23.0699723Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:23.0701624Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:23.0703825Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:23.0706178Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:23.0708504Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:23.0710924Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:23.0713094Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:23.0715514Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:23.0717975Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:23.0720264Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:23.0721967Z [ 90%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:23.0723828Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:23.0726159Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:23.0728452Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:23.0730815Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:23.0733140Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:23.0735851Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:23.0738254Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:23.0740741Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:23.0743143Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:23.0745627Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:23.0748142Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:23.0750563Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:23.0752074Z [ 93%] Built target portable_kernels 2025-03-21T20:23:23.0753731Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:23.0755790Z [ 94%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:23.0757568Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:23.0759806Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:23.0762053Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:23.0764240Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:23.0766889Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:23.0769628Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:23.0772715Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:23.0784492Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:23.0787565Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:23.0790084Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:23.0792492Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:23.0795044Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:23.0797736Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:23.0800187Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:23.0802591Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:23.0805310Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:23.0807899Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:23.0810865Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:23.0813560Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:23.0816162Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:23.0817820Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:27.9224479Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:27.9225831Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:27.9227093Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:27.9228336Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:27.9229350Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:27.9229887Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:27.9230986Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:27.9232070Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:27.9232551Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:27.9233407Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:27.9234570Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:27.9235731Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:27.9236777Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:27.9237835Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:27.9239007Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:27.9239874Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:27.9240353Z [100%] Built target executor_runner 2025-03-21T20:23:27.9240706Z + [[ '' == *main* ]] 2025-03-21T20:23:27.9240991Z + [[ '' == *gh* ]] 2025-03-21T20:23:27.9241282Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:27.9241760Z + bash .ci/scripts/test_model.sh llama3_2_vision_encoder cmake portable 2025-03-21T20:23:27.9242285Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:23:27.9242660Z + source .ci/scripts/utils.sh 2025-03-21T20:23:27.9243017Z + MODEL_NAME=llama3_2_vision_encoder 2025-03-21T20:23:27.9243375Z + [[ -z llama3_2_vision_encoder ]] 2025-03-21T20:23:27.9243718Z + BUILD_TOOL=cmake 2025-03-21T20:23:27.9243997Z + [[ -z cmake ]] 2025-03-21T20:23:27.9244279Z + BACKEND=portable 2025-03-21T20:23:27.9244547Z + [[ -z portable ]] 2025-03-21T20:23:27.9244825Z + UPLOAD_DIR= 2025-03-21T20:23:27.9245090Z + [[ -z python ]] 2025-03-21T20:23:27.9245381Z + which python 2025-03-21T20:23:27.9245673Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:23:27.9246028Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:27.9246382Z + EXPORTED_MODEL=llama3_2_vision_encoder 2025-03-21T20:23:27.9246771Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:23:27.9247236Z + echo 'Testing llama3_2_vision_encoder with portable kernels...' 2025-03-21T20:23:27.9247793Z Testing llama3_2_vision_encoder with portable kernels... 2025-03-21T20:23:27.9248214Z + test_model 2025-03-21T20:23:27.9248516Z + [[ llama3_2_vision_encoder == \l\l\a\m\a\2 ]] 2025-03-21T20:23:27.9248899Z + STRICT=--strict 2025-03-21T20:23:27.9249558Z + [[ llama3_2_vision_encoder == \l\l\a\v\a ]] 2025-03-21T20:23:27.9250076Z + [[ 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:23:27.9250679Z + bash examples/models/llama3_2_vision/install_requirements.sh 2025-03-21T20:23:27.9251412Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:23:27.9252149Z Collecting torchtune==0.6.0.dev20250311 2025-03-21T20:23:27.9252997Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl.metadata (24 kB) 2025-03-21T20:23:27.9253887Z Collecting torchdata (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9254780Z 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:23:27.9255657Z Collecting datasets (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9256222Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:23:27.9257258Z 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:23:27.9258628Z 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:23:27.9259546Z Collecting kagglehub (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9260125Z Downloading kagglehub-0.3.10-py3-none-any.whl.metadata (31 kB) 2025-03-21T20:23:27.9260926Z Collecting sentencepiece (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9261925Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-03-21T20:23:27.9263458Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:23:27.9264265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 494.2 MB/s eta 0:00:00 2025-03-21T20:23:27.9264972Z [?25hCollecting tiktoken (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9265733Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:23:27.9266486Z Collecting blobfile>=2 (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9267227Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:23:27.9268350Z 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:23:27.9269615Z 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:23:27.9270841Z 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:23:27.9271720Z Collecting omegaconf (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9272318Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl.metadata (4.2 kB) 2025-03-21T20:23:27.9272893Z Collecting psutil (from torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9273765Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-03-21T20:23:27.9275029Z 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:23:27.9276108Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9276972Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:23:27.9278190Z 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:23:27.9279750Z 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:23:27.9281226Z 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:23:27.9282240Z Collecting pyarrow>=15.0.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9282952Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:23:27.9283656Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9284417Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:23:27.9285547Z 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:23:27.9286930Z 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:23:27.9287912Z Collecting xxhash (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9288863Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-03-21T20:23:27.9289872Z Collecting multiprocess<0.70.17 (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9290738Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:23:27.9291726Z 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:23:27.9292512Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:23:27.9293121Z Collecting aiohttp (from datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9293892Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:23:27.9295060Z 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:23:27.9296431Z 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:23:27.9298017Z 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:23:27.9299277Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:27.9300176Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-03-21T20:23:31.6916077Z 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:23:31.6917604Z 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:23:31.6918779Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:31.6919555Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:23:31.6920283Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:31.6920983Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:23:31.6921688Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:31.6922409Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:23:31.6923726Z 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:23:31.6924825Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:31.6925957Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2025-03-21T20:23:31.6926968Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:31.6927831Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:23:31.6928670Z Collecting propcache>=0.2.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:31.6929520Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:23:31.6930343Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets->torchtune==0.6.0.dev20250311) 2025-03-21T20:23:31.6931145Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:23:31.6932420Z 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:23:31.6933984Z 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:23:31.6935498Z 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:23:31.6937007Z 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:23:31.6938440Z 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:23:31.6939879Z 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:23:31.6941387Z 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:23:31.6942906Z 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:23:31.6944357Z 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:23:31.6945881Z 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:23:31.6947467Z 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:23:31.6949027Z 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:23:31.6950437Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchtune-0.6.0.dev20250311%2Bcpu-py3-none-any.whl (900 kB) 2025-03-21T20:23:31.6951738Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/900.5 kB ? eta -:--:-- 2025-03-21T20:23:31.6952560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 900.5/900.5 kB 622.5 MB/s eta 0:00:00 2025-03-21T20:23:31.6953267Z [?25hDownloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:23:31.6953902Z Downloading kagglehub-0.3.10-py3-none-any.whl (63 kB) 2025-03-21T20:23:31.6954455Z Downloading omegaconf-2.4.0.dev3-py3-none-any.whl (224 kB) 2025-03-21T20:23:31.6955463Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-03-21T20:23:31.6956573Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:23:31.6957477Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:23:31.6958271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 334.4 MB/s eta 0:00:00 2025-03-21T20:23:31.6959328Z [?25hDownloading https://download.pytorch.org/whl/nightly/cpu/torchdata-0.12.0.dev20250321%2Bcpu-py3-none-any.whl (60 kB) 2025-03-21T20:23:31.6960189Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:23:31.6961184Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:23:31.6962101Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:23:31.6962915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 682.6 MB/s eta 0:00:00 2025-03-21T20:23:31.6963806Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-03-21T20:23:31.6964719Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-03-21T20:23:31.6965505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 279.2 MB/s eta 0:00:00 2025-03-21T20:23:31.6966298Z [?25hDownloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:23:31.6967114Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:23:31.6967935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 262.2 MB/s eta 0:00:00 2025-03-21T20:23:31.6968862Z [?25hDownloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:23:31.6969822Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:23:31.6970604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 718.8 MB/s eta 0:00:00 2025-03-21T20:23:31.6971329Z [?25hDownloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:23:31.6971931Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:23:31.6972485Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:23:31.6973368Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) 2025-03-21T20:23:31.6974580Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:23:31.6975472Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:23:31.6976429Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:23:31.6978208Z 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:23:31.6979792Z Attempting uninstall: fsspec 2025-03-21T20:23:44.3375068Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:23:44.3375824Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:23:44.3376409Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:23:44.3378762Z 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:23:44.3381203Z + [[ llama3_2_vision_encoder == \q\w\e\n\2\_\5 ]] 2025-03-21T20:23:44.3381747Z + [[ llama3_2_vision_encoder == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:23:44.3382410Z + python -m examples.portable.scripts.export --model_name=llama3_2_vision_encoder --strict 2025-03-21T20:23:44.3383200Z [INFO 2025-03-21 20:23:38,583 config.py:54] PyTorch version 2.7.0a0+git295f2ed available. 2025-03-21T20:23:44.3384153Z [INFO 2025-03-21 20:23:39,171 _position_embeddings.py:673] Replacing tile positional embedding in pre_tile_pos_embed with export-friendly one. 2025-03-21T20:23:44.3385348Z [INFO 2025-03-21 20:23:39,172 _position_embeddings.py:673] Replacing tile positional embedding in post_tile_pos_embed with export-friendly one. 2025-03-21T20:23:44.3386565Z [INFO 2025-03-21 20:23:39,173 _position_embeddings.py:709] Replacing tiled token positional embedding in token_pos_embedding with export-friendly one. 2025-03-21T20:23:44.3387804Z /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:23:44.3388727Z warnings.warn(f"erase_node({to_erase}) on an already erased node") 2025-03-21T20:23:44.3390343Z /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:23:44.3391873Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:23:44.3393396Z /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:23:44.3394908Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:23:44.3395479Z [INFO 2025-03-21 20:23:44,336 utils.py:50] Core ATen graph: 2025-03-21T20:23:44.3395914Z graph(): 2025-03-21T20:23:44.3396459Z %p_clip_pre_tile_pos_embed_embedding : [num_users=1] = placeholder[target=p_clip_pre_tile_pos_embed_embedding] 2025-03-21T20:23:44.3397350Z %p_clip_pre_tile_pos_embed_gate : [num_users=1] = placeholder[target=p_clip_pre_tile_pos_embed_gate] 2025-03-21T20:23:44.3398230Z %p_clip_cls_token_embedding_weight : [num_users=1] = placeholder[target=p_clip_cls_token_embedding_weight] 2025-03-21T20:23:44.3399363Z %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:23:44.3400800Z %p_clip_token_pos_embedding_gate : [num_users=2] = placeholder[target=p_clip_token_pos_embedding_gate] 2025-03-21T20:23:44.3402042Z %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:23:44.3403084Z %p_clip_ln_pre_weight : [num_users=1] = placeholder[target=p_clip_ln_pre_weight] 2025-03-21T20:23:44.3403727Z %p_clip_ln_pre_bias : [num_users=1] = placeholder[target=p_clip_ln_pre_bias] 2025-03-21T20:23:44.3404458Z %p_clip_layers_0_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_0_sa_norm_weight] 2025-03-21T20:23:44.3405272Z %p_clip_layers_0_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_0_sa_norm_bias] 2025-03-21T20:23:44.3406086Z %p_clip_layers_0_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_norm_weight] 2025-03-21T20:23:44.3406914Z %p_clip_layers_0_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_norm_bias] 2025-03-21T20:23:44.3407724Z %p_clip_layers_1_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_1_sa_norm_weight] 2025-03-21T20:23:44.3408518Z %p_clip_layers_1_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_1_sa_norm_bias] 2025-03-21T20:23:44.3409326Z %p_clip_layers_1_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_norm_weight] 2025-03-21T20:23:44.3410149Z %p_clip_layers_1_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_norm_bias] 2025-03-21T20:23:44.3410956Z %p_clip_layers_2_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_2_sa_norm_weight] 2025-03-21T20:23:44.3411756Z %p_clip_layers_2_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_2_sa_norm_bias] 2025-03-21T20:23:44.3412565Z %p_clip_layers_2_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_norm_weight] 2025-03-21T20:23:44.3413386Z %p_clip_layers_2_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_norm_bias] 2025-03-21T20:23:44.3414181Z %p_clip_layers_3_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_3_sa_norm_weight] 2025-03-21T20:23:44.3414987Z %p_clip_layers_3_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_3_sa_norm_bias] 2025-03-21T20:23:44.3415794Z %p_clip_layers_3_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_norm_weight] 2025-03-21T20:23:44.3416612Z %p_clip_layers_3_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_norm_bias] 2025-03-21T20:23:44.3417421Z %p_clip_layers_4_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_4_sa_norm_weight] 2025-03-21T20:23:44.3418225Z %p_clip_layers_4_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_4_sa_norm_bias] 2025-03-21T20:23:44.3419034Z %p_clip_layers_4_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_norm_weight] 2025-03-21T20:23:44.3419857Z %p_clip_layers_4_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_norm_bias] 2025-03-21T20:23:44.3420668Z %p_clip_layers_5_sa_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_5_sa_norm_weight] 2025-03-21T20:23:44.3421477Z %p_clip_layers_5_sa_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_5_sa_norm_bias] 2025-03-21T20:23:44.3422291Z %p_clip_layers_5_mlp_norm_weight : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_norm_weight] 2025-03-21T20:23:44.3423113Z %p_clip_layers_5_mlp_norm_bias : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_norm_bias] 2025-03-21T20:23:44.3423861Z %p_clip_ln_post_weight : [num_users=1] = placeholder[target=p_clip_ln_post_weight] 2025-03-21T20:23:44.3424521Z %p_clip_ln_post_bias : [num_users=1] = placeholder[target=p_clip_ln_post_bias] 2025-03-21T20:23:44.3425396Z %p_clip_post_tile_pos_embed_embedding : [num_users=1] = placeholder[target=p_clip_post_tile_pos_embed_embedding] 2025-03-21T20:23:44.3426292Z %p_clip_post_tile_pos_embed_gate : [num_users=1] = placeholder[target=p_clip_post_tile_pos_embed_gate] 2025-03-21T20:23:44.3427251Z %p_projection_layers_0_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_0_sa_norm_weight] 2025-03-21T20:23:44.3428171Z %p_projection_layers_0_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_0_sa_norm_bias] 2025-03-21T20:23:44.3429088Z %p_projection_layers_0_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_0_sa_scale_scale] 2025-03-21T20:23:44.3430026Z %p_projection_layers_0_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_norm_weight] 2025-03-21T20:23:44.3430966Z %p_projection_layers_0_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_norm_bias] 2025-03-21T20:23:44.3431909Z %p_projection_layers_0_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_scale_scale] 2025-03-21T20:23:44.3432865Z %p_projection_layers_1_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_1_sa_norm_weight] 2025-03-21T20:23:44.3433793Z %p_projection_layers_1_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_1_sa_norm_bias] 2025-03-21T20:23:44.3434719Z %p_projection_layers_1_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_1_sa_scale_scale] 2025-03-21T20:23:44.3435768Z %p_projection_layers_1_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_norm_weight] 2025-03-21T20:23:44.3436695Z %p_projection_layers_1_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_norm_bias] 2025-03-21T20:23:44.3437645Z %p_projection_layers_1_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_scale_scale] 2025-03-21T20:23:44.3438607Z %p_projection_layers_2_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_2_sa_norm_weight] 2025-03-21T20:23:44.3439523Z %p_projection_layers_2_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_2_sa_norm_bias] 2025-03-21T20:23:44.3440452Z %p_projection_layers_2_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_2_sa_scale_scale] 2025-03-21T20:23:44.3441404Z %p_projection_layers_2_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_norm_weight] 2025-03-21T20:23:44.3442342Z %p_projection_layers_2_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_norm_bias] 2025-03-21T20:23:44.3443267Z %p_projection_layers_2_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_scale_scale] 2025-03-21T20:23:44.3454108Z %p_projection_layers_3_sa_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_3_sa_norm_weight] 2025-03-21T20:23:44.3455087Z %p_projection_layers_3_sa_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_3_sa_norm_bias] 2025-03-21T20:23:44.3456019Z %p_projection_layers_3_sa_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_3_sa_scale_scale] 2025-03-21T20:23:44.3456984Z %p_projection_layers_3_mlp_norm_weight : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_norm_weight] 2025-03-21T20:23:44.3457911Z %p_projection_layers_3_mlp_norm_bias : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_norm_bias] 2025-03-21T20:23:44.3458864Z %p_projection_layers_3_mlp_scale_scale : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_scale_scale] 2025-03-21T20:23:44.3459665Z %p_clip_conv_weight : [num_users=1] = placeholder[target=p_clip_conv_weight] 2025-03-21T20:23:44.3460430Z %p_clip_layers_0_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_q_proj_weight] 2025-03-21T20:23:44.3461633Z %p_clip_layers_0_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_k_proj_weight] 2025-03-21T20:23:44.3462766Z %p_clip_layers_0_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_v_proj_weight] 2025-03-21T20:23:44.3463708Z %p_clip_layers_0_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_0_attn_output_proj_weight] 2025-03-21T20:23:44.3464704Z %p_clip_layers_0_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w1_weight] 2025-03-21T20:23:44.3465493Z %p_clip_layers_0_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w1_bias] 2025-03-21T20:23:44.3466280Z %p_clip_layers_0_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w2_weight] 2025-03-21T20:23:44.3467064Z %p_clip_layers_0_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_0_mlp_w2_bias] 2025-03-21T20:23:44.3467886Z %p_clip_layers_1_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_q_proj_weight] 2025-03-21T20:23:44.3468779Z %p_clip_layers_1_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_k_proj_weight] 2025-03-21T20:23:44.3469667Z %p_clip_layers_1_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_v_proj_weight] 2025-03-21T20:23:44.3470614Z %p_clip_layers_1_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_1_attn_output_proj_weight] 2025-03-21T20:23:44.3471512Z %p_clip_layers_1_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w1_weight] 2025-03-21T20:23:44.3472295Z %p_clip_layers_1_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w1_bias] 2025-03-21T20:23:44.3473153Z %p_clip_layers_1_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w2_weight] 2025-03-21T20:23:44.3473938Z %p_clip_layers_1_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_1_mlp_w2_bias] 2025-03-21T20:23:44.3474766Z %p_clip_layers_2_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_q_proj_weight] 2025-03-21T20:23:44.3475752Z %p_clip_layers_2_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_k_proj_weight] 2025-03-21T20:23:44.3476639Z %p_clip_layers_2_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_v_proj_weight] 2025-03-21T20:23:44.3477586Z %p_clip_layers_2_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_2_attn_output_proj_weight] 2025-03-21T20:23:44.3478481Z %p_clip_layers_2_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w1_weight] 2025-03-21T20:23:44.3479251Z %p_clip_layers_2_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w1_bias] 2025-03-21T20:23:44.3480032Z %p_clip_layers_2_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w2_weight] 2025-03-21T20:23:44.3480815Z %p_clip_layers_2_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_2_mlp_w2_bias] 2025-03-21T20:23:44.3481649Z %p_clip_layers_3_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_q_proj_weight] 2025-03-21T20:23:44.3482535Z %p_clip_layers_3_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_k_proj_weight] 2025-03-21T20:23:44.3483424Z %p_clip_layers_3_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_v_proj_weight] 2025-03-21T20:23:44.3484365Z %p_clip_layers_3_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_3_attn_output_proj_weight] 2025-03-21T20:23:44.3485247Z %p_clip_layers_3_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w1_weight] 2025-03-21T20:23:44.3486031Z %p_clip_layers_3_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w1_bias] 2025-03-21T20:23:44.3486810Z %p_clip_layers_3_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w2_weight] 2025-03-21T20:23:44.3487590Z %p_clip_layers_3_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_3_mlp_w2_bias] 2025-03-21T20:23:44.3488543Z %p_clip_layers_4_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_q_proj_weight] 2025-03-21T20:23:44.3489431Z %p_clip_layers_4_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_k_proj_weight] 2025-03-21T20:23:44.3490375Z %p_clip_layers_4_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_v_proj_weight] 2025-03-21T20:23:44.3491317Z %p_clip_layers_4_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_4_attn_output_proj_weight] 2025-03-21T20:23:44.3492216Z %p_clip_layers_4_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w1_weight] 2025-03-21T20:23:44.3493005Z %p_clip_layers_4_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w1_bias] 2025-03-21T20:23:44.3493789Z %p_clip_layers_4_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w2_weight] 2025-03-21T20:23:44.3494577Z %p_clip_layers_4_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_4_mlp_w2_bias] 2025-03-21T20:23:44.3495401Z %p_clip_layers_5_attn_q_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_q_proj_weight] 2025-03-21T20:23:44.3496275Z %p_clip_layers_5_attn_k_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_k_proj_weight] 2025-03-21T20:23:44.3497166Z %p_clip_layers_5_attn_v_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_v_proj_weight] 2025-03-21T20:23:44.3498103Z %p_clip_layers_5_attn_output_proj_weight : [num_users=1] = placeholder[target=p_clip_layers_5_attn_output_proj_weight] 2025-03-21T20:23:44.3498998Z %p_clip_layers_5_mlp_w1_weight : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w1_weight] 2025-03-21T20:23:44.3499777Z %p_clip_layers_5_mlp_w1_bias : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w1_bias] 2025-03-21T20:23:44.3500561Z %p_clip_layers_5_mlp_w2_weight : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w2_weight] 2025-03-21T20:23:44.3501340Z %p_clip_layers_5_mlp_w2_bias : [num_users=1] = placeholder[target=p_clip_layers_5_mlp_w2_bias] 2025-03-21T20:23:44.3502219Z %p_projection_layers_0_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_q_proj_weight] 2025-03-21T20:23:44.3503239Z %p_projection_layers_0_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_k_proj_weight] 2025-03-21T20:23:44.3504256Z %p_projection_layers_0_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_v_proj_weight] 2025-03-21T20:23:44.3505320Z %p_projection_layers_0_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_0_attn_output_proj_weight] 2025-03-21T20:23:44.3506338Z %p_projection_layers_0_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w1_weight] 2025-03-21T20:23:44.3507246Z %p_projection_layers_0_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w1_bias] 2025-03-21T20:23:44.3508150Z %p_projection_layers_0_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w2_weight] 2025-03-21T20:23:44.3509041Z %p_projection_layers_0_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_0_mlp_w2_bias] 2025-03-21T20:23:44.3510002Z %p_projection_layers_1_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_q_proj_weight] 2025-03-21T20:23:44.3511022Z %p_projection_layers_1_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_k_proj_weight] 2025-03-21T20:23:44.3512037Z %p_projection_layers_1_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_v_proj_weight] 2025-03-21T20:23:44.3513092Z %p_projection_layers_1_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_1_attn_output_proj_weight] 2025-03-21T20:23:44.3514188Z %p_projection_layers_1_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w1_weight] 2025-03-21T20:23:44.3515091Z %p_projection_layers_1_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w1_bias] 2025-03-21T20:23:44.3516144Z %p_projection_layers_1_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w2_weight] 2025-03-21T20:23:44.3517051Z %p_projection_layers_1_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_1_mlp_w2_bias] 2025-03-21T20:23:44.3518000Z %p_projection_layers_2_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_q_proj_weight] 2025-03-21T20:23:44.3519021Z %p_projection_layers_2_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_k_proj_weight] 2025-03-21T20:23:44.3520040Z %p_projection_layers_2_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_v_proj_weight] 2025-03-21T20:23:44.3521106Z %p_projection_layers_2_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_2_attn_output_proj_weight] 2025-03-21T20:23:44.3522117Z %p_projection_layers_2_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w1_weight] 2025-03-21T20:23:44.3523013Z %p_projection_layers_2_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w1_bias] 2025-03-21T20:23:44.3523913Z %p_projection_layers_2_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w2_weight] 2025-03-21T20:23:44.3524820Z %p_projection_layers_2_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_2_mlp_w2_bias] 2025-03-21T20:23:44.3525772Z %p_projection_layers_3_attn_q_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_q_proj_weight] 2025-03-21T20:23:44.3526790Z %p_projection_layers_3_attn_k_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_k_proj_weight] 2025-03-21T20:23:44.3527820Z %p_projection_layers_3_attn_v_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_v_proj_weight] 2025-03-21T20:23:44.3528876Z %p_projection_layers_3_attn_output_proj_weight : [num_users=1] = placeholder[target=p_projection_layers_3_attn_output_proj_weight] 2025-03-21T20:23:44.3529898Z %p_projection_layers_3_mlp_w1_weight : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w1_weight] 2025-03-21T20:23:44.3530785Z %p_projection_layers_3_mlp_w1_bias : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w1_bias] 2025-03-21T20:23:44.3531687Z %p_projection_layers_3_mlp_w2_weight : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w2_weight] 2025-03-21T20:23:44.3532588Z %p_projection_layers_3_mlp_w2_bias : [num_users=1] = placeholder[target=p_projection_layers_3_mlp_w2_bias] 2025-03-21T20:23:44.3533438Z %p_projection_output_weight : [num_users=1] = placeholder[target=p_projection_output_weight] 2025-03-21T20:23:44.3534226Z %p_projection_output_bias : [num_users=1] = placeholder[target=p_projection_output_bias] 2025-03-21T20:23:44.3534859Z %images : [num_users=2] = placeholder[target=images] 2025-03-21T20:23:44.3535379Z %aspect_ratio : [num_users=1] = placeholder[target=aspect_ratio] 2025-03-21T20:23:44.3536160Z %sym_size_int_10 : [num_users=16] = call_function[target=torch.ops.aten.sym_size.int](args = (%images, 2), kwargs = {}) 2025-03-21T20:23:44.3537238Z %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:23:44.3538370Z %reshape_1 : [num_users=3] = call_function[target=torch.ops.aten.reshape.default](args = (%aspect_ratio, [1, 2]), kwargs = {}) 2025-03-21T20:23:44.3539510Z %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:23:44.3540730Z %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:23:44.3541944Z %permute : [num_users=1] = call_function[target=torch.ops.aten.permute.default](args = (%reshape_2, [0, 1, 3, 2]), kwargs = {}) 2025-03-21T20:23:44.3543004Z %select : [num_users=2] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3543949Z %select_1 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3544884Z %select_2 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select, 0, 1), kwargs = {}) 2025-03-21T20:23:44.3545800Z %item : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_1,), kwargs = {}) 2025-03-21T20:23:44.3546920Z %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:23:44.3547959Z %ge_12 : [num_users=1] = call_function[target=operator.ge](args = (%item, 1), kwargs = {}) 2025-03-21T20:23:44.3549138Z %_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:23:44.3550308Z %le_6 : [num_users=1] = call_function[target=operator.le](args = (%item, 4), kwargs = {}) 2025-03-21T20:23:44.3551457Z %_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:23:44.3552714Z %item_1 : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_2,), kwargs = {}) 2025-03-21T20:23:44.3553855Z %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:23:44.3554919Z %ge_13 : [num_users=1] = call_function[target=operator.ge](args = (%item_1, 1), kwargs = {}) 2025-03-21T20:23:44.3556206Z %_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:23:44.3557404Z %le_7 : [num_users=1] = call_function[target=operator.le](args = (%item_1, 4), kwargs = {}) 2025-03-21T20:23:44.3558585Z %_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:23:44.3559783Z %mul_16 : [num_users=4] = call_function[target=operator.mul](args = (%item, %item_1), kwargs = {}) 2025-03-21T20:23:44.3560584Z %add_22 : [num_users=3] = call_function[target=operator.add](args = (1, %sym_size_int_10), kwargs = {}) 2025-03-21T20:23:44.3561614Z %lt_4 : [num_users=1] = call_function[target=operator.lt](args = (%mul_16, %add_22), kwargs = {}) 2025-03-21T20:23:44.3562833Z %_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:23:44.3564298Z %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:23:44.3565414Z %slice_1 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad, 0, 0, %item), kwargs = {}) 2025-03-21T20:23:44.3566411Z %slice_2 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_1, 1, 0, %item_1), kwargs = {}) 2025-03-21T20:23:44.3567456Z %slice_3 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_2, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3568719Z %slice_4 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_3, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3569701Z %clone : [num_users=1] = call_function[target=torch.ops.aten.clone.default](args = (%slice_4,), kwargs = {}) 2025-03-21T20:23:44.3570801Z %reshape_3 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%clone, [%mul_16, 1, 768]), kwargs = {}) 2025-03-21T20:23:44.3571873Z %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:23:44.3572860Z %select_3 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_1, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3573844Z %slice_5 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_3, 0, 0, %mul_16), kwargs = {}) 2025-03-21T20:23:44.3574896Z %slice_6 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_5, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3575985Z %slice_7 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_6, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3577047Z %tanh : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_clip_pre_tile_pos_embed_gate,), kwargs = {}) 2025-03-21T20:23:44.3578054Z %mul_1 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%reshape_3, %tanh), kwargs = {}) 2025-03-21T20:23:44.3578975Z %add_ : [num_users=1] = call_function[target=torch.ops.aten.add_.Tensor](args = (%slice_7, %mul_1), kwargs = {}) 2025-03-21T20:23:44.3579894Z %select_4 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_1, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3580863Z %slice_8 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_4, 0, 0, %mul_16), kwargs = {}) 2025-03-21T20:23:44.3581906Z %slice_9 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_8, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3582983Z %slice_10 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_9, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3583993Z %copy_ : [num_users=0] = call_function[target=torch.ops.aten.copy_.default](args = (%slice_10, %add_), kwargs = {}) 2025-03-21T20:23:44.3584978Z %slice_11 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_1, 0, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3586047Z %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:23:44.3587131Z %slice_13 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_12, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3588207Z %slice_14 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_13, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3589476Z %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:23:44.3590718Z %cat : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%broadcast_to, %slice_14], 2), kwargs = {}) 2025-03-21T20:23:44.3591760Z %tanh_1 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_clip_token_pos_embedding_gate,), kwargs = {}) 2025-03-21T20:23:44.3592749Z %rsub : [num_users=1] = call_function[target=torch.ops.aten.rsub.Scalar](args = (%tanh_1, 1), kwargs = {}) 2025-03-21T20:23:44.3593848Z %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:23:44.3595065Z %add_1 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%cat, %mul_2), kwargs = {}) 2025-03-21T20:23:44.3596135Z %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:23:44.3597220Z %select_5 : [num_users=2] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3598169Z %select_6 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_5, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3599107Z %select_7 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_5, 0, 1), kwargs = {}) 2025-03-21T20:23:44.3600029Z %item_2 : [num_users=6] = call_function[target=torch.ops.aten.item.default](args = (%select_6,), kwargs = {}) 2025-03-21T20:23:44.3601157Z %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:23:44.3602224Z %ge_14 : [num_users=1] = call_function[target=operator.ge](args = (%item_2, 1), kwargs = {}) 2025-03-21T20:23:44.3603411Z %_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:23:44.3604590Z %le_8 : [num_users=1] = call_function[target=operator.le](args = (%item_2, 4), kwargs = {}) 2025-03-21T20:23:44.3605767Z %_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:23:44.3606932Z %gt_2 : [num_users=1] = call_function[target=operator.gt](args = (%item_2, 0), kwargs = {}) 2025-03-21T20:23:44.3608096Z %_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:23:44.3609350Z %item_3 : [num_users=6] = call_function[target=torch.ops.aten.item.default](args = (%select_7,), kwargs = {}) 2025-03-21T20:23:44.3610492Z %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:23:44.3611530Z %ge_15 : [num_users=1] = call_function[target=operator.ge](args = (%item_3, 1), kwargs = {}) 2025-03-21T20:23:44.3612710Z %_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:23:44.3613880Z %le_9 : [num_users=1] = call_function[target=operator.le](args = (%item_3, 4), kwargs = {}) 2025-03-21T20:23:44.3615048Z %_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:23:44.3616217Z %gt_3 : [num_users=1] = call_function[target=operator.gt](args = (%item_3, 0), kwargs = {}) 2025-03-21T20:23:44.3617384Z %_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:23:44.3618605Z %mul_17 : [num_users=5] = call_function[target=operator.mul](args = (%item_2, %item_3), kwargs = {}) 2025-03-21T20:23:44.3619378Z %lt_5 : [num_users=1] = call_function[target=operator.lt](args = (%mul_17, 5), kwargs = {}) 2025-03-21T20:23:44.3620561Z %_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:23:44.3621839Z %lt_6 : [num_users=1] = call_function[target=operator.lt](args = (%mul_17, %add_22), kwargs = {}) 2025-03-21T20:23:44.3623065Z %_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:23:44.3624713Z %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:23:44.3625956Z %slice_15 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_2, 0, 0, %item_2), kwargs = {}) 2025-03-21T20:23:44.3626974Z %slice_16 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_15, 1, 0, %item_3), kwargs = {}) 2025-03-21T20:23:44.3628029Z %slice_17 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_16, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3629115Z %slice_18 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_17, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3630123Z %clone_1 : [num_users=1] = call_function[target=torch.ops.aten.clone.default](args = (%slice_18,), kwargs = {}) 2025-03-21T20:23:44.3631150Z %reshape_4 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%clone_1, [%mul_17, 257, 768]), kwargs = {}) 2025-03-21T20:23:44.3632255Z %tanh_2 : [num_users=1] = call_function[target=torch.ops.aten.tanh.default](args = (%p_clip_token_pos_embedding_gate,), kwargs = {}) 2025-03-21T20:23:44.3633274Z %mul_4 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%reshape_4, %tanh_2), kwargs = {}) 2025-03-21T20:23:44.3634238Z %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:23:44.3635308Z %select_8 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_3, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3636290Z %slice_19 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_8, 0, 0, %mul_17), kwargs = {}) 2025-03-21T20:23:44.3637346Z %slice_20 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_19, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3638418Z %slice_21 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_20, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3639419Z %add__1 : [num_users=1] = call_function[target=torch.ops.aten.add_.Tensor](args = (%slice_21, %mul_4), kwargs = {}) 2025-03-21T20:23:44.3640347Z %select_9 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_3, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3641304Z %slice_22 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_9, 0, 0, %mul_17), kwargs = {}) 2025-03-21T20:23:44.3642349Z %slice_23 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_22, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3643425Z %slice_24 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_23, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3644448Z %copy__1 : [num_users=0] = call_function[target=torch.ops.aten.copy_.default](args = (%slice_24, %add__1), kwargs = {}) 2025-03-21T20:23:44.3645462Z %slice_25 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_3, 0, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3646530Z %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:23:44.3647603Z %slice_27 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_26, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3648890Z %slice_28 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_27, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3649904Z %to : [num_users=2] = call_function[target=torch.ops.aten.to.dtype](args = (%slice_28, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3650936Z %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:23:44.3651964Z %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:23:44.3653018Z %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:23:44.3654049Z %type_as : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%layer_norm, %to), kwargs = {}) 2025-03-21T20:23:44.3654966Z %mul_5 : [num_users=43] = call_function[target=operator.mul](args = (%sym_size_int_10, 257), kwargs = {}) 2025-03-21T20:23:44.3655937Z %reshape_5 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%type_as, [1, %mul_5, 768]), kwargs = {}) 2025-03-21T20:23:44.3656966Z %to_3 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%reshape_5, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3657978Z %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:23:44.3659066Z %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:23:44.3660162Z %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:23:44.3661426Z %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:23:44.3662538Z %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:23:44.3663660Z %view_1 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%linear, [1, %mul_5, 8, 96]), kwargs = {}) 2025-03-21T20:23:44.3664668Z %transpose : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_1, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3665775Z %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:23:44.3666979Z %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:23:44.3668114Z %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:23:44.3669159Z %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:23:44.3670183Z %transpose_1 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_2, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3671186Z %transpose_2 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_3, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3672466Z %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:23:44.3673838Z %transpose_3 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%scaled_dot_product_attention, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3674941Z %view_4 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_3, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3676301Z %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:23:44.3677494Z %add_2 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_3, %to_3), kwargs = {}) 2025-03-21T20:23:44.3678420Z %to_6 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_2, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3679440Z %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:23:44.3680544Z %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:23:44.3681647Z %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:23:44.3682714Z %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:23:44.3683918Z %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:23:44.3685049Z %gelu : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_4,), kwargs = {}) 2025-03-21T20:23:44.3686188Z %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:23:44.3687329Z %add_3 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_6, %linear_5), kwargs = {}) 2025-03-21T20:23:44.3688372Z %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:23:44.3689427Z %to_9 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_3, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3690435Z %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:23:44.3691528Z %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:23:44.3692625Z %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:23:44.3693676Z %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:23:44.3694786Z %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:23:44.3695914Z %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:23:44.3696933Z %transpose_4 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_5, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3698042Z %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:23:44.3699259Z %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:23:44.3700394Z %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:23:44.3701438Z %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:23:44.3702520Z %transpose_5 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_6, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3703516Z %transpose_6 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_7, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3704852Z %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:23:44.3706229Z %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:23:44.3707340Z %view_8 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_7, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3708472Z %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:23:44.3709550Z %add_4 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_9, %to_9), kwargs = {}) 2025-03-21T20:23:44.3710465Z %to_12 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_4, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3711475Z %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:23:44.3712577Z %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:23:44.3713692Z %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:23:44.3714761Z %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:23:44.3716065Z %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:23:44.3717229Z %gelu_1 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_10,), kwargs = {}) 2025-03-21T20:23:44.3718386Z %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:23:44.3719545Z %add_5 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_12, %linear_11), kwargs = {}) 2025-03-21T20:23:44.3720460Z %to_15 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_5, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3721480Z %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:23:44.3722582Z %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:23:44.3723688Z %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:23:44.3724774Z %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:23:44.3725900Z %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:23:44.3727042Z %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:23:44.3728069Z %transpose_8 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_9, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3729239Z %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:23:44.3730460Z %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:23:44.3731667Z %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:23:44.3732721Z %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:23:44.3733746Z %transpose_9 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_10, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3734758Z %transpose_10 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_11, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3736065Z %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:23:44.3737455Z %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:23:44.3738568Z %view_12 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_11, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3739716Z %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:23:44.3740808Z %add_6 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_15, %to_15), kwargs = {}) 2025-03-21T20:23:44.3741730Z %to_18 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_6, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3742747Z %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:23:44.3743847Z %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:23:44.3744959Z %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:23:44.3746043Z %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:23:44.3747240Z %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:23:44.3748390Z %gelu_2 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_16,), kwargs = {}) 2025-03-21T20:23:44.3749541Z %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:23:44.3750695Z %add_7 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_18, %linear_17), kwargs = {}) 2025-03-21T20:23:44.3751747Z %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:23:44.3752795Z %to_21 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_7, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3753810Z %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:23:44.3754904Z %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:23:44.3756175Z %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:23:44.3757255Z %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:23:44.3758436Z %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:23:44.3759570Z %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:23:44.3760595Z %transpose_12 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_13, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3761892Z %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:23:44.3763116Z %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:23:44.3764257Z %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:23:44.3765301Z %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:23:44.3766340Z %transpose_13 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_14, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3767352Z %transpose_14 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_15, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3768663Z %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:23:44.3770069Z %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:23:44.3771188Z %view_16 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_15, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3772350Z %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:23:44.3773440Z %add_8 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_21, %to_21), kwargs = {}) 2025-03-21T20:23:44.3774351Z %to_24 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_8, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3775368Z %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:23:44.3776468Z %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:23:44.3777578Z %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:23:44.3778654Z %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:23:44.3779862Z %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:23:44.3781018Z %gelu_3 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_22,), kwargs = {}) 2025-03-21T20:23:44.3782166Z %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:23:44.3783456Z %add_9 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_24, %linear_23), kwargs = {}) 2025-03-21T20:23:44.3784385Z %to_27 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_9, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3785499Z %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:23:44.3786598Z %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:23:44.3787705Z %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:23:44.3788778Z %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:23:44.3789905Z %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:23:44.3791037Z %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:23:44.3792055Z %transpose_16 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_17, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3793161Z %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:23:44.3794374Z %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:23:44.3795606Z %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:23:44.3796664Z %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:23:44.3797691Z %transpose_17 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_18, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3798709Z %transpose_18 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_19, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3800015Z %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:23:44.3801390Z %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:23:44.3802516Z %view_20 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_19, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3803674Z %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:23:44.3804765Z %add_10 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_27, %to_27), kwargs = {}) 2025-03-21T20:23:44.3805704Z %to_30 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_10, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3806728Z %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:23:44.3807832Z %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:23:44.3808943Z %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:23:44.3810085Z %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:23:44.3811377Z %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:23:44.3812537Z %gelu_4 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_28,), kwargs = {}) 2025-03-21T20:23:44.3813683Z %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:23:44.3814851Z %add_11 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_30, %linear_29), kwargs = {}) 2025-03-21T20:23:44.3815914Z %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:23:44.3816981Z %to_33 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_11, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3818006Z %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:23:44.3819099Z %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:23:44.3820203Z %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:23:44.3821286Z %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:23:44.3822413Z %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:23:44.3823552Z %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:23:44.3824583Z %transpose_20 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_21, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3825703Z %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:23:44.3826927Z %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:23:44.3828054Z %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:23:44.3829110Z %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:23:44.3830145Z %transpose_21 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_22, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3831147Z %transpose_22 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_23, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3832453Z %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:23:44.3833846Z %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:23:44.3834964Z %view_24 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_23, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3836198Z %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:23:44.3837371Z %add_12 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%linear_33, %to_33), kwargs = {}) 2025-03-21T20:23:44.3838293Z %to_36 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_12, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3839365Z %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:23:44.3840468Z %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:23:44.3841574Z %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:23:44.3842650Z %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:23:44.3843871Z %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:23:44.3845033Z %gelu_5 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_34,), kwargs = {}) 2025-03-21T20:23:44.3846178Z %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:23:44.3847319Z %add_13 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_36, %linear_35), kwargs = {}) 2025-03-21T20:23:44.3848247Z %to_39 : [num_users=2] = call_function[target=torch.ops.aten.to.dtype](args = (%add_13, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3849231Z %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:23:44.3850268Z %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:23:44.3851345Z %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:23:44.3852433Z %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:23:44.3853545Z %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:23:44.3854606Z %select_10 : [num_users=2] = call_function[target=torch.ops.aten.select.int](args = (%reshape_1, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3855559Z %select_11 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_10, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3856506Z %select_12 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_10, 0, 1), kwargs = {}) 2025-03-21T20:23:44.3857429Z %item_4 : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_11,), kwargs = {}) 2025-03-21T20:23:44.3858572Z %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:23:44.3859625Z %ge_16 : [num_users=1] = call_function[target=operator.ge](args = (%item_4, 1), kwargs = {}) 2025-03-21T20:23:44.3861028Z %_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:23:44.3862228Z %le_10 : [num_users=1] = call_function[target=operator.le](args = (%item_4, 4), kwargs = {}) 2025-03-21T20:23:44.3863540Z %_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:23:44.3864822Z %item_5 : [num_users=5] = call_function[target=torch.ops.aten.item.default](args = (%select_12,), kwargs = {}) 2025-03-21T20:23:44.3866056Z %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:23:44.3867109Z %ge_17 : [num_users=1] = call_function[target=operator.ge](args = (%item_5, 1), kwargs = {}) 2025-03-21T20:23:44.3868290Z %_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:23:44.3869473Z %le_11 : [num_users=1] = call_function[target=operator.le](args = (%item_5, 4), kwargs = {}) 2025-03-21T20:23:44.3870661Z %_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:23:44.3871871Z %mul_18 : [num_users=4] = call_function[target=operator.mul](args = (%item_4, %item_5), kwargs = {}) 2025-03-21T20:23:44.3872656Z %lt_7 : [num_users=1] = call_function[target=operator.lt](args = (%mul_18, %add_22), kwargs = {}) 2025-03-21T20:23:44.3873877Z %_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:23:44.3875421Z %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:23:44.3876562Z %slice_29 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_4, 0, 0, %item_4), kwargs = {}) 2025-03-21T20:23:44.3877584Z %slice_30 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_29, 1, 0, %item_5), kwargs = {}) 2025-03-21T20:23:44.3878634Z %slice_31 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_30, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3879710Z %slice_32 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_31, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3880712Z %clone_2 : [num_users=1] = call_function[target=torch.ops.aten.clone.default](args = (%slice_32,), kwargs = {}) 2025-03-21T20:23:44.3881712Z %reshape_10 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%clone_2, [%mul_18, 1, 768]), kwargs = {}) 2025-03-21T20:23:44.3882785Z %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:23:44.3883777Z %select_13 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_5, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3884749Z %slice_33 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_13, 0, 0, %mul_18), kwargs = {}) 2025-03-21T20:23:44.3885802Z %slice_34 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_33, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3886875Z %slice_35 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_34, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3887950Z %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:23:44.3888966Z %mul_7 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%reshape_10, %tanh_3), kwargs = {}) 2025-03-21T20:23:44.3889885Z %add__2 : [num_users=1] = call_function[target=torch.ops.aten.add_.Tensor](args = (%slice_35, %mul_7), kwargs = {}) 2025-03-21T20:23:44.3890925Z %select_14 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%pad_5, 0, 0), kwargs = {}) 2025-03-21T20:23:44.3891970Z %slice_36 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_14, 0, 0, %mul_18), kwargs = {}) 2025-03-21T20:23:44.3893019Z %slice_37 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_36, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3894093Z %slice_38 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_37, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3895119Z %copy__2 : [num_users=0] = call_function[target=torch.ops.aten.copy_.default](args = (%slice_38, %add__2), kwargs = {}) 2025-03-21T20:23:44.3896133Z %slice_39 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%pad_5, 0, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3897217Z %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:23:44.3898284Z %slice_41 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_40, 2, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3899354Z %slice_42 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%slice_41, 3, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:23:44.3900498Z %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:23:44.3901619Z %view_25 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%reshape_11, [1, %mul_5, 768]), kwargs = {}) 2025-03-21T20:23:44.3902607Z %to_42 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%view_25, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3903665Z %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:23:44.3904822Z %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:23:44.3905968Z %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:23:44.3907037Z %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:23:44.3908191Z %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:23:44.3909360Z %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:23:44.3910391Z %transpose_24 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_26, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3911535Z %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:23:44.3912815Z %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:23:44.3913992Z %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:23:44.3915056Z %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:23:44.3916203Z %transpose_25 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_27, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3917290Z %transpose_26 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_28, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3918661Z %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:23:44.3920062Z %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:23:44.3921187Z %view_29 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_27, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3922382Z %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:23:44.3923611Z %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:23:44.3924652Z %mul_8 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_39, %tanh_4), kwargs = {}) 2025-03-21T20:23:44.3925564Z %add_14 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_8, %to_42), kwargs = {}) 2025-03-21T20:23:44.3926489Z %to_45 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_14, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3927546Z %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:23:44.3928715Z %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:23:44.3929854Z %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:23:44.3930940Z %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:23:44.3932224Z %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:23:44.3933451Z %gelu_6 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_40,), kwargs = {}) 2025-03-21T20:23:44.3934645Z %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:23:44.3935966Z %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:23:44.3936997Z %mul_9 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_41, %tanh_5), kwargs = {}) 2025-03-21T20:23:44.3937911Z %add_15 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_45, %mul_9), kwargs = {}) 2025-03-21T20:23:44.3938827Z %to_48 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_15, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3939868Z %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:23:44.3941032Z %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:23:44.3942167Z %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:23:44.3943236Z %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:23:44.3944449Z %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:23:44.3945667Z %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:23:44.3946978Z %transpose_28 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_30, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3948128Z %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:23:44.3949398Z %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:23:44.3950566Z %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:23:44.3951623Z %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:23:44.3952651Z %transpose_29 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_31, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3953661Z %transpose_30 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_32, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3954965Z %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:23:44.3956427Z %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:23:44.3957549Z %view_33 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_31, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3958729Z %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:23:44.3959949Z %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:23:44.3961144Z %mul_10 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_45, %tanh_6), kwargs = {}) 2025-03-21T20:23:44.3962059Z %add_16 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_10, %to_48), kwargs = {}) 2025-03-21T20:23:44.3962982Z %to_51 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_16, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3964043Z %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:23:44.3965223Z %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:23:44.3966372Z %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:23:44.3967460Z %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:23:44.3968735Z %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:23:44.3969951Z %gelu_7 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_46,), kwargs = {}) 2025-03-21T20:23:44.3971279Z %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:23:44.3972598Z %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:23:44.3973717Z %mul_11 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_47, %tanh_7), kwargs = {}) 2025-03-21T20:23:44.3974639Z %add_17 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_51, %mul_11), kwargs = {}) 2025-03-21T20:23:44.3975560Z %to_54 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_17, torch.float32), kwargs = {}) 2025-03-21T20:23:44.3976609Z %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:23:44.3977765Z %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:23:44.3978910Z %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:23:44.3979979Z %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:23:44.3981126Z %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:23:44.3982285Z %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:23:44.3983311Z %transpose_32 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_34, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3984451Z %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:23:44.3985725Z %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:23:44.3986895Z %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:23:44.3987950Z %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:23:44.3988976Z %transpose_33 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_35, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3989971Z %transpose_34 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_36, 1, 2), kwargs = {}) 2025-03-21T20:23:44.3991283Z %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:23:44.3992678Z %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:23:44.3993800Z %view_37 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_35, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.3994983Z %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:23:44.3996285Z %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:23:44.3997330Z %mul_12 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_51, %tanh_8), kwargs = {}) 2025-03-21T20:23:44.3998347Z %add_18 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_12, %to_54), kwargs = {}) 2025-03-21T20:23:44.3999256Z %to_57 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_18, torch.float32), kwargs = {}) 2025-03-21T20:23:44.4000363Z %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:23:44.4001531Z %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:23:44.4002674Z %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:23:44.4003755Z %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:23:44.4005028Z %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:23:44.4006243Z %gelu_8 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_52,), kwargs = {}) 2025-03-21T20:23:44.4007454Z %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:23:44.4008757Z %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:23:44.4009792Z %mul_13 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_53, %tanh_9), kwargs = {}) 2025-03-21T20:23:44.4010711Z %add_19 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_57, %mul_13), kwargs = {}) 2025-03-21T20:23:44.4011629Z %to_60 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_19, torch.float32), kwargs = {}) 2025-03-21T20:23:44.4012678Z %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:23:44.4013843Z %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:23:44.4014986Z %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:23:44.4016070Z %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:23:44.4017211Z %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:23:44.4018387Z %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:23:44.4019420Z %transpose_36 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_38, 1, 2), kwargs = {}) 2025-03-21T20:23:44.4020573Z %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:23:44.4021852Z %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:23:44.4023030Z %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:23:44.4024090Z %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:23:44.4025205Z %transpose_37 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_39, 1, 2), kwargs = {}) 2025-03-21T20:23:44.4026209Z %transpose_38 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_40, 1, 2), kwargs = {}) 2025-03-21T20:23:44.4027577Z %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:23:44.4028975Z %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:23:44.4030094Z %view_41 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_39, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:23:44.4031282Z %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:23:44.4032514Z %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:23:44.4033551Z %mul_14 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_57, %tanh_10), kwargs = {}) 2025-03-21T20:23:44.4034480Z %add_20 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_14, %to_60), kwargs = {}) 2025-03-21T20:24:05.0259711Z %to_63 : [num_users=3] = call_function[target=torch.ops.aten.to.dtype](args = (%add_20, torch.float32), kwargs = {}) 2025-03-21T20:24:05.0261817Z %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:24:05.0263795Z %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:24:05.0265414Z %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:24:05.0267019Z %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:24:05.0268816Z %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:24:05.0270814Z %gelu_9 : [num_users=1] = call_function[target=torch.ops.aten.gelu.default](args = (%linear_58,), kwargs = {}) 2025-03-21T20:24:05.0272536Z %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:24:05.0274144Z %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:24:05.0275511Z %mul_15 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%linear_59, %tanh_11), kwargs = {}) 2025-03-21T20:24:05.0276631Z %add_21 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%to_63, %mul_15), kwargs = {}) 2025-03-21T20:24:05.0278013Z %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:24:05.0279599Z %stack : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%reshape_6, %reshape_7, %reshape_8], -1), kwargs = {}) 2025-03-21T20:24:05.0281315Z %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:24:05.0282644Z %cat_1 : [num_users=1] = call_function[target=torch.ops.aten.cat.default](args = ([%view_42, %view_43], -1), kwargs = {}) 2025-03-21T20:24:05.0284293Z %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:24:05.0285995Z %reshape_12 : [num_users=1] = call_function[target=torch.ops.aten.reshape.default](args = (%linear_60, [1, %mul_5, -1]), kwargs = {}) 2025-03-21T20:24:05.0286834Z return (reshape_12,) 2025-03-21T20:24:05.0288444Z /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:24:05.0290129Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:05.0290629Z [INFO 2025-03-21 20:24:05,025 utils.py:70] Exported graph: 2025-03-21T20:24:05.0291101Z ExportedProgram: 2025-03-21T20:24:05.0291492Z class GraphModule(torch.nn.Module): 2025-03-21T20:24:05.0316824Z 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:24:05.0341546Z # 2025-03-21T20:24:05.0341922Z sym_size: "Sym(s0)" = torch.ops.aten.sym_size.int(images, 2) 2025-03-21T20:24:05.0342368Z 2025-03-21T20:24:05.0343401Z # 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:24:05.0344863Z 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:24:05.0345650Z 2025-03-21T20:24:05.0346574Z # 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:24:05.0347976Z 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:24:05.0348720Z 2025-03-21T20:24:05.0349581Z # 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:24:05.0351314Z 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:24:05.0352483Z 2025-03-21T20:24:05.0353464Z # 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:24:05.0355208Z 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:24:05.0356709Z 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:24:05.0357614Z 2025-03-21T20:24:05.0358372Z # 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:24:05.0359529Z 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:24:05.0360200Z 2025-03-21T20:24:05.0361441Z # 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:24:05.0362907Z aten_select_copy_int_1: "i64[]" = executorch_exir_dialects_edge__ops_aten_select_copy_int(aten_select_copy_int, 0, 0) 2025-03-21T20:24:05.0364004Z 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:24:05.0364790Z 2025-03-21T20:24:05.0365696Z # 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:24:05.0367065Z _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:24:05.0367796Z 2025-03-21T20:24:05.0368040Z # 2025-03-21T20:24:05.0368753Z 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:24:05.0369720Z 2025-03-21T20:24:05.0370735Z # 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:24:05.0371894Z ge: "Sym(u72 >= 1)" = _local_scalar_dense >= 1 2025-03-21T20:24:05.0372778Z _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:24:05.0373640Z le: "Sym(u72 <= 4)" = _local_scalar_dense <= 4 2025-03-21T20:24:05.0374521Z _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:24:05.0375353Z 2025-03-21T20:24:05.0376253Z # 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:24:05.0377637Z _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:24:05.0378368Z 2025-03-21T20:24:05.0378631Z # 2025-03-21T20:24:05.0379354Z 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:24:05.0380165Z 2025-03-21T20:24:05.0381246Z # 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:24:05.0382293Z ge_1: "Sym(u73 >= 1)" = _local_scalar_dense_1 >= 1 2025-03-21T20:24:05.0383198Z _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:24:05.0384107Z le_1: "Sym(u73 <= 4)" = _local_scalar_dense_1 <= 4 2025-03-21T20:24:05.0384996Z _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:24:05.0385833Z 2025-03-21T20:24:05.0386091Z # 2025-03-21T20:24:05.0386458Z mul: "Sym(u72*u73)" = _local_scalar_dense * _local_scalar_dense_1 2025-03-21T20:24:05.0386934Z add: "Sym(s0 + 1)" = 1 + sym_size 2025-03-21T20:24:05.0387333Z lt: "Sym(u72*u73 < s0 + 1)" = mul < add 2025-03-21T20:24:05.0388207Z _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:24:05.0389064Z 2025-03-21T20:24:05.0389856Z # 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:24:05.0391401Z 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:24:05.0392416Z 2025-03-21T20:24:05.0393448Z # 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:24:05.0395341Z 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:24:05.0397201Z 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:24:05.0398859Z 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:24:05.0400363Z 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:24:05.0401377Z 2025-03-21T20:24:05.0402360Z # 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:24:05.0403823Z 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:24:05.0404632Z 2025-03-21T20:24:05.0405713Z # 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:24:05.0407365Z 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:24:05.0408222Z 2025-03-21T20:24:05.0408995Z # 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:24:05.0410501Z 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:24:05.0411483Z 2025-03-21T20:24:05.0412551Z # 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:24:05.0414086Z 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:24:05.0415352Z 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:24:05.0416827Z 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:24:05.0418371Z 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:24:05.0419781Z 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:24:05.0421181Z 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:24:05.0422671Z 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:24:05.0423980Z 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:24:05.0425204Z 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:24:05.0426499Z 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:24:05.0428098Z 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:24:05.0430104Z 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:24:05.0432106Z 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:24:05.0433780Z 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:24:05.0435261Z 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:24:05.0436514Z 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:24:05.0437854Z 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:24:05.0439414Z 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:24:05.0441193Z 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:24:05.0442668Z 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:24:05.0443879Z 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:24:05.0445354Z 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:24:05.0446900Z 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:24:05.0448178Z 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:24:05.0449374Z 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:24:05.0450850Z 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:24:05.0452538Z 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:24:05.0454271Z 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:24:05.0455702Z 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:24:05.0456780Z 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:24:05.0458006Z 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:24:05.0459646Z 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:24:05.0461873Z 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:24:05.0463904Z 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:24:05.0465585Z 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:24:05.0466986Z 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:24:05.0468253Z 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:24:05.0469594Z 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:24:05.0471158Z 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:24:05.0472840Z 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:24:05.0473904Z 2025-03-21T20:24:05.0474918Z # 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:24:05.0476734Z 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:24:05.0477714Z 2025-03-21T20:24:05.0478770Z # 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:24:05.0480325Z 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:24:05.0481744Z 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:24:05.0483228Z 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:24:05.0484745Z 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:24:05.0486354Z 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:24:05.0487381Z 2025-03-21T20:24:05.0488453Z # 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:24:05.0489902Z aten_tanh_default_1: "f32[1]" = executorch_exir_dialects_edge__ops_aten_tanh_default(p_clip_token_pos_embedding_gate) 2025-03-21T20:24:05.0491135Z 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:24:05.0492908Z 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:24:05.0494644Z 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:24:05.0495494Z 2025-03-21T20:24:05.0496529Z # 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:24:05.0498153Z 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:24:05.0499005Z 2025-03-21T20:24:05.0499751Z # 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:24:05.0500901Z 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:24:05.0501569Z 2025-03-21T20:24:05.0502612Z # 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:24:05.0504059Z 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:24:05.0505170Z 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:24:05.0506050Z 2025-03-21T20:24:05.0506953Z # 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:24:05.0508369Z _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:24:05.0509103Z 2025-03-21T20:24:05.0509362Z # 2025-03-21T20:24:05.0510102Z 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:24:05.0510909Z 2025-03-21T20:24:05.0511810Z # 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:24:05.0512845Z ge_2: "Sym(u74 >= 1)" = _local_scalar_dense_2 >= 1 2025-03-21T20:24:05.0513759Z _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:24:05.0514670Z le_2: "Sym(u74 <= 4)" = _local_scalar_dense_2 <= 4 2025-03-21T20:24:05.0515701Z _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:24:05.0516545Z 2025-03-21T20:24:05.0516812Z # 2025-03-21T20:24:05.0517123Z gt: "Sym(u74 > 0)" = _local_scalar_dense_2 > 0 2025-03-21T20:24:05.0518010Z _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:24:05.0518844Z 2025-03-21T20:24:05.0519749Z # 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:24:05.0521136Z _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:24:05.0521878Z 2025-03-21T20:24:05.0522132Z # 2025-03-21T20:24:05.0522867Z 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:24:05.0543226Z 2025-03-21T20:24:05.0544159Z # 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:24:05.0545204Z ge_3: "Sym(u75 >= 1)" = _local_scalar_dense_3 >= 1 2025-03-21T20:24:05.0546122Z _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:24:05.0547047Z le_3: "Sym(u75 <= 4)" = _local_scalar_dense_3 <= 4 2025-03-21T20:24:05.0547947Z _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:24:05.0548793Z 2025-03-21T20:24:05.0549057Z # 2025-03-21T20:24:05.0549382Z gt_1: "Sym(u75 > 0)" = _local_scalar_dense_3 > 0 2025-03-21T20:24:05.0550290Z _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:24:05.0551253Z mul_1: "Sym(u74*u75)" = _local_scalar_dense_2 * _local_scalar_dense_3 2025-03-21T20:24:05.0551726Z lt_1: "Sym(u74*u75 < 5)" = mul_1 < 5 2025-03-21T20:24:05.0552782Z _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:24:05.0553679Z lt_2: "Sym(u74*u75 < s0 + 1)" = mul_1 < add 2025-03-21T20:24:05.0554661Z _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:24:05.0555740Z 2025-03-21T20:24:05.0556613Z # 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:24:05.0558390Z 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:24:05.0559637Z 2025-03-21T20:24:05.0560668Z # 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:24:05.0562729Z 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:24:05.0564506Z 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:24:05.0566152Z 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:24:05.0567695Z 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:24:05.0568635Z 2025-03-21T20:24:05.0569545Z # 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:24:05.0571022Z 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:24:05.0571854Z 2025-03-21T20:24:05.0572768Z # 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:24:05.0574312Z 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:24:05.0575203Z 2025-03-21T20:24:05.0576163Z # 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:24:05.0577676Z 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:24:05.0579118Z 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:24:05.0580077Z 2025-03-21T20:24:05.0580861Z # 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:24:05.0582609Z 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:24:05.0583562Z 2025-03-21T20:24:05.0584554Z # 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:24:05.0586019Z 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:24:05.0587284Z 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:24:05.0588779Z 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:24:05.0590330Z 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:24:05.0591875Z 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:24:05.0593200Z 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:24:05.0594353Z 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:24:05.0595675Z 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:24:05.0597300Z 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:24:05.0599332Z 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:24:05.0601349Z 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:24:05.0603031Z 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:24:05.0604431Z 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:24:05.0605693Z 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:24:05.0607027Z 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:24:05.0608655Z 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:24:05.0610516Z 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:24:05.0612155Z 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:24:05.0613376Z 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:24:05.0614873Z 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:24:05.0616423Z 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:24:05.0617702Z 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:24:05.0618920Z 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:24:05.0620401Z 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:24:05.0621946Z 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:24:05.0623824Z 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:24:05.0625192Z 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:24:05.0626279Z 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:24:05.0627518Z 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:24:05.0629164Z 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:24:05.0631216Z 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:24:05.0633273Z 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:24:05.0635065Z 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:24:05.0636651Z 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:24:05.0637929Z 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:24:05.0639274Z 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:24:05.0640838Z 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:24:05.0642533Z 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:24:05.0643607Z 2025-03-21T20:24:05.0644286Z # 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:24:05.0645578Z 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:24:05.0647004Z 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:24:05.0648483Z 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:24:05.0649990Z 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:24:05.0650914Z 2025-03-21T20:24:05.0651703Z # 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:24:05.0653445Z 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:24:05.0654916Z getitem: "f32[1, s0, 257, 768]" = aten_native_layer_norm_default[0]; aten_native_layer_norm_default = None 2025-03-21T20:24:05.0655494Z 2025-03-21T20:24:05.0656446Z # 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:24:05.0657591Z mul_2: "Sym(257*s0)" = sym_size * 257 2025-03-21T20:24:05.0658464Z 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:24:05.0659230Z 2025-03-21T20:24:05.0660016Z # 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:24:05.0661985Z 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:24:05.0663673Z getitem_1: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_1[0]; aten_native_layer_norm_default_1 = None 2025-03-21T20:24:05.0664377Z 2025-03-21T20:24:05.0665110Z # 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:24:05.0666535Z 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:24:05.0667838Z 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:24:05.0669206Z 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:24:05.0670689Z 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:24:05.0671509Z 2025-03-21T20:24:05.0672396Z # 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:24:05.0673908Z 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:24:05.0674800Z 2025-03-21T20:24:05.0675619Z # 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:24:05.0677018Z 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:24:05.0677934Z 2025-03-21T20:24:05.0678658Z # 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:24:05.0680069Z 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:24:05.0681362Z 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:24:05.0682735Z 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:24:05.0684228Z 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:24:05.0685064Z 2025-03-21T20:24:05.0685788Z # 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:24:05.0687205Z 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:24:05.0688584Z 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:24:05.0690087Z 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:24:05.0691641Z 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:24:05.0692464Z 2025-03-21T20:24:05.0693267Z # 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:24:05.0694696Z 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:24:05.0695591Z 2025-03-21T20:24:05.0696380Z # 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:24:05.0697804Z 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:24:05.0698690Z 2025-03-21T20:24:05.0699410Z # 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:24:05.0700799Z 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:24:05.0701701Z 2025-03-21T20:24:05.0702431Z # 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:24:05.0703819Z 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:24:05.0704726Z 2025-03-21T20:24:05.0705661Z # 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:24:05.0707201Z 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:24:05.0708646Z 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:24:05.0710104Z 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:24:05.0711472Z 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:24:05.0712862Z 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:24:05.0714270Z 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:24:05.0715767Z 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:24:05.0717403Z 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:24:05.0718995Z 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:24:05.0720259Z 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:24:05.0721463Z 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:24:05.0722699Z 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:24:05.0723896Z 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:24:05.0725072Z 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:24:05.0726408Z 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:24:05.0728184Z 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:24:05.0729903Z 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:24:05.0731355Z 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:24:05.0732849Z 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:24:05.0734327Z 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:24:05.0735864Z 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:24:05.0737355Z 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:24:05.0738771Z 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:24:05.0740338Z 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:24:05.0741885Z 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:24:05.0742855Z 2025-03-21T20:24:05.0743787Z # 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:24:05.0745472Z 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:24:05.0746978Z 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:24:05.0747892Z 2025-03-21T20:24:05.0748678Z # 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:24:05.0750196Z 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:24:05.0751743Z 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:24:05.0753297Z 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:24:05.0754790Z 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:24:05.0755713Z 2025-03-21T20:24:05.0756508Z # 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:24:05.0758026Z 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:24:05.0759096Z 2025-03-21T20:24:05.0759908Z # 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:24:05.0761928Z 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:24:05.0763458Z getitem_2: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_2[0]; aten_native_layer_norm_default_2 = None 2025-03-21T20:24:05.0764071Z 2025-03-21T20:24:05.0764852Z # 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:24:05.0766142Z 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:24:05.0767492Z 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:24:05.0769334Z 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:24:05.0771294Z 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:24:05.0772707Z 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:24:05.0773518Z 2025-03-21T20:24:05.0774238Z # 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:24:05.0775529Z 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:24:05.0776954Z 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:24:05.0778850Z 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:24:05.0780644Z 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:24:05.0781499Z 2025-03-21T20:24:05.0782318Z # 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:24:05.0783768Z 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:24:05.0784694Z 2025-03-21T20:24:05.0785616Z # 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:24:05.0787063Z 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:24:05.0787840Z 2025-03-21T20:24:05.0788632Z # 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:24:05.0790394Z 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:24:05.0791904Z getitem_3: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_3[0]; aten_native_layer_norm_default_3 = None 2025-03-21T20:24:05.0792500Z 2025-03-21T20:24:05.0793237Z # 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:24:05.0794679Z 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:24:05.0796113Z 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:24:05.0797507Z 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:24:05.0799119Z 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:24:05.0799955Z 2025-03-21T20:24:05.0800939Z # 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:24:05.0802482Z 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:24:05.0803391Z 2025-03-21T20:24:05.0804137Z # 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:24:05.0805544Z 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:24:05.0806465Z 2025-03-21T20:24:05.0807202Z # 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:24:05.0808641Z 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:24:05.0809960Z 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:24:05.0811318Z 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:24:05.0812849Z 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:24:05.0813688Z 2025-03-21T20:24:05.0814428Z # 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:24:05.0815866Z 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:24:05.0817248Z 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:24:05.0818697Z 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:24:05.0820212Z 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:24:05.0821050Z 2025-03-21T20:24:05.0821848Z # 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:24:05.0823290Z 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:24:05.0824188Z 2025-03-21T20:24:05.0824988Z # 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:24:05.0826519Z 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:24:05.0827421Z 2025-03-21T20:24:05.0828231Z # 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:24:05.0829623Z 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:24:05.0830533Z 2025-03-21T20:24:05.0831272Z # 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:24:05.0832676Z 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:24:05.0833590Z 2025-03-21T20:24:05.0834528Z # 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:24:05.0836190Z 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:24:05.0837675Z 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:24:05.0839133Z 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:24:05.0840533Z 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:24:05.0841951Z 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:24:05.0843368Z 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:24:05.0844786Z 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:24:05.0846343Z 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:24:05.0847889Z 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:24:05.0849172Z 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:24:05.0850375Z 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:24:05.0851616Z 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:24:05.0852973Z 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:24:05.0854230Z 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:24:05.0855604Z 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:24:05.0857423Z 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:24:05.0859163Z 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:24:05.0860644Z 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:24:05.0862393Z 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:24:05.0863897Z 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:24:05.0865447Z 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:24:05.0866947Z 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:24:05.0868361Z 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:24:05.0869946Z 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:24:05.0871494Z 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:24:05.0872381Z 2025-03-21T20:24:05.0873296Z # 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:24:05.0875046Z 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:24:05.0876638Z 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:24:05.0877556Z 2025-03-21T20:24:05.0878343Z # 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:24:05.0880062Z 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:24:05.0881687Z 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:24:05.0883254Z 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:24:05.0884990Z 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:24:05.0885818Z 2025-03-21T20:24:05.0886634Z # 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:24:05.0888095Z 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:24:05.0889013Z 2025-03-21T20:24:05.0889799Z # 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:24:05.0891572Z 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:24:05.0893090Z getitem_4: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_4[0]; aten_native_layer_norm_default_4 = None 2025-03-21T20:24:05.0893698Z 2025-03-21T20:24:05.0894466Z # 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:24:05.0895755Z 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:24:05.0897101Z 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:24:05.0898947Z 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:24:05.0900732Z 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:24:05.0902070Z 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:24:05.0902878Z 2025-03-21T20:24:05.0903591Z # 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:24:05.0904891Z 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:24:05.0906319Z 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:24:05.0908252Z 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:24:05.0910091Z 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:24:05.0910955Z 2025-03-21T20:24:05.0911763Z # 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:24:05.0913222Z 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:24:05.0914140Z 2025-03-21T20:24:05.0914924Z # 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:24:05.0916774Z 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:24:05.0918258Z getitem_5: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_5[0]; aten_native_layer_norm_default_5 = None 2025-03-21T20:24:05.0918865Z 2025-03-21T20:24:05.0919597Z # 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:24:05.0921021Z 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:24:05.0922329Z 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:24:05.0923698Z 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:24:05.0925201Z 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:24:05.0926034Z 2025-03-21T20:24:05.0926921Z # 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:24:05.0928446Z 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:24:05.0929340Z 2025-03-21T20:24:05.0930095Z # 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:24:05.0931480Z 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:24:05.0932390Z 2025-03-21T20:24:05.0933106Z # 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:24:05.0934521Z 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:24:05.0935901Z 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:24:05.0937345Z 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:24:05.0938851Z 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:24:05.0939687Z 2025-03-21T20:24:05.0940418Z # 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:24:05.0941848Z 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:24:05.0943234Z 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:24:05.0944674Z 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:24:05.0946183Z 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:24:05.0947008Z 2025-03-21T20:24:05.0947808Z # 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:24:05.0949238Z 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:24:05.0950131Z 2025-03-21T20:24:05.0950922Z # 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:24:05.0952349Z 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:24:05.0953247Z 2025-03-21T20:24:05.0953966Z # 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:24:05.0955455Z 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:24:05.0956372Z 2025-03-21T20:24:05.0957115Z # 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:24:05.0958500Z 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:24:05.0959416Z 2025-03-21T20:24:05.0960349Z # 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:24:05.0962129Z 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:24:05.0963859Z 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:24:05.0965330Z 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:24:05.0966711Z 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:24:05.0968124Z 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:24:05.0969547Z 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:24:05.0970967Z 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:24:05.0972536Z 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:24:05.0974075Z 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:24:05.0975355Z 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:24:05.0976561Z 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:24:05.0977810Z 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:24:05.0979047Z 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:24:05.0980247Z 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:24:05.0981610Z 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:24:05.0983434Z 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:24:05.0985174Z 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:24:05.0986639Z 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:24:05.0988158Z 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:24:05.0989777Z 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:24:05.0991320Z 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:24:05.0992805Z 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:24:05.0994214Z 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:24:05.0995887Z 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:24:05.0997437Z 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:24:05.0998310Z 2025-03-21T20:24:05.0999217Z # 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:24:05.1000806Z 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:24:05.1002318Z 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:24:05.1003232Z 2025-03-21T20:24:05.1004018Z # 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:24:05.1005542Z 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:24:05.1007080Z 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:24:05.1008639Z 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:24:05.1010165Z 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:24:05.1011006Z 2025-03-21T20:24:05.1011784Z # 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:24:05.1013231Z 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:24:05.1014145Z 2025-03-21T20:24:05.1014925Z # 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:24:05.1016845Z 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:24:05.1018370Z getitem_6: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_6[0]; aten_native_layer_norm_default_6 = None 2025-03-21T20:24:05.1018983Z 2025-03-21T20:24:05.1019755Z # 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:24:05.1021029Z 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:24:05.1022378Z 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:24:05.1024239Z 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:24:05.1026163Z 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:24:05.1027496Z 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:24:05.1028305Z 2025-03-21T20:24:05.1029031Z # 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:24:05.1030340Z 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:24:05.1031794Z 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:24:05.1033620Z 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:24:05.1035470Z 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:24:05.1036484Z 2025-03-21T20:24:05.1037357Z # 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:24:05.1038826Z 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:24:05.1039741Z 2025-03-21T20:24:05.1040659Z # 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:24:05.1042090Z 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:24:05.1042996Z 2025-03-21T20:24:05.1043772Z # 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:24:05.1045623Z 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:24:05.1047116Z getitem_7: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_7[0]; aten_native_layer_norm_default_7 = None 2025-03-21T20:24:05.1047722Z 2025-03-21T20:24:05.1048442Z # 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:24:05.1049859Z 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:24:05.1051171Z 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:24:05.1052540Z 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:24:05.1054040Z 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:24:05.1054876Z 2025-03-21T20:24:05.1055774Z # 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:24:05.1057303Z 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:24:05.1058199Z 2025-03-21T20:24:05.1058943Z # 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:24:05.1060342Z 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:24:05.1061473Z 2025-03-21T20:24:05.1062182Z # 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:24:05.1063599Z 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:24:05.1064908Z 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:24:05.1066274Z 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:24:05.1067797Z 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:24:05.1068631Z 2025-03-21T20:24:05.1069349Z # 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:24:05.1070920Z 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:24:05.1072279Z 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:24:05.1073804Z 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:24:05.1075406Z 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:24:05.1076244Z 2025-03-21T20:24:05.1077058Z # 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:24:05.1078504Z 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:24:05.1079396Z 2025-03-21T20:24:05.1080205Z # 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:24:05.1081609Z 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:24:05.1082504Z 2025-03-21T20:24:05.1083254Z # 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:24:05.1084651Z 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:24:05.1085562Z 2025-03-21T20:24:05.1086306Z # 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:24:05.1087686Z 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:24:05.1088578Z 2025-03-21T20:24:05.1089505Z # 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:24:05.1091056Z 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:24:05.1092532Z 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:24:05.1094006Z 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:24:05.1095390Z 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:24:05.1096802Z 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:24:05.1098295Z 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:24:05.1099768Z 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:24:05.1101337Z 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:24:05.1102864Z 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:24:05.1104123Z 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:24:05.1105339Z 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:24:05.1106586Z 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:24:05.1107821Z 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:24:05.1109021Z 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:24:05.1110382Z 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:24:05.1112197Z 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:24:05.1113934Z 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:24:05.1115507Z 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:24:05.1117033Z 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:24:05.1118530Z 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:24:05.1120081Z 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:24:05.1121569Z 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:24:05.1122968Z 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:24:05.1124628Z 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:24:05.1126232Z 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:24:05.1127111Z 2025-03-21T20:24:05.1128030Z # 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:24:05.1129616Z 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:24:05.1131122Z 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:24:05.1132041Z 2025-03-21T20:24:05.1132830Z # 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:24:05.1134337Z 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:24:05.1135880Z 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:24:05.1137433Z 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:24:05.1138955Z 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:24:05.1139788Z 2025-03-21T20:24:05.1140579Z # 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:24:05.1142020Z 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:24:05.1142929Z 2025-03-21T20:24:05.1143702Z # 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:24:05.1145478Z 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:24:05.1146993Z getitem_8: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_8[0]; aten_native_layer_norm_default_8 = None 2025-03-21T20:24:05.1147591Z 2025-03-21T20:24:05.1148361Z # 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:24:05.1149639Z 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:24:05.1150981Z 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:24:05.1153004Z 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:24:05.1154794Z 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:24:05.1156211Z 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:24:05.1157006Z 2025-03-21T20:24:05.1157717Z # 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:24:05.1159026Z 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:24:05.1160463Z 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:24:05.1162543Z 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:24:05.1164319Z 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:24:05.1165184Z 2025-03-21T20:24:05.1165993Z # 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:24:05.1167470Z 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:24:05.1168390Z 2025-03-21T20:24:05.1169178Z # 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:24:05.1170925Z 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:24:05.1172419Z getitem_9: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_9[0]; aten_native_layer_norm_default_9 = None 2025-03-21T20:24:05.1173029Z 2025-03-21T20:24:05.1173756Z # 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:24:05.1175180Z 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:24:05.1176489Z 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:24:05.1177854Z 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:24:05.1179526Z 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:24:05.1180364Z 2025-03-21T20:24:05.1181334Z # 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:24:05.1182861Z 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:24:05.1183775Z 2025-03-21T20:24:05.1184517Z # 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:24:05.1185922Z 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:24:05.1186824Z 2025-03-21T20:24:05.1187555Z # 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:24:05.1188983Z 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:24:05.1190298Z 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:24:05.1191682Z 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:24:05.1193218Z 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:24:05.1194062Z 2025-03-21T20:24:05.1194804Z # 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:24:05.1196297Z 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:24:05.1197673Z 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:24:05.1199134Z 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:24:05.1200664Z 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:24:05.1201511Z 2025-03-21T20:24:05.1202519Z # 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:24:05.1203968Z 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:24:05.1204882Z 2025-03-21T20:24:05.1205671Z # 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:24:05.1207172Z 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:24:05.1208077Z 2025-03-21T20:24:05.1208875Z # 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:24:05.1210273Z 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:24:05.1211182Z 2025-03-21T20:24:05.1211913Z # 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:24:05.1213317Z 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:24:05.1214220Z 2025-03-21T20:24:05.1215155Z # 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:24:05.1216702Z 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:24:05.1218175Z 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:24:05.1219640Z 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:24:05.1221038Z 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:24:05.1222461Z 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:24:05.1223883Z 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:24:05.1225301Z 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:24:05.1226894Z 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:24:05.1228440Z 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:24:05.1229714Z 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:24:05.1230934Z 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:24:05.1232187Z 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:24:05.1233489Z 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:24:05.1234757Z 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:24:05.1236215Z 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:24:05.1238031Z 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:24:05.1239773Z 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:24:05.1241254Z 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:24:05.1242785Z 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:24:05.1244283Z 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:24:05.1245845Z 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:24:05.1247358Z 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:24:05.1248779Z 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:24:05.1250369Z 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:24:05.1251907Z 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:24:05.1252784Z 2025-03-21T20:24:05.1253702Z # 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:24:05.1255299Z 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:24:05.1256807Z 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:24:05.1257715Z 2025-03-21T20:24:05.1258502Z # 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:24:05.1260099Z 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:24:05.1262001Z 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:24:05.1263588Z 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:24:05.1265118Z 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:24:05.1265959Z 2025-03-21T20:24:05.1266759Z # 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:24:05.1268221Z 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:24:05.1269157Z 2025-03-21T20:24:05.1269930Z # 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:24:05.1271706Z 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:24:05.1273225Z getitem_10: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_10[0]; aten_native_layer_norm_default_10 = None 2025-03-21T20:24:05.1273837Z 2025-03-21T20:24:05.1274614Z # 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:24:05.1275985Z 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:24:05.1277346Z 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:24:05.1279213Z 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:24:05.1281020Z 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:24:05.1282362Z 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:24:05.1283170Z 2025-03-21T20:24:05.1283886Z # 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:24:05.1285186Z 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:24:05.1286618Z 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:24:05.1288634Z 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:24:05.1290421Z 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:24:05.1291292Z 2025-03-21T20:24:05.1292095Z # 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:24:05.1293574Z 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:24:05.1294500Z 2025-03-21T20:24:05.1295419Z # 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:24:05.1296867Z 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:24:05.1297650Z 2025-03-21T20:24:05.1298435Z # 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:24:05.1300208Z 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:24:05.1301715Z getitem_11: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_11[0]; aten_native_layer_norm_default_11 = None 2025-03-21T20:24:05.1302324Z 2025-03-21T20:24:05.1303043Z # 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:24:05.1304467Z 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:24:05.1305777Z 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:24:05.1307162Z 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:24:05.1308689Z 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:24:05.1309532Z 2025-03-21T20:24:05.1310434Z # 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:24:05.1311961Z 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:24:05.1312854Z 2025-03-21T20:24:05.1313593Z # 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:24:05.1315054Z 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:24:05.1316049Z 2025-03-21T20:24:05.1316838Z # 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:24:05.1318255Z 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:24:05.1319563Z 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:24:05.1320943Z 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:24:05.1322454Z 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:24:05.1323293Z 2025-03-21T20:24:05.1324021Z # 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:24:05.1325438Z 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:24:05.1326817Z 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:24:05.1328272Z 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:24:05.1329813Z 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:24:05.1330651Z 2025-03-21T20:24:05.1331444Z # 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:24:05.1332889Z 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:24:05.1333786Z 2025-03-21T20:24:05.1334579Z # 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:24:05.1336015Z 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:24:05.1336925Z 2025-03-21T20:24:05.1337665Z # 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:24:05.1339060Z 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:24:05.1339956Z 2025-03-21T20:24:05.1340701Z # 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:24:05.1342158Z 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:24:05.1343076Z 2025-03-21T20:24:05.1344083Z # 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:24:05.1345638Z 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:24:05.1347111Z 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:24:05.1348584Z 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:24:05.1349992Z 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:24:05.1351406Z 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:24:05.1352832Z 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:24:05.1354252Z 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:24:05.1355924Z 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:24:05.1357497Z 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:24:05.1358797Z 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:24:05.1360016Z 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:24:05.1361500Z 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:24:05.1362749Z 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:24:05.1363962Z 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:24:05.1365335Z 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:24:05.1367143Z 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:24:05.1369011Z 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:24:05.1370554Z 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:24:05.1372078Z 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:24:05.1373571Z 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:24:05.1375148Z 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:24:05.1376676Z 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:24:05.1378102Z 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:24:05.1379679Z 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:24:05.1381224Z 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:24:05.1382099Z 2025-03-21T20:24:05.1383029Z # 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:24:05.1384599Z 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:24:05.1386106Z 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:24:05.1387023Z 2025-03-21T20:24:05.1387858Z # 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:24:05.1389482Z 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:24:05.1391040Z 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:24:05.1392617Z 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:24:05.1394137Z 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:24:05.1395063Z 2025-03-21T20:24:05.1395913Z # 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:24:05.1397448Z 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:24:05.1398380Z 2025-03-21T20:24:05.1399164Z # 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:24:05.1400947Z 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:24:05.1402468Z getitem_12: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_12[0]; aten_native_layer_norm_default_12 = None 2025-03-21T20:24:05.1403074Z 2025-03-21T20:24:05.1403857Z # 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:24:05.1405144Z 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:24:05.1406515Z 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:24:05.1408385Z 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:24:05.1410190Z 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:24:05.1411554Z 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:24:05.1412374Z 2025-03-21T20:24:05.1413090Z # 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:24:05.1414406Z 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:24:05.1415856Z 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:24:05.1417714Z 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:24:05.1419502Z 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:24:05.1420359Z 2025-03-21T20:24:05.1421168Z # 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:24:05.1422648Z 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:24:05.1423662Z 2025-03-21T20:24:05.1424512Z # 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:24:05.1426213Z 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:24:05.1427661Z getitem_13: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_13[0]; aten_native_layer_norm_default_13 = None 2025-03-21T20:24:05.1428282Z 2025-03-21T20:24:05.1429201Z # 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:24:05.1430699Z 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:24:05.1431520Z 2025-03-21T20:24:05.1432270Z # 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:24:05.1433567Z 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:24:05.1434374Z 2025-03-21T20:24:05.1435499Z # 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:24:05.1436946Z 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:24:05.1438066Z 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:24:05.1438865Z 2025-03-21T20:24:05.1439763Z # 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:24:05.1441141Z _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:24:05.1441883Z 2025-03-21T20:24:05.1442143Z # 2025-03-21T20:24:05.1442865Z 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:24:05.1443673Z 2025-03-21T20:24:05.1444567Z # 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:24:05.1445603Z ge_4: "Sym(u76 >= 1)" = _local_scalar_dense_4 >= 1 2025-03-21T20:24:05.1446519Z _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:24:05.1447428Z le_4: "Sym(u76 <= 4)" = _local_scalar_dense_4 <= 4 2025-03-21T20:24:05.1448318Z _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:24:05.1449169Z 2025-03-21T20:24:05.1450064Z # 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:24:05.1451514Z _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:24:05.1452254Z 2025-03-21T20:24:05.1452517Z # 2025-03-21T20:24:05.1453326Z 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:24:05.1454139Z 2025-03-21T20:24:05.1455042Z # 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:24:05.1456088Z ge_5: "Sym(u77 >= 1)" = _local_scalar_dense_5 >= 1 2025-03-21T20:24:05.1457002Z _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:24:05.1457911Z le_5: "Sym(u77 <= 4)" = _local_scalar_dense_5 <= 4 2025-03-21T20:24:05.1458812Z _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:24:05.1459651Z 2025-03-21T20:24:05.1459908Z # 2025-03-21T20:24:05.1460289Z mul_3: "Sym(u76*u77)" = _local_scalar_dense_4 * _local_scalar_dense_5 2025-03-21T20:24:05.1460977Z lt_3: "Sym(u76*u77 < s0 + 1)" = mul_3 < add 2025-03-21T20:24:05.1461894Z _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:24:05.1462762Z 2025-03-21T20:24:05.1463535Z # 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:24:05.1465088Z 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:24:05.1466134Z 2025-03-21T20:24:05.1467161Z # 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:24:05.1468998Z 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:24:05.1470768Z 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:24:05.1472404Z 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:24:05.1473932Z 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:24:05.1474869Z 2025-03-21T20:24:05.1475850Z # 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:24:05.1477332Z 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:24:05.1478301Z 2025-03-21T20:24:05.1479371Z # 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:24:05.1481131Z 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:24:05.1482014Z 2025-03-21T20:24:05.1482805Z # 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:24:05.1484296Z 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:24:05.1485248Z 2025-03-21T20:24:05.1486312Z # 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:24:05.1487853Z 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:24:05.1489127Z 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:24:05.1490613Z 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:24:05.1492160Z 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:24:05.1493591Z 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:24:05.1495027Z 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:24:05.1496576Z 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:24:05.1507548Z 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:24:05.1508740Z 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:24:05.1509998Z 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:24:05.1511630Z 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:24:05.1513689Z 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:24:05.1516018Z 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:24:05.1517771Z 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:24:05.1519197Z 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:24:05.1520481Z 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:24:05.1521861Z 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:24:05.1523431Z 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:24:05.1525242Z 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:24:05.1526766Z 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:24:05.1528002Z 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:24:05.1529484Z 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:24:05.1531037Z 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:24:05.1532294Z 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:24:05.1533508Z 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:24:05.1534994Z 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:24:05.1536537Z 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:24:05.1538165Z 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:24:05.1539522Z 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:24:05.1540622Z 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:24:05.1541932Z 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:24:05.1543627Z 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:24:05.1545685Z 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:24:05.1547741Z 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:24:05.1549452Z 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:24:05.1550867Z 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:24:05.1552134Z 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:24:05.1553499Z 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:24:05.1555167Z 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:24:05.1556909Z 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:24:05.1557998Z 2025-03-21T20:24:05.1558704Z # 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:24:05.1560002Z 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:24:05.1561649Z 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:24:05.1563133Z 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:24:05.1564644Z 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:24:05.1566166Z 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:24:05.1567651Z 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:24:05.1568748Z 2025-03-21T20:24:05.1569548Z # 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:24:05.1571560Z 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:24:05.1573236Z getitem_14: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_14[0]; aten_native_layer_norm_default_14 = None 2025-03-21T20:24:05.1573860Z 2025-03-21T20:24:05.1574594Z # 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:24:05.1576080Z 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:24:05.1577431Z 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:24:05.1578811Z 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:24:05.1580346Z 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:24:05.1581187Z 2025-03-21T20:24:05.1582093Z # 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:24:05.1583628Z 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:24:05.1584518Z 2025-03-21T20:24:05.1585253Z # 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:24:05.1586638Z 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:24:05.1587550Z 2025-03-21T20:24:05.1588271Z # 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:24:05.1589744Z 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:24:05.1591110Z 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:24:05.1592489Z 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:24:05.1594020Z 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:24:05.1594931Z 2025-03-21T20:24:05.1595748Z # 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:24:05.1597275Z 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:24:05.1598721Z 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:24:05.1600186Z 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:24:05.1601708Z 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:24:05.1602553Z 2025-03-21T20:24:05.1603361Z # 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:24:05.1604817Z 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:24:05.1605721Z 2025-03-21T20:24:05.1606502Z # 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:24:05.1607947Z 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:24:05.1608856Z 2025-03-21T20:24:05.1609594Z # 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:24:05.1610990Z 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:24:05.1611906Z 2025-03-21T20:24:05.1612640Z # 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:24:05.1614027Z 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:24:05.1614927Z 2025-03-21T20:24:05.1615858Z # 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:24:05.1617423Z 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:24:05.1618904Z 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:24:05.1620559Z 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:24:05.1621963Z 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:24:05.1623480Z 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:24:05.1624973Z 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:24:05.1626405Z 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:24:05.1627987Z 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:24:05.1629543Z 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:24:05.1630841Z 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:24:05.1632068Z 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:24:05.1633332Z 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:24:05.1634567Z 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:24:05.1635866Z 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:24:05.1637250Z 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:24:05.1639075Z 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:24:05.1640830Z 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:24:05.1642309Z 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:24:05.1643846Z 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:24:05.1645335Z 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:24:05.1646906Z 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:24:05.1648411Z 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:24:05.1649903Z 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:24:05.1651560Z 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:24:05.1653114Z 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:24:05.1653997Z 2025-03-21T20:24:05.1654919Z # 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:24:05.1656515Z 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:24:05.1658038Z 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:24:05.1658954Z 2025-03-21T20:24:05.1659722Z # 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:24:05.1661523Z 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:24:05.1663148Z 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:24:05.1664729Z 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:24:05.1666252Z 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:24:05.1667097Z 2025-03-21T20:24:05.1667865Z # 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:24:05.1669221Z 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:24:05.1670697Z 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:24:05.1671627Z 2025-03-21T20:24:05.1672426Z # 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:24:05.1673878Z 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:24:05.1674806Z 2025-03-21T20:24:05.1675669Z # 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:24:05.1677766Z 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:24:05.1679497Z getitem_15: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_15[0]; aten_native_layer_norm_default_15 = None 2025-03-21T20:24:05.1680108Z 2025-03-21T20:24:05.1680888Z # 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:24:05.1682186Z 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:24:05.1683606Z 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:24:05.1685590Z 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:24:05.1687463Z 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:24:05.1688814Z 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:24:05.1689629Z 2025-03-21T20:24:05.1690337Z # 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:24:05.1691645Z 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:24:05.1693146Z 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:24:05.1695104Z 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:24:05.1696967Z 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:24:05.1697831Z 2025-03-21T20:24:05.1698587Z # 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:24:05.1699962Z 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:24:05.1701444Z 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:24:05.1702378Z 2025-03-21T20:24:05.1703185Z # 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:24:05.1704664Z 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:24:05.1705512Z 2025-03-21T20:24:05.1706345Z # 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:24:05.1708227Z 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:24:05.1709841Z getitem_16: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_16[0]; aten_native_layer_norm_default_16 = None 2025-03-21T20:24:05.1710448Z 2025-03-21T20:24:05.1711182Z # 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:24:05.1712655Z 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:24:05.1714031Z 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:24:05.1715527Z 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:24:05.1717060Z 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:24:05.1717910Z 2025-03-21T20:24:05.1718818Z # 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:24:05.1720363Z 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:24:05.1721276Z 2025-03-21T20:24:05.1722020Z # 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:24:05.1723428Z 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:24:05.1724333Z 2025-03-21T20:24:05.1725065Z # 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:24:05.1726538Z 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:24:05.1727907Z 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:24:05.1729291Z 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:24:05.1730817Z 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:24:05.1731745Z 2025-03-21T20:24:05.1732476Z # 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:24:05.1734017Z 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:24:05.1735461Z 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:24:05.1736920Z 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:24:05.1738457Z 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:24:05.1739317Z 2025-03-21T20:24:05.1740104Z # 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:24:05.1741559Z 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:24:05.1742464Z 2025-03-21T20:24:05.1743259Z # 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:24:05.1744704Z 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:24:05.1745624Z 2025-03-21T20:24:05.1746366Z # 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:24:05.1747780Z 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:24:05.1748681Z 2025-03-21T20:24:05.1749420Z # 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:24:05.1750811Z 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:24:05.1751735Z 2025-03-21T20:24:05.1752666Z # 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:24:05.1754228Z 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:24:05.1755785Z 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:24:05.1757251Z 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:24:05.1758629Z 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:24:05.1760166Z 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:24:05.1761923Z 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:24:05.1763346Z 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:24:05.1764928Z 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:24:05.1766488Z 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:24:05.1767783Z 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:24:05.1768999Z 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:24:05.1770272Z 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:24:05.1771516Z 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:24:05.1772721Z 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:24:05.1774095Z 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:24:05.1775894Z 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:24:05.1777634Z 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:24:05.1779110Z 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:24:05.1780632Z 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:24:05.1782132Z 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:24:05.1783698Z 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:24:05.1785304Z 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:24:05.1786792Z 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:24:05.1788378Z 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:24:05.1789943Z 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:24:05.1790832Z 2025-03-21T20:24:05.1791759Z # 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:24:05.1793354Z 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:24:05.1794894Z 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:24:05.1795898Z 2025-03-21T20:24:05.1796690Z # 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:24:05.1798268Z 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:24:05.1799889Z 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:24:05.1801485Z 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:24:05.1803015Z 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:24:05.1803862Z 2025-03-21T20:24:05.1804611Z # 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:24:05.1805972Z 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:24:05.1807445Z 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:24:05.1808385Z 2025-03-21T20:24:05.1809170Z # 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:24:05.1810567Z 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:24:05.1811425Z 2025-03-21T20:24:05.1812188Z # 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:24:05.1814228Z 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:24:05.1815875Z getitem_17: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_17[0]; aten_native_layer_norm_default_17 = None 2025-03-21T20:24:05.1816495Z 2025-03-21T20:24:05.1817277Z # 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:24:05.1818566Z 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:24:05.1819986Z 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:24:05.1821979Z 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:24:05.1823859Z 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:24:05.1825212Z 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:24:05.1826035Z 2025-03-21T20:24:05.1826730Z # 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:24:05.1828036Z 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:24:05.1829527Z 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:24:05.1831502Z 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:24:05.1833377Z 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:24:05.1834245Z 2025-03-21T20:24:05.1835009Z # 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:24:05.1836467Z 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:24:05.1837945Z 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:24:05.1838878Z 2025-03-21T20:24:05.1839679Z # 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:24:05.1841144Z 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:24:05.1842005Z 2025-03-21T20:24:05.1842852Z # 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:24:05.1844737Z 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:24:05.1846353Z getitem_18: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_18[0]; aten_native_layer_norm_default_18 = None 2025-03-21T20:24:05.1846969Z 2025-03-21T20:24:05.1847682Z # 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:24:05.1849174Z 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:24:05.1850541Z 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:24:05.1851932Z 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:24:05.1853463Z 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:24:05.1854311Z 2025-03-21T20:24:05.1855219Z # 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:24:05.1856757Z 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:24:05.1857645Z 2025-03-21T20:24:05.1858388Z # 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:24:05.1859791Z 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:24:05.1860895Z 2025-03-21T20:24:05.1861627Z # 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:24:05.1863111Z 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:24:05.1864487Z 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:24:05.1865871Z 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:24:05.1867403Z 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:24:05.1868365Z 2025-03-21T20:24:05.1869096Z # 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:24:05.1870665Z 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:24:05.1872101Z 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:24:05.1873573Z 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:24:05.1875175Z 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:24:05.1876026Z 2025-03-21T20:24:05.1876829Z # 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:24:05.1878256Z 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:24:05.1879165Z 2025-03-21T20:24:05.1879961Z # 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:24:05.1881399Z 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:24:05.1882305Z 2025-03-21T20:24:05.1883044Z # 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:24:05.1884449Z 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:24:05.1885357Z 2025-03-21T20:24:05.1886092Z # 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:24:05.1887489Z 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:24:05.1888409Z 2025-03-21T20:24:05.1889340Z # 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:24:05.1890902Z 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:24:05.1892526Z 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:24:05.1894007Z 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:24:05.1895526Z 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:24:05.1896994Z 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:24:05.1898430Z 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:24:05.1899856Z 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:24:05.1901445Z 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:24:05.1903007Z 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:24:05.1904305Z 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:24:05.1905529Z 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:24:05.1906800Z 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:24:05.1908041Z 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:24:05.1909259Z 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:24:05.1910633Z 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:24:05.1912456Z 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:24:05.1914197Z 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:24:05.1915757Z 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:24:05.1917296Z 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:24:05.1918812Z 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:24:05.1920378Z 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:24:05.1921967Z 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:24:05.1923447Z 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:24:05.1925050Z 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:24:05.1926624Z 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:24:05.1927505Z 2025-03-21T20:24:05.1928426Z # 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:24:05.1930024Z 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:24:05.1931543Z 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:24:05.1932465Z 2025-03-21T20:24:05.1933245Z # 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:24:05.1934815Z 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:24:05.1936439Z 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:24:05.1938018Z 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:24:05.1939547Z 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:24:05.1940391Z 2025-03-21T20:24:05.1941145Z # 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:24:05.1942490Z 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:24:05.1943968Z 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:24:05.1944912Z 2025-03-21T20:24:05.1945708Z # 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:24:05.1947112Z 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:24:05.1948046Z 2025-03-21T20:24:05.1948832Z # 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:24:05.1950798Z 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:24:05.1952429Z getitem_19: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_19[0]; aten_native_layer_norm_default_19 = None 2025-03-21T20:24:05.1953042Z 2025-03-21T20:24:05.1953827Z # 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:24:05.1955202Z 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:24:05.1956642Z 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:24:05.1958666Z 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:24:05.1960555Z 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:24:05.1962147Z 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:24:05.1962970Z 2025-03-21T20:24:05.1963684Z # 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:24:05.1964996Z 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:24:05.1966506Z 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:24:05.1968496Z 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:24:05.1970371Z 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:24:05.1971244Z 2025-03-21T20:24:05.1972016Z # 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:24:05.1973381Z 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:24:05.1974866Z 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:24:05.1975816Z 2025-03-21T20:24:05.1976780Z # 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:24:05.1978185Z 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:24:05.1979136Z 2025-03-21T20:24:05.1979925Z # 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:24:05.1981802Z 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:24:05.1983416Z getitem_20: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_20[0]; aten_native_layer_norm_default_20 = None 2025-03-21T20:24:05.1984030Z 2025-03-21T20:24:05.1984752Z # 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:24:05.1986240Z 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:24:05.1987607Z 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:24:05.1988995Z 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:24:05.1990529Z 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:24:05.1991368Z 2025-03-21T20:24:05.1992270Z # 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:24:05.1993796Z 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:24:05.1994699Z 2025-03-21T20:24:05.1995518Z # 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:24:05.1996930Z 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:24:05.1997858Z 2025-03-21T20:24:05.1998585Z # 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:24:05.2000057Z 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:24:05.2001422Z 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:24:05.2002809Z 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:24:05.2004418Z 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:24:05.2005248Z 2025-03-21T20:24:05.2006029Z # 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:24:05.2007504Z 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:24:05.2008943Z 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:24:05.2010405Z 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:24:05.2011945Z 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:24:05.2012782Z 2025-03-21T20:24:05.2013589Z # 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:24:05.2015034Z 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:24:05.2015924Z 2025-03-21T20:24:05.2016721Z # 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:24:05.2018164Z 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:24:05.2019068Z 2025-03-21T20:24:05.2019810Z # 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:24:05.2021209Z 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:24:05.2022129Z 2025-03-21T20:24:05.2022852Z # 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:24:05.2024243Z 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:24:05.2025161Z 2025-03-21T20:24:05.2026099Z # 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:24:05.2027654Z 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:24:05.2029151Z 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:24:05.2030634Z 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:24:05.2032111Z 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:24:05.2033611Z 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:24:05.2035041Z 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:24:05.2036539Z 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:24:05.2038126Z 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:24:05.2039688Z 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:24:05.2040973Z 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:24:05.2042200Z 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:24:05.2043462Z 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:24:05.2044708Z 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:24:05.2045918Z 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:24:05.2047284Z 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:24:05.2049101Z 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:24:05.2050847Z 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:24:05.2052328Z 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:24:05.2053844Z 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:24:05.2055343Z 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:24:05.2056908Z 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:24:05.2058491Z 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:24:05.2059980Z 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:24:05.2061771Z 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:24:05.2063353Z 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:24:05.2064241Z 2025-03-21T20:24:05.2065170Z # 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:24:05.2065881Z 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:24:05.2066580Z 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:24:05.2066681Z 2025-03-21T20:24:05.2067320Z # 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:24:05.2068142Z 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:24:05.2068820Z 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:24:05.2069606Z 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:24:05.2070225Z 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:24:05.2070327Z 2025-03-21T20:24:05.2070930Z # 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:24:05.2071576Z 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:24:05.2072299Z 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:24:05.2072415Z 2025-03-21T20:24:05.2073051Z # 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:24:05.2073702Z 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:24:05.2073934Z 2025-03-21T20:24:05.2074585Z # 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:24:05.2075903Z 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:24:05.2076300Z getitem_21: "f32[1, 257*s0, 768]" = aten_native_layer_norm_default_21[0]; aten_native_layer_norm_default_21 = None 2025-03-21T20:24:05.2076403Z 2025-03-21T20:24:05.2077040Z # 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:24:05.2077582Z 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:24:05.2078350Z 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:24:05.2079466Z 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:24:05.2080127Z 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:24:05.2080710Z 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:24:05.2080829Z 2025-03-21T20:24:05.2081387Z # 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:24:05.2082008Z 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:24:05.2082771Z 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:24:05.2083869Z 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:24:05.2084520Z 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:24:05.2084631Z 2025-03-21T20:24:05.2085244Z # 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:24:05.2085886Z 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:24:05.2086613Z 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:24:05.2086772Z 2025-03-21T20:24:05.2087430Z # 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:24:05.2088114Z 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:24:05.2088231Z 2025-03-21T20:24:05.2088936Z # 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:24:05.2089591Z 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:24:05.2089703Z 2025-03-21T20:24:05.2090454Z # 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:24:05.2091144Z 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:24:05.2091813Z 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:24:05.2092504Z 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:24:05.2093633Z 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:24:05.2093758Z 2025-03-21T20:24:05.2094568Z # 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:24:05.2095234Z 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:24:05.2095334Z 2025-03-21T20:24:05.2096049Z # 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:24:05.2096852Z 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:24:05.2096968Z 2025-03-21T20:24:05.2097742Z # 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:24:05.2098366Z 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:24:05.2099059Z 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:24:05.2100131Z 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:24:05.2100955Z 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:24:05.2101653Z 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:24:05.2101795Z return (aten_view_copy_default_244,) 2025-03-21T20:24:05.2101913Z 2025-03-21T20:24:05.2204545Z 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:24:23.8504321Z 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:24:23.8506084Z 2025-03-21T20:24:23.8506455Z [INFO 2025-03-21 20:24:15,552 utils.py:141] Saved exported program to ./llama3_2_vision_encoder.pte 2025-03-21T20:24:23.8507065Z + run_portable_executor_runner 2025-03-21T20:24:23.8507411Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:24:23.8507742Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:24:23.8508080Z + build_cmake_executor_runner 2025-03-21T20:24:23.8508436Z + echo 'Building executor_runner' 2025-03-21T20:24:23.8508795Z Building executor_runner 2025-03-21T20:24:23.8509112Z + rm -rf cmake-out 2025-03-21T20:24:23.8509744Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:24:23.8510499Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:24:23.8510960Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:23.8511396Z -- Detecting C compiler ABI info 2025-03-21T20:24:23.8511756Z -- Detecting C compiler ABI info - done 2025-03-21T20:24:23.8512229Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:24:23.8512691Z -- Detecting C compile features 2025-03-21T20:24:23.8513055Z -- Detecting C compile features - done 2025-03-21T20:24:23.8513449Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:23.8513836Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:23.8514301Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:23.8514773Z -- Detecting CXX compile features 2025-03-21T20:24:23.8515246Z -- Detecting CXX compile features - done 2025-03-21T20:24:23.8516283Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:23.8517150Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:23.8517632Z CMake. 2025-03-21T20:24:23.8517795Z 2025-03-21T20:24:23.8518064Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:23.8518732Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:23.8519317Z to work with policies introduced by or earlier. 2025-03-21T20:24:23.8519616Z 2025-03-21T20:24:23.8519757Z  2025-03-21T20:24:23.8520491Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:23.8521342Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:23.8521852Z CMake. 2025-03-21T20:24:23.8522005Z 2025-03-21T20:24:23.8522272Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:23.8522929Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:23.8523506Z to work with policies introduced by or earlier. 2025-03-21T20:24:23.8523804Z 2025-03-21T20:24:23.8524097Z  2025-03-21T20:24:23.8524371Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:24:23.8524822Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:24:23.8525248Z -- Found Threads: TRUE 2025-03-21T20:24:23.8526054Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:23.8527044Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:23.8527534Z CMake. 2025-03-21T20:24:23.8527687Z 2025-03-21T20:24:23.8527953Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:23.8528616Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:23.8529195Z to work with policies introduced by or earlier. 2025-03-21T20:24:23.8529497Z 2025-03-21T20:24:23.8529635Z  2025-03-21T20:24:23.8529896Z -- Using python executable 'python' 2025-03-21T20:24:23.8530267Z -- Resolved buck2 as buck2. 2025-03-21T20:24:23.8530608Z -- Killing buck2 daemon 2025-03-21T20:24:23.8530910Z 'buck2 killall' 2025-03-21T20:24:23.8531218Z -- executorch: Generating source lists 2025-03-21T20:24:23.8531822Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:24:23.8532632Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:24:23.8533230Z -- executorch: Using PAL default 'posix' 2025-03-21T20:24:23.8533617Z -- Generating operator lib: 2025-03-21T20:24:23.8533956Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:23.8534445Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:24:23.8534936Z -- ROOT_OPS: 2025-03-21T20:24:23.8535217Z -- INCLUDE_ALL_OPS: 2025-03-21T20:24:23.8536688Z 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:24:23.8538008Z -- Generating kernel bindings: 2025-03-21T20:24:23.8538362Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:23.8538833Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:24:23.8539337Z -- CUSTOM_OPS_YAML: 2025-03-21T20:24:23.8539659Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:24:23.8541644Z 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:24:23.8543370Z -- Generating operator lib: 2025-03-21T20:24:23.8543710Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:23.8544054Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:24:23.8544403Z -- DEPS: executorch 2025-03-21T20:24:23.8545004Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:24:23.8545681Z -- Generating operator lib: 2025-03-21T20:24:23.8546027Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:24:23.8546508Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:24:23.8547019Z -- ROOT_OPS: 2025-03-21T20:24:23.8547303Z -- INCLUDE_ALL_OPS: 2025-03-21T20:24:23.8548766Z 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:24:23.8550080Z -- Generating kernel bindings: 2025-03-21T20:24:23.8550432Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:24:23.8550915Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:24:23.8551422Z -- CUSTOM_OPS_YAML: 2025-03-21T20:24:23.8551737Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:24:23.8553760Z 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:24:23.8555725Z -- Generating operator lib: 2025-03-21T20:24:23.8556217Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:24:23.8556765Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:24:23.8557119Z -- DEPS: executorch 2025-03-21T20:24:23.8557432Z -- Merging kernel yaml files: 2025-03-21T20:24:23.8558023Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:24:23.8558870Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:24:23.8559567Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:24:23.8560018Z -- Generating operator lib: 2025-03-21T20:24:23.8560382Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:24:23.8561233Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:24:23.8561855Z -- ROOT_OPS: 2025-03-21T20:24:23.8562141Z -- INCLUDE_ALL_OPS: 2025-03-21T20:24:23.8563707Z 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:24:23.8565075Z -- Generating kernel bindings: 2025-03-21T20:24:23.8565452Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:24:23.8566011Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:24:23.8566552Z -- CUSTOM_OPS_YAML: 2025-03-21T20:24:23.8566876Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:24:23.8568985Z 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:24:23.8570834Z -- Generating operator lib: 2025-03-21T20:24:23.8571197Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:24:23.8571677Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:24:23.8572139Z -- DEPS: executorch 2025-03-21T20:24:23.8572809Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:24:23.8573574Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:23.8574073Z CMake. 2025-03-21T20:24:23.8574227Z 2025-03-21T20:24:23.8574494Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:23.8575155Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:23.8575732Z to work with policies introduced by or earlier. 2025-03-21T20:24:23.8576039Z 2025-03-21T20:24:23.8576175Z  2025-03-21T20:24:23.8576431Z -- Looking for C++ include unistd.h 2025-03-21T20:24:23.8576822Z -- Looking for C++ include unistd.h - found 2025-03-21T20:24:23.8577219Z -- Looking for C++ include stdint.h 2025-03-21T20:24:23.8577605Z -- Looking for C++ include stdint.h - found 2025-03-21T20:24:23.8578006Z -- Looking for C++ include inttypes.h 2025-03-21T20:24:23.8578395Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:24:23.8578806Z -- Looking for C++ include sys/types.h 2025-03-21T20:24:23.8579207Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:24:23.8579620Z -- Looking for C++ include sys/stat.h 2025-03-21T20:24:23.8580017Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:24:23.8580405Z -- Looking for C++ include fnmatch.h 2025-03-21T20:24:23.8580794Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:24:23.8581189Z -- Looking for C++ include stddef.h 2025-03-21T20:24:23.8581570Z -- Looking for C++ include stddef.h - found 2025-03-21T20:24:23.8582135Z -- Check size of uint32_t 2025-03-21T20:24:23.8582455Z -- Check size of uint32_t - done 2025-03-21T20:24:23.8582806Z -- Looking for strtoll 2025-03-21T20:24:25.4859166Z -- Looking for strtoll - found 2025-03-21T20:24:25.4859854Z -- 2025-03-21T20:24:25.4860251Z -- ******** Summary ******** 2025-03-21T20:24:25.4861117Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:24:25.4861532Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:24:25.4861932Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:24:25.4862313Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:24:25.4862689Z -- BUCK2 : buck2 2025-03-21T20:24:25.4863085Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:24:25.4863676Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:24:25.4864283Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:24:25.4864712Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:24:25.4865170Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:24:25.4865608Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:24:25.4866046Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:24:25.4866480Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:24:25.4866897Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:24:25.4867326Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:24:25.4867752Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:24:25.4868183Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:24:25.4868621Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:24:25.4869067Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:24:25.4869479Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:24:25.4869897Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:24:25.4870335Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:24:25.4870785Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:24:25.4871227Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:24:25.4871646Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:24:25.4872060Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:24:25.4872486Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:24:25.4872921Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:24:25.4873360Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:24:25.4873784Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:24:25.4874219Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:24:25.4874657Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:24:25.4875177Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:24:25.4875613Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:24:25.4876028Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:24:25.4876461Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:24:25.4876889Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:24:25.4877317Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:24:25.4877761Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:24:25.4878188Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:24:25.4878594Z -- Configuring done (5.6s) 2025-03-21T20:24:25.4878931Z -- Generating done (0.1s) 2025-03-21T20:24:25.4879381Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:24:25.4879904Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:24:25.4880627Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:24:25.4881579Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:24:25.4882739Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:24:25.4884030Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:24:25.4884863Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:24:25.4885390Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:24:25.4885955Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:24:25.4886520Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:24:25.4887001Z CMake Warning: 2025-03-21T20:24:25.4887384Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:24:25.4887716Z 2025-03-21T20:24:25.4887853Z  2025-03-21T20:24:25.4888150Z fatal: No names found, cannot describe anything. 2025-03-21T20:24:25.4888713Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:24:25.4889169Z git describe failed with exit code: 128 2025-03-21T20:24:25.4889443Z 2025-03-21T20:24:25.4889649Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:24:25.4890114Z Call Stack (most recent call first): 2025-03-21T20:24:25.4890494Z CMakeLists.txt:5 (include) 2025-03-21T20:24:25.4890708Z 2025-03-21T20:24:25.4890829Z  2025-03-21T20:24:25.4891102Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:24:25.4891880Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:24:25.4893063Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:24:25.4894231Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:24:25.4895364Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:24:25.4896130Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:25.4896562Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:25.4897322Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:24:25.4898430Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:24:25.4899625Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:24:25.4900783Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:24:25.4901941Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:24:25.4903096Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:24:25.4903803Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:25.4904291Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:25.4904776Z -- Detecting CXX compile features 2025-03-21T20:24:25.4905161Z -- Detecting CXX compile features - done 2025-03-21T20:24:25.4905533Z -- Looking for strtof_l 2025-03-21T20:24:25.4906282Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:24:25.4907132Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:24:25.4907582Z [ 6%] Built target pthreadpool 2025-03-21T20:24:25.4908351Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:24:25.4909448Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:24:25.4910643Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:24:25.4911810Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:24:25.4912599Z -- Looking for strtof_l - found 2025-03-21T20:24:25.4912957Z -- Looking for strtoull_l 2025-03-21T20:24:25.4913762Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:24:25.4915239Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:24:25.4916372Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:24:25.4917534Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:24:25.4918731Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:24:25.4919456Z -- Looking for strtoull_l - found 2025-03-21T20:24:25.4919815Z -- Looking for realpath 2025-03-21T20:24:25.4920623Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:24:25.4921576Z [ 8%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:24:25.4922573Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:24:25.4923350Z [ 8%] Built target gflags_nothreads_static 2025-03-21T20:24:25.4924261Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:24:25.4925485Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:24:25.4926647Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:24:25.4927352Z -- Looking for realpath - found 2025-03-21T20:24:25.4927762Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:24:25.4928201Z -- Configuring done (1.1s) 2025-03-21T20:24:25.4928529Z -- Generating done (0.0s) 2025-03-21T20:24:25.4929068Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:24:25.4929784Z [ 10%] Performing build step for 'flatbuffers' 2025-03-21T20:24:25.4930703Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:24:25.4931672Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:24:25.4932648Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:24:25.4933842Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:24:25.4935013Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:24:25.4936190Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:24:25.4937347Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:24:25.4938515Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:24:25.4939472Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:24:25.4940454Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:24:29.2745989Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:24:29.2747773Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:24:29.2756345Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:24:29.2757553Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:24:29.2758497Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:24:29.2759714Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:24:29.2760586Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:24:29.2761670Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:24:29.2762377Z [ 13%] Built target cpuinfo 2025-03-21T20:24:29.2763162Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:24:29.2764372Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:24:29.2765627Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:24:29.2766798Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:24:29.2767942Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:24:29.2768834Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:24:29.2769813Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:24:29.2771058Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:24:29.2772260Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:24:29.2773391Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:24:29.2774562Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:24:29.2775823Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:24:29.2776845Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:24:29.2777813Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:24:29.2778737Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:24:29.2779854Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:24:29.2781095Z [ 15%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:24:29.2782380Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:24:29.2783648Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:24:29.2784782Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:24:29.2785727Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:24:29.2786495Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:24:29.2787550Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:24:29.2788750Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:24:29.2790238Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:24:29.2791494Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:24:29.2792849Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:24:29.2794163Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:24:29.2795278Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:24:29.2796079Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:24:29.2797141Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:24:29.2798355Z [ 17%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:24:29.2799598Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:24:29.2800827Z [ 17%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:24:29.2802322Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:24:29.2803528Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:24:29.2804468Z [ 18%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:24:29.2804945Z [ 18%] Built target cpuinfo_internals 2025-03-21T20:24:29.2805577Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:24:29.2806545Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:24:29.2807617Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:24:29.2808492Z [ 18%] Linking CXX static library libeigen_blas.a 2025-03-21T20:24:29.2809172Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:24:29.2809921Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:24:29.2810700Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:24:29.2811468Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:24:29.2812211Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:24:29.2812955Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:24:29.2813749Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:24:29.2814531Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:24:29.2815396Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:24:29.2816269Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:24:29.2817057Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:24:29.2817776Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:24:29.2818490Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:24:29.2819241Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:24:29.2820084Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:24:29.2821050Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:24:29.2821801Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:24:29.2822568Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:24:29.2823499Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:24:29.2824388Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:24:29.2825291Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:24:29.2825895Z [ 18%] Built target eigen_blas 2025-03-21T20:24:29.2826569Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:24:29.2827501Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:24:29.2828410Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:24:29.2829078Z [100%] Linking CXX executable flatc 2025-03-21T20:24:29.2829475Z [100%] Built target flatc 2025-03-21T20:24:29.2829905Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:24:29.2830390Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:24:29.2830785Z [ 18%] Built target flatbuffers 2025-03-21T20:24:29.2831213Z [ 18%] Generating common_schema headers 2025-03-21T20:24:29.2831620Z [ 18%] Built target common_schema 2025-03-21T20:24:29.2832073Z [ 18%] Generating program_schema headers 2025-03-21T20:24:29.2832493Z [ 18%] Built target program_schema 2025-03-21T20:24:29.2833203Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:24:29.2834119Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:24:29.2835335Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:24:33.8200094Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:24:33.8201324Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:24:33.8202338Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:24:33.8203270Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:24:33.8204259Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:24:33.8205233Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:24:33.8206205Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:24:33.8207199Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:24:33.8208264Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:33.8209387Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:33.8210462Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:33.8211445Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:33.8212369Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:33.8213309Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:33.8214255Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:33.8215448Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:33.8216432Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:33.8217251Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:33.8217828Z [ 22%] Built target executorch_core 2025-03-21T20:24:33.8218541Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:33.8219576Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:24:33.8220578Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:33.8221631Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:24:33.8222805Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:24:33.8223955Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:24:33.8225035Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:33.8225862Z [ 24%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:24:33.8226369Z [ 24%] Built target extension_threadpool 2025-03-21T20:24:33.8227102Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:24:33.8228065Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:24:33.8228816Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:33.8229261Z [ 24%] Built target executorch 2025-03-21T20:24:33.8230039Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:33.8231271Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:33.8232545Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:33.8233451Z [ 25%] Linking CXX static library libcpublas.a 2025-03-21T20:24:33.8233887Z [ 25%] Built target cpublas 2025-03-21T20:24:33.8234651Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:33.8235944Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:33.8237044Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:33.8238126Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:33.8239268Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:33.8240403Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:33.8241483Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:33.8242520Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:33.8243613Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:33.8244702Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:33.8245732Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:33.8246869Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:33.8247988Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:33.8249268Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:33.8250382Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:33.8251409Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:33.8252504Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:33.8253627Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:33.8254737Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:33.8255844Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:33.8256945Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:33.8258003Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:33.8259104Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:33.8260194Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:33.8261557Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:33.8262644Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:33.8263746Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:33.8264848Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:33.8266002Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:33.8267147Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:33.8268238Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:33.8269323Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:33.8270422Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:33.8271568Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:33.8272702Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:33.8273772Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:33.8274864Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:33.8276039Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:33.8277131Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:33.8278212Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:33.8279340Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:33.8280628Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:33.8281745Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:39.3945751Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:39.3947008Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:39.3948170Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:39.3949318Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:39.3950474Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:39.3951672Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:39.3952969Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:39.3954246Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:39.3955526Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:39.3956795Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:39.3958030Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:39.3959291Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:39.3960568Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:39.3961888Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:39.3963055Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:39.3964342Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:39.3965579Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:39.3966732Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:39.3967954Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:39.3969123Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:39.3970416Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:39.3971767Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:39.3972990Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:39.3974214Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:39.3975524Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:39.3976877Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:39.3978143Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:39.3979650Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:39.3980895Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:39.3982145Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:39.3983241Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:39.3984391Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:39.3985487Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:39.3986584Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:39.3987620Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:39.3988827Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:39.3989956Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:39.3991025Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:39.3992195Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:39.3993375Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:39.3994496Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:39.3995786Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:24:39.3996944Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:39.3998066Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:39.3999121Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:39.4000258Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:39.4001364Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:39.4002415Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:39.4003501Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:39.4004570Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:39.4005568Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:39.4006651Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:39.4007779Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:39.4008939Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:39.4010003Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:39.4011172Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:39.4012474Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:39.4013557Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:39.4014673Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:39.4015766Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:39.4016894Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:39.4017972Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:39.4019003Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:39.4020099Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:39.4021290Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:39.4022451Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:39.4023522Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:39.4024605Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:39.4025744Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:39.4026821Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:39.4027850Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:39.4028961Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:39.4030095Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:39.4031182Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:24:44.8683339Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:44.8684506Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:44.8685543Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:44.8686608Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:44.8687767Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:44.8688843Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:44.8689865Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:44.8690953Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:44.8692079Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:44.8693132Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:44.8694166Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:44.8695308Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:44.8697330Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:44.8698431Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:44.8699603Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:44.8700759Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:44.8701976Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:44.8703139Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:44.8704274Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:44.8705414Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:44.8706492Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:44.8707599Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:44.8708729Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:44.8709803Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:44.8710825Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:44.8711936Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:44.8713177Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:44.8714341Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:44.8715600Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:44.8716862Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:44.8718081Z [ 53%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:44.8719220Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:44.8720385Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:44.8721528Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:44.8722600Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:44.8723634Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:44.8724738Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:44.8725827Z [ 55%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:44.8726876Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:44.8727952Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:44.8729027Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:44.8730250Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:44.8731420Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:44.8732657Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:44.8733814Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:44.8734974Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:44.8736117Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:44.8737269Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:44.8738412Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:44.8739568Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:44.8740751Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:44.8741875Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:44.8742986Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:44.8744051Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:44.8745183Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:44.8746285Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:44.8747413Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:44.8748592Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:44.8749772Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:44.8750939Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:44.8752068Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:44.8753185Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:44.8754433Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:44.8755708Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:44.8756968Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:44.8758308Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:44.8759500Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:44.8761116Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:44.8762360Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:44.8763630Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:44.8764725Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:44.8765796Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:49.3669003Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:49.3670197Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:49.3671283Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:49.3672372Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:49.3673503Z [ 62%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:49.3674717Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:49.3676012Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:49.3677170Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:49.3678290Z [ 63%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:49.3679820Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:49.3681003Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:49.3682199Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:49.3683370Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:49.3684586Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:49.3685768Z [ 63%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:49.3686829Z [ 63%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:49.3687933Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:49.3689162Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:49.3690346Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:49.3691508Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:49.3692621Z [ 65%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:49.3693715Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:49.3694772Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:49.3695787Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:49.3696890Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:49.3698043Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:49.3699143Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:49.3700362Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:49.3701511Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:49.3702829Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:49.3704005Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:49.3705130Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:49.3706322Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:49.3707675Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:49.3708854Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:49.3709998Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:49.3711147Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:49.3712278Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:49.3713351Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:49.3714371Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:49.3715635Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:49.3716874Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:49.3718046Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:49.3719241Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:49.3720502Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:49.3721704Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:49.3722861Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:49.3724006Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:49.3725144Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:49.3726225Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:49.3727348Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:49.3728497Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:49.3729627Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:49.3730728Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:49.3731849Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:49.3733169Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:49.3734452Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:49.3735744Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:49.3736917Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:49.3738151Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:49.3739433Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:49.3740379Z [ 73%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:24:49.3741298Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:49.3742449Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:49.3743529Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:49.3744565Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:49.3745671Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:49.3746819Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:49.3747904Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:49.3748916Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:49.3750009Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:49.3751136Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:52.8729889Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:52.8730631Z [ 75%] Built target optimized_kernels 2025-03-21T20:24:52.8731426Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:52.8732343Z [ 75%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:24:52.8733351Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:52.8734514Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:52.8735650Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:52.8736478Z [ 76%] Generating code for kernel registration 2025-03-21T20:24:52.8737372Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:52.8738556Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:52.8739690Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:52.8740738Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:52.8741863Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:52.8743419Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:52.8744550Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:52.8745571Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:52.8746775Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:52.8747926Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:52.8749034Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:52.8750146Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:52.8751275Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:52.8752416Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:52.8753510Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:52.8754634Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:52.8756009Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:52.8757170Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:52.8758331Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:52.8759530Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:52.8760962Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:52.8762089Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:52.8763154Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:52.8764557Z [ 80%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:52.8766026Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:52.8767246Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:52.8768335Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:52.8769182Z [ 82%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:24:52.8769679Z [ 82%] Built target optimized_ops_lib 2025-03-21T20:24:52.8770414Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:52.8771561Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:52.8772746Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:52.8773884Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:52.8774957Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:52.8775990Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:52.8777231Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:52.8778372Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:52.8779611Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:52.8780680Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:52.8781756Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:52.8782842Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:52.8783948Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:52.8785098Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:52.8786290Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:52.8787442Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:52.8788543Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:52.8789683Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:52.8790867Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:52.8791980Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:52.8793054Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:52.8794131Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:52.8795358Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:52.8796601Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:52.8797733Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:52.8798815Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:52.8799920Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:52.8801031Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:52.8802210Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:52.8803474Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:52.8804728Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:52.8805969Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:52.8807111Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:52.8808168Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:52.8809219Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:52.8810398Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:52.8811476Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:25:04.0696245Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:25:04.0697576Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:25:04.0698840Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:25:04.0700073Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:25:04.0701217Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:25:04.0702475Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:25:04.0703872Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:04.0705324Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:25:04.0706642Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:04.0707832Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:04.0709239Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:04.0710667Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:04.0711982Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:04.0713219Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:04.0714461Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:04.0715805Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:04.0717086Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:04.0718302Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:04.0719468Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:04.0720640Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:04.0721848Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:04.0723079Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:04.0724292Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:04.0725449Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:04.0726568Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:04.0727852Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:04.0729081Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:04.0730371Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:04.0731607Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:04.0732863Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:04.0734048Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:04.0735305Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:04.0736593Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:04.0737826Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:04.0739000Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:04.0740120Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:04.0741281Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:04.0742505Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:04.0743770Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:04.0745018Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:04.0746185Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:04.0747327Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:04.0748545Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:04.0749487Z [ 97%] Linking CXX static library libportable_kernels.a 2025-03-21T20:25:04.0750187Z [ 97%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:25:04.0750721Z [ 97%] Built target portable_kernels 2025-03-21T20:25:04.0751298Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:25:04.0751958Z [ 98%] Generating code for kernel registration 2025-03-21T20:25:04.0752426Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:25:04.0752912Z [ 98%] Merging kernel yaml files 2025-03-21T20:25:04.0753585Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:25:04.0754265Z [ 98%] Generating code for kernel registration 2025-03-21T20:25:04.0755486Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:04.0756577Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:25:04.0757056Z [ 98%] Built target portable_ops_lib 2025-03-21T20:25:04.0758212Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:04.0759552Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:25:04.0760095Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:25:04.0761219Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:25:04.0762527Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:25:04.0763622Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:04.0764660Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:25:04.0765716Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:25:04.0766888Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:25:04.0767746Z [100%] Linking CXX executable executor_runner 2025-03-21T20:25:04.0768187Z [100%] Built target executor_runner 2025-03-21T20:25:04.0768703Z + ./cmake-out/executor_runner --model_path ./llama3_2_vision_encoder.pte 2025-03-21T20:25:04.0769439Z I 00:00:00.000774 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T20:25:04.0770290Z I 00:00:00.000805 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T20:25:04.0771259Z I 00:00:00.000820 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:25:04.0772345Z I 00:00:00.000841 executorch:cpuinfo_utils.cpp:100] Failed to open midr file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:25:04.0773339Z I 00:00:00.000849 executorch:cpuinfo_utils.cpp:116] CPU info and manual query on # of cpus dont match. 2025-03-21T20:25:04.0774163Z I 00:00:00.000851 executorch:executor_runner.cpp:143] Resetting threadpool with num threads = 0 2025-03-21T20:25:04.0775005Z I 00:00:00.094151 executorch:executor_runner.cpp:166] Model file ./llama3_2_vision_encoder.pte is loaded. 2025-03-21T20:25:04.0775752Z I 00:00:00.094177 executorch:executor_runner.cpp:175] Using method forward 2025-03-21T20:25:04.0776473Z I 00:00:00.094191 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 123557392. 2025-03-21T20:53:50.4606359Z I 00:00:00.168549 executorch:executor_runner.cpp:251] Method loaded. 2025-03-21T20:53:50.4607151Z I 00:28:46.539045 executorch:executor_runner.cpp:289] Model executed successfully 1 time(s) in 1726367.223093 ms. 2025-03-21T20:53:50.4607920Z I 00:28:46.539075 executorch:executor_runner.cpp:293] 1 outputs: 2025-03-21T20:53:50.4608397Z Output 0: tensor(sizes=[1, 1028, 1024], [ 2025-03-21T20:53:50.4608961Z 0.593459, -1.01342, 1.20512, 0.164906, -0.275602, 1.20482, -1.85178, 0.908459, 0.480283, 1.04776, 2025-03-21T20:53:50.4609671Z 0.402, 1.17375, -0.0572457, -1.68254, 0.479254, 0.345754, 1.0216, -1.3071, -0.928398, 0.643886, 2025-03-21T20:53:50.4610399Z -1.34645, 0.99669, 0.002861, -1.06319, 0.135999, 0.695243, -0.42038, 0.907782, -0.229651, 0.14462, 2025-03-21T20:53:50.4611103Z -1.06373, -0.991451, -0.5417, 0.895223, 0.365731, 0.242036, 0.502506, -0.156967, 0.349883, -0.962135, 2025-03-21T20:53:50.4611834Z 1.88877, -0.555479, 0.413654, -2.06305, 0.90708, -0.216555, -0.810225, 0.728228, 0.498769, 1.06978, 2025-03-21T20:53:50.4612547Z 1.25677, 0.778898, 0.395001, 0.523776, -0.290993, 0.18208, 0.426162, -0.440555, 0.717638, 1.34718, 2025-03-21T20:53:50.4613271Z 0.147338, -0.101463, 0.866807, 0.83293, 1.11582, -0.281683, -0.35597, -0.514968, -0.412387, -0.958466, 2025-03-21T20:53:50.4614000Z 1.64831, 1.08342, 0.184204, -0.80482, -0.132444, 0.119219, -0.278143, -1.22314, -0.863019, 0.0564466, 2025-03-21T20:53:50.4614738Z -1.75576, 0.706862, -1.20277, -0.0352938, 0.524366, -0.375536, -0.00999123, -1.96626, 0.313786, 0.541145, 2025-03-21T20:53:50.4615846Z 0.23858, 0.182014, -0.23338, -0.0504127, 0.294798, 0.766478, 0.143728, 0.6285, -0.476883, 0.0856203, 2025-03-21T20:53:50.4616388Z ..., 2025-03-21T20:53:50.4616833Z 1.70204, 0.249929, -0.222543, -0.361488, -0.277101, 0.530815, 1.05781, -1.00162, -0.521821, 0.357303, 2025-03-21T20:53:50.4617694Z 0.620362, 0.453861, -2.5829, 0.995187, -1.13219, 2.84438, 1.07638, -1.33634, -0.517251, 0.472607, 2025-03-21T20:53:50.4618402Z -1.90591, -0.035593, 0.270001, 0.404629, 0.776738, 0.065755, 0.721641, 0.518777, 0.735, 0.605169, 2025-03-21T20:53:50.4619135Z 0.353899, -0.656738, -0.283877, -0.722232, 0.0539697, -0.775707, 0.656494, 0.279923, 0.270918, -1.00308, 2025-03-21T20:53:50.4619890Z 0.0880905, -1.06914, 0.769842, 0.0601496, -0.978732, 0.065696, 0.107047, -0.0466112, 1.19465, -0.21019, 2025-03-21T20:53:50.4620637Z 0.738768, 0.0763909, 1.86188, -0.265299, 0.996763, 1.19098, 0.434952, 0.83974, -1.23642, -0.392611, 2025-03-21T20:53:50.4621500Z 0.98633, -0.148148, -0.313061, -1.19887, -0.498469, -0.570207, -0.146957, -1.2837, -0.332221, -0.826292, 2025-03-21T20:53:50.4622254Z -0.40602, 0.200609, 0.818002, -0.320941, -0.109495, 0.361491, -0.650201, 1.29473, -2.15417, 0.00503068, 2025-03-21T20:53:50.4622981Z -0.796461, 1.17336, 0.142126, 0.148738, 0.34475, 0.260469, 0.102789, -1.13575, 2.68523, 0.356958, 2025-03-21T20:53:50.4623709Z 1.43943, -0.0457651, 0.440212, 0.247774, 2.28862, 0.357605, -1.37596, -0.259545, 0.330815, -0.363646, 2025-03-21T20:53:50.4624254Z ]) 2025-03-21T20:53:50.4710214Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:53:50.4710668Z with: 2025-03-21T20:53:50.4711060Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:50.4711539Z fail-on-empty: false 2025-03-21T20:53:50.4711841Z env: 2025-03-21T20:53:50.4712157Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:50.4712616Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:50.4712957Z PR_NUMBER: 2025-03-21T20:53:50.4714922Z 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:53:50.4717332Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:50.4718037Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:50.4718680Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:50.4719146Z ##[endgroup] 2025-03-21T20:53:50.5329325Z Prepare all required actions 2025-03-21T20:53:50.5371831Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:53:50.5372266Z with: 2025-03-21T20:53:50.5372668Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:53:50.5373347Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:53:50.5373842Z env: 2025-03-21T20:53:50.5374151Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:50.5374577Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:50.5374910Z PR_NUMBER: 2025-03-21T20:53:50.5376933Z 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:53:50.5379135Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:50.5379820Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:50.5380591Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:50.5381054Z ##[endgroup] 2025-03-21T20:53:50.5405655Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:53:50.5406471Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:53:50.5415749Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:53:50.5416201Z env: 2025-03-21T20:53:50.5416500Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:50.5416927Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:50.5417274Z PR_NUMBER: 2025-03-21T20:53:50.5419245Z 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:53:50.5421455Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:50.5422141Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:50.5422786Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:50.5423402Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:53:50.5424043Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:53:50.5424544Z ##[endgroup] 2025-03-21T20:53:50.5602112Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:53:50.7974821Z latest: Pulling from tool/alpine 2025-03-21T20:53:50.7975229Z 540db60ca938: Pulling fs layer 2025-03-21T20:53:50.9002746Z 540db60ca938: Download complete 2025-03-21T20:53:50.9841315Z 540db60ca938: Pull complete 2025-03-21T20:53:50.9946386Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:53:50.9986565Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:53:52.3834117Z Prepare all required actions 2025-03-21T20:53:52.3865674Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:53:52.3866108Z with: 2025-03-21T20:53:52.3866454Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:53:52.3867045Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:53:52.3867549Z env: 2025-03-21T20:53:52.3867860Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:52.3868279Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:52.3868625Z PR_NUMBER: 2025-03-21T20:53:52.3870660Z 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:53:52.3872889Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:52.3873593Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:52.3874240Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:52.3874714Z ##[endgroup] 2025-03-21T20:53:52.3901302Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:53:52.3902126Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:53:52.3909866Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:53:52.3910326Z env: 2025-03-21T20:53:52.3910634Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:52.3911073Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:52.3911431Z PR_NUMBER: 2025-03-21T20:53:52.3913421Z 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:53:52.3915742Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:52.3916448Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:52.3917112Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:52.3917739Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:53:52.3918309Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:53:52.3918741Z ##[endgroup] 2025-03-21T20:53:53.3887776Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:53:53.3888493Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:53:53.3889048Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:53:53.3889898Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:53:53.3890611Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:53:53.3891206Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:53:53.3891722Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:53:53.3892154Z  fi 2025-03-21T20:53:53.3892496Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:53:53.3893042Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:53:53.3893505Z  fi 2025-03-21T20:53:53.3893826Z fi 2025-03-21T20:53:53.3894091Z  2025-03-21T20:53:53.3894347Z upload_docs=0 2025-03-21T20:53:53.3894837Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:53:53.3895397Z # empty folders do not count 2025-03-21T20:53:53.3895936Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:53:53.3896645Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:53:53.3897234Z  # upload will probably not work correctly 2025-03-21T20:53:53.3897640Z  upload_docs=1 2025-03-21T20:53:53.3897960Z fi 2025-03-21T20:53:53.3898339Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:53:53.3904880Z shell: /usr/bin/bash -e {0} 2025-03-21T20:53:53.3905216Z env: 2025-03-21T20:53:53.3905547Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:53.3905993Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:53.3906339Z PR_NUMBER: 2025-03-21T20:53:53.3908311Z 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:53:53.3910510Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:53.3911375Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:53.3912015Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:53.3912527Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:53:53.3912847Z ##[endgroup] 2025-03-21T20:53:53.4063312Z Prepare all required actions 2025-03-21T20:53:53.4100556Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:53:53.4100997Z with: 2025-03-21T20:53:53.4101236Z env: 2025-03-21T20:53:53.4101559Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:53.4101997Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:53.4102348Z PR_NUMBER: 2025-03-21T20:53:53.4104325Z 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:53:53.4106544Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:53.4107271Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:53.4107927Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:53.4108401Z ##[endgroup] 2025-03-21T20:53:53.4131188Z ##[group]Run set -eou pipefail 2025-03-21T20:53:53.4131577Z set -eou pipefail 2025-03-21T20:53:53.4131905Z  2025-03-21T20:53:53.4132329Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:53:53.4132886Z for _ in $(seq 1440); do 2025-03-21T20:53:53.4133286Z  # Break if no ssh session exists anymore 2025-03-21T20:53:53.4133704Z  if [ "$(who)" = "" ]; then 2025-03-21T20:53:53.4134079Z  break 2025-03-21T20:53:53.4134356Z  fi 2025-03-21T20:53:53.4134633Z  echo "." 2025-03-21T20:53:53.4134935Z  sleep 5 2025-03-21T20:53:53.4135226Z done 2025-03-21T20:53:53.4141356Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:53:53.4141814Z env: 2025-03-21T20:53:53.4142132Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:53.4142566Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:53.4142912Z PR_NUMBER: 2025-03-21T20:53:53.4144878Z 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:53:53.4147073Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:53.4147760Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:53.4148399Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:53.4148864Z ##[endgroup] 2025-03-21T20:53:53.4172846Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:53:53.4251944Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:53:53.4252719Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:53:53.4253311Z # shellcheck disable=SC2046 2025-03-21T20:53:53.4253758Z docker stop $(docker ps -q) || true 2025-03-21T20:53:53.4254177Z # Prune all of the docker images 2025-03-21T20:53:53.4254571Z docker system prune -af 2025-03-21T20:53:53.4260649Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:53:53.4261581Z env: 2025-03-21T20:53:53.4261899Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:53:53.4262316Z REPOSITORY: pytorch/executorch 2025-03-21T20:53:53.4262664Z PR_NUMBER: 2025-03-21T20:53:53.4264805Z 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:53:53.4267003Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:53:53.4267697Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:53:53.4268348Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:53:53.4268825Z ##[endgroup] 2025-03-21T20:54:04.1465900Z a90ba1fff310 2025-03-21T20:54:04.4616644Z Deleted Containers: 2025-03-21T20:54:04.4617165Z a90ba1fff310375590f90250edf46a09d60cde73605db465d00d132431fe03aa 2025-03-21T20:54:04.4617563Z 2025-03-21T20:54:07.7358324Z Deleted Images: 2025-03-21T20:54:07.7358858Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:54:07.7359894Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:54:07.7361083Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:54:07.7361853Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:54:07.7362912Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:54:07.7364382Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:54:07.7365599Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T20:54:07.7366366Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T20:54:07.7367125Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T20:54:07.7367910Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T20:54:07.7368670Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T20:54:07.7369426Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T20:54:07.7370179Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T20:54:07.7370925Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T20:54:07.7371691Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T20:54:07.7372523Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T20:54:07.7373265Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T20:54:07.7373988Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T20:54:07.7374751Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T20:54:07.7375512Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T20:54:07.7376277Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T20:54:07.7377025Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T20:54:07.7377754Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T20:54:07.7378475Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T20:54:07.7379485Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T20:54:07.7380250Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T20:54:07.7381151Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T20:54:07.7381903Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T20:54:07.7382646Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T20:54:07.7383378Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T20:54:07.7384117Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T20:54:07.7384857Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T20:54:07.7385610Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T20:54:07.7386376Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T20:54:07.7387313Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T20:54:07.7388065Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T20:54:07.7388827Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T20:54:07.7389587Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T20:54:07.7390333Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T20:54:07.7391074Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T20:54:07.7391819Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T20:54:07.7392583Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:54:07.7393335Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:54:07.7393766Z 2025-03-21T20:54:07.7393925Z Total reclaimed space: 14.01GB 2025-03-21T20:54:07.7433204Z ##[group]Run set +e 2025-03-21T20:54:07.7433538Z set +e 2025-03-21T20:54:07.7433855Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:54:07.7434342Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:54:07.7434773Z else 2025-03-21T20:54:07.7435105Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:54:07.7435600Z fi 2025-03-21T20:54:07.7435869Z set -e 2025-03-21T20:54:07.7442337Z shell: /usr/bin/bash -e {0} 2025-03-21T20:54:07.7442663Z env: 2025-03-21T20:54:07.7442975Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:54:07.7443409Z REPOSITORY: pytorch/executorch 2025-03-21T20:54:07.7443737Z PR_NUMBER: 2025-03-21T20:54:07.7445756Z 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:54:07.7447954Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:54:07.7448646Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:54:07.7449304Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:54:07.7449762Z NO_SUDO: false 2025-03-21T20:54:07.7450037Z ##[endgroup] 2025-03-21T20:54:08.8473458Z Post job cleanup. 2025-03-21T20:54:08.9607909Z Post job cleanup. 2025-03-21T20:54:09.0645697Z [command]/usr/bin/git version 2025-03-21T20:54:09.0687835Z git version 2.47.1 2025-03-21T20:54:09.0732268Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b0da7ff8-93cc-49cd-8fea-aaee3ffdaac7' before making global git config changes 2025-03-21T20:54:09.0733372Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:54:09.0737559Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:54:09.0770445Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:54:09.0808004Z [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:54:09.1093246Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:54:09.1111877Z http.https://github.com/.extraheader 2025-03-21T20:54:09.1122139Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:54:09.1149233Z [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:54:09.1485679Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:54:09.1514980Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:54:09.1520972Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:54:09.1521420Z ##[endgroup] 2025-03-21T20:54:09.1608143Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:54:20.7375791Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:54:38.4449808Z Cleaning up orphan processes