2025-03-21T20:17:41.2857484Z Current runner version: '2.323.0' 2025-03-21T20:17:41.2864877Z Runner name: 'i-0b93f95ff2bcc0ec8' 2025-03-21T20:17:41.2865879Z Runner group name: 'Default' 2025-03-21T20:17:41.2866884Z Machine name: 'ip-10-0-39-32' 2025-03-21T20:17:41.2870250Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:41.2873032Z Contents: read 2025-03-21T20:17:41.2873750Z Metadata: read 2025-03-21T20:17:41.2874350Z ##[endgroup] 2025-03-21T20:17:41.2878040Z Secret source: Actions 2025-03-21T20:17:41.2879004Z Prepare workflow directory 2025-03-21T20:17:41.6249379Z Prepare all required actions 2025-03-21T20:17:41.6293392Z Getting action download info 2025-03-21T20:17:41.8554144Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:42.0877604Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:54.9671271Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:55.2914373Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:55.4023855Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:55.7775744Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:56.0524493Z Getting action download info 2025-03-21T20:17:56.1907112Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:56.1909398Z ##[group] Inputs 2025-03-21T20:17:56.1911555Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:17:56.1914230Z timeout: 900 2025-03-21T20:17:56.1914523Z runner: linux.2xlarge 2025-03-21T20:17:56.1914819Z upload-artifact: 2025-03-21T20:17:56.1915428Z upload-artifact-to-s3: false 2025-03-21T20:17:56.1915780Z download-artifact: 2025-03-21T20:17:56.1916055Z repository: 2025-03-21T20:17:56.1916348Z fetch-depth: 1 2025-03-21T20:17:56.1916626Z submodules: true 2025-03-21T20:17:56.1916946Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:56.1917374Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:56.1917740Z test-infra-ref: 2025-03-21T20:17:56.1918061Z docker-image: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:17:56.1918468Z docker-build-dir: .ci/docker 2025-03-21T20:17:56.1918795Z gpu-arch-type: cpu 2025-03-21T20:17:56.1919078Z gpu-arch-version: 2025-03-21T20:17:56.1919356Z job-name: linux-job 2025-03-21T20:17:56.1919669Z continue-on-error: false 2025-03-21T20:17:56.1919990Z binary-matrix: 2025-03-21T20:17:56.1920271Z run-with-docker: true 2025-03-21T20:17:56.1920564Z secrets-env: 2025-03-21T20:17:56.1920815Z no-sudo: false 2025-03-21T20:17:56.1921119Z ##[endgroup] 2025-03-21T20:17:56.1921494Z Complete job name: test-qnn-model (fp32, mb) / linux-job 2025-03-21T20:17:56.2433821Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:56.2583701Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:56.2594914Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:56.2596042Z ##[endgroup] 2025-03-21T20:17:58.1384416Z Runner Type: linux.2xlarge 2025-03-21T20:17:58.1384911Z Instance Type: c5.2xlarge 2025-03-21T20:17:58.1385219Z AMI Name: unknown 2025-03-21T20:17:58.1411677Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:04.0941341Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:04.0941806Z set -euxo pipefail 2025-03-21T20:18:04.0942341Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:04.0942798Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:04.0943251Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:04.0943625Z else 2025-03-21T20:18:04.0943936Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:04.0944362Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:04.0944711Z fi 2025-03-21T20:18:04.0944956Z  2025-03-21T20:18:04.0945238Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:04.0945597Z echo "::endgroup::" 2025-03-21T20:18:04.0955885Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:04.0956232Z env: 2025-03-21T20:18:04.0956542Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.0956965Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.0957353Z PR_NUMBER: 2025-03-21T20:18:04.0959337Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:04.0961415Z NO_SUDO: false 2025-03-21T20:18:04.0961687Z ##[endgroup] 2025-03-21T20:18:04.0989201Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:04.0999713Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:04.1006575Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:04.2577747Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:04.2578482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:04.2595644Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:04.2609111Z + echo ::endgroup:: 2025-03-21T20:18:04.2610336Z ##[endgroup] 2025-03-21T20:18:04.2717044Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:04.2717430Z with: 2025-03-21T20:18:04.2717732Z repository: pytorch/test-infra 2025-03-21T20:18:04.2718080Z path: test-infra 2025-03-21T20:18:04.2718358Z submodules: recursive 2025-03-21T20:18:04.2718810Z token: *** 2025-03-21T20:18:04.2719066Z ssh-strict: true 2025-03-21T20:18:04.2719340Z ssh-user: git 2025-03-21T20:18:04.2719619Z persist-credentials: true 2025-03-21T20:18:04.2719926Z clean: true 2025-03-21T20:18:04.2720195Z sparse-checkout-cone-mode: true 2025-03-21T20:18:04.2720530Z fetch-depth: 1 2025-03-21T20:18:04.2720794Z fetch-tags: false 2025-03-21T20:18:04.2721066Z show-progress: true 2025-03-21T20:18:04.2721342Z lfs: false 2025-03-21T20:18:04.2721591Z set-safe-directory: true 2025-03-21T20:18:04.2721892Z env: 2025-03-21T20:18:04.2722178Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.2722591Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.2722936Z PR_NUMBER: 2025-03-21T20:18:04.2724941Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:04.2727358Z ##[endgroup] 2025-03-21T20:18:04.4054697Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:04.4056015Z ##[group]Getting Git version info 2025-03-21T20:18:04.4057096Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:04.4058559Z [command]/usr/bin/git version 2025-03-21T20:18:04.4059121Z git version 2.47.1 2025-03-21T20:18:04.4080252Z ##[endgroup] 2025-03-21T20:18:04.4090698Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/93b781f4-2744-4bab-ae4f-e3a26b85220c/.gitconfig' 2025-03-21T20:18:04.4101328Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/93b781f4-2744-4bab-ae4f-e3a26b85220c' before making global git config changes 2025-03-21T20:18:04.4102454Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:04.4116024Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:04.4152277Z ##[group]Initializing the repository 2025-03-21T20:18:04.4156370Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:04.4310348Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:04.4311065Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:04.4311714Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:04.4312236Z hint: 2025-03-21T20:18:04.4312578Z hint: git config --global init.defaultBranch 2025-03-21T20:18:04.4312983Z hint: 2025-03-21T20:18:04.4313350Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:04.4314000Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:04.4314528Z hint: 2025-03-21T20:18:04.4314805Z hint: git branch -m 2025-03-21T20:18:04.4322741Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:04.4334183Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:04.4377812Z ##[endgroup] 2025-03-21T20:18:04.4378298Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:04.4416881Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:04.4418497Z ##[endgroup] 2025-03-21T20:18:04.4418947Z ##[group]Setting up auth 2025-03-21T20:18:04.4419726Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:04.4440964Z [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:04.4712078Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:04.4740363Z [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:04.5005753Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:04.5045285Z ##[endgroup] 2025-03-21T20:18:04.5045800Z ##[group]Determining the default branch 2025-03-21T20:18:04.5049188Z Retrieving the default branch name 2025-03-21T20:18:04.7522519Z Default branch 'main' 2025-03-21T20:18:04.7523778Z ##[endgroup] 2025-03-21T20:18:04.7524574Z ##[group]Fetching the repository 2025-03-21T20:18:04.7532828Z [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:05.1816913Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:05.1817408Z * [new branch] main -> origin/main 2025-03-21T20:18:05.1838765Z ##[endgroup] 2025-03-21T20:18:05.1839253Z ##[group]Determining the checkout info 2025-03-21T20:18:05.1840911Z ##[endgroup] 2025-03-21T20:18:05.1845659Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:05.1880426Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:05.1906002Z ##[group]Checking out the ref 2025-03-21T20:18:05.1909482Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:05.2740511Z Switched to a new branch 'main' 2025-03-21T20:18:05.2741261Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:05.2748616Z ##[endgroup] 2025-03-21T20:18:05.2749246Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:05.2754506Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:05.2796666Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:05.2828398Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:05.2857150Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:05.2884451Z ##[endgroup] 2025-03-21T20:18:05.2888750Z ##[group]Fetching submodules 2025-03-21T20:18:05.2889456Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:05.3173429Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:05.3465030Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:05.3749188Z ##[endgroup] 2025-03-21T20:18:05.3749862Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:05.3754779Z [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:05.4037131Z [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:05.4320913Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:05.4605597Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:05.4886651Z ##[endgroup] 2025-03-21T20:18:05.4925225Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:05.4950320Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:05.5176948Z Prepare all required actions 2025-03-21T20:18:05.5177581Z Getting action download info 2025-03-21T20:18:05.6132670Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:06.4141809Z Getting action download info 2025-03-21T20:18:06.5108253Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:06.6774505Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:06.6774913Z env: 2025-03-21T20:18:06.6775211Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:06.6775622Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.6791078Z PR_NUMBER: 2025-03-21T20:18:06.6793089Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:06.6795113Z ##[endgroup] 2025-03-21T20:18:06.6887855Z ##[group]Run set -euo pipefail 2025-03-21T20:18:06.6888265Z set -euo pipefail 2025-03-21T20:18:06.6888605Z function get_ec2_metadata() { 2025-03-21T20:18:06.6889037Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:06.6889745Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:06.6890526Z  category=$1 2025-03-21T20:18:06.6891514Z  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:06.6892762Z } 2025-03-21T20:18:06.6893084Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:06.6893575Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:06.6894122Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:06.6894583Z echo "system info $(uname -a)" 2025-03-21T20:18:06.6900671Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.6901109Z env: 2025-03-21T20:18:06.6901410Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:06.6901825Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.6902139Z PR_NUMBER: 2025-03-21T20:18:06.6904079Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:06.6906089Z ##[endgroup] 2025-03-21T20:18:06.7043417Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:06.7145151Z instance-id: i-0b93f95ff2bcc0ec8 2025-03-21T20:18:06.7245517Z instance-type: c5.2xlarge 2025-03-21T20:18:06.7256639Z system info Linux ip-10-0-39-32.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:06.7291473Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:06.7292525Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:06.7298820Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.7299237Z env: 2025-03-21T20:18:06.7299762Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:06.7300172Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.7300498Z PR_NUMBER: 2025-03-21T20:18:06.7302414Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:06.7304412Z ##[endgroup] 2025-03-21T20:18:06.7379490Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:06.7380010Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:06.7380432Z  echo "Docker daemon is running..."; 2025-03-21T20:18:06.7380823Z else 2025-03-21T20:18:06.7381238Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:06.7381712Z fi 2025-03-21T20:18:06.7387470Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.7387898Z env: 2025-03-21T20:18:06.7388180Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:06.7388589Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.7388911Z PR_NUMBER: 2025-03-21T20:18:06.7390824Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:06.7392989Z ##[endgroup] 2025-03-21T20:18:06.7467128Z Docker daemon is running... 2025-03-21T20:18:06.7495402Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:06.7496131Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:06.7496715Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:06.7497392Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:06.7498221Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:06.7504287Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.7504719Z env: 2025-03-21T20:18:06.7505012Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:06.7505419Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.7505731Z PR_NUMBER: 2025-03-21T20:18:06.7507674Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:06.7509691Z AWS_RETRY_MODE: standard 2025-03-21T20:18:06.7509994Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:06.7510297Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:06.7510614Z ##[endgroup] 2025-03-21T20:18:07.9320854Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:07.9321921Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:07.9322909Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:07.9323434Z 2025-03-21T20:18:07.9323565Z Login Succeeded 2025-03-21T20:18:07.9365555Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.9366427Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.9367006Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.9373469Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.9373905Z env: 2025-03-21T20:18:07.9374200Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.9374612Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.9374938Z PR_NUMBER: 2025-03-21T20:18:07.9376914Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:07.9378954Z ##[endgroup] 2025-03-21T20:18:07.9463759Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:07.9464324Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:07.9464777Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:07.9465181Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:07.9465676Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.9466170Z  2025-03-21T20:18:07.9466511Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:07.9466994Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:07.9467415Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:07.9467961Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.9468468Z  2025-03-21T20:18:07.9469011Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:07.9469411Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:07.9469795Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:07.9470250Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.9476407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.9476818Z env: 2025-03-21T20:18:07.9477110Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:07.9477518Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.9477837Z PR_NUMBER: 2025-03-21T20:18:07.9479770Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:07.9481781Z ##[endgroup] 2025-03-21T20:18:08.3781093Z ##[group]Run needs=0 2025-03-21T20:18:08.3781444Z needs=0 2025-03-21T20:18:08.3781862Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:08.3782362Z  needs=1 2025-03-21T20:18:08.3782640Z fi 2025-03-21T20:18:08.3782937Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:08.3789007Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.3789446Z env: 2025-03-21T20:18:08.3789734Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:08.3790147Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.3790478Z PR_NUMBER: 2025-03-21T20:18:08.3792606Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:08.3794791Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.3795462Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.3796090Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.3796519Z ##[endgroup] 2025-03-21T20:18:08.4209698Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:08.4210522Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:08.4211014Z # shellcheck disable=SC2046 2025-03-21T20:18:08.4211399Z docker stop $(docker ps -q) || true 2025-03-21T20:18:08.4211784Z # Prune all of the docker images 2025-03-21T20:18:08.4212179Z docker system prune -af 2025-03-21T20:18:08.4218176Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.4218626Z env: 2025-03-21T20:18:08.4218918Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:08.4219323Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.4219637Z PR_NUMBER: 2025-03-21T20:18:08.4221558Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:08.4223703Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.4224366Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.4225155Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.4225601Z ##[endgroup] 2025-03-21T20:18:08.4476948Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:08.4477393Z See 'docker stop --help'. 2025-03-21T20:18:08.4477606Z 2025-03-21T20:18:08.4477788Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:08.4478117Z 2025-03-21T20:18:08.4478242Z Stop one or more running containers 2025-03-21T20:18:08.4621614Z Total reclaimed space: 0B 2025-03-21T20:18:08.4700199Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:08.4700636Z with: 2025-03-21T20:18:08.4701130Z github-secret: *** 2025-03-21T20:18:08.4701902Z 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:08.4702752Z activate-with-label: false 2025-03-21T20:18:08.4703065Z label: with-ssh 2025-03-21T20:18:08.4703362Z remove-existing-keys: true 2025-03-21T20:18:08.4703677Z fail-silently: true 2025-03-21T20:18:08.4703930Z env: 2025-03-21T20:18:08.4704221Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:08.4704622Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.4704942Z PR_NUMBER: 2025-03-21T20:18:08.4706905Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:08.4709057Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.4709705Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.4710334Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.4710769Z ##[endgroup] 2025-03-21T20:18:08.5854190Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:08.5856658Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:08.5978872Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:08.5979218Z with: 2025-03-21T20:18:08.5979469Z repository: pytorch/executorch 2025-03-21T20:18:08.5979834Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:08.5980215Z path: pytorch/executorch 2025-03-21T20:18:08.5980520Z fetch-depth: 1 2025-03-21T20:18:08.5980789Z submodules: true 2025-03-21T20:18:08.5981197Z token: *** 2025-03-21T20:18:08.5981449Z ssh-strict: true 2025-03-21T20:18:08.5981715Z ssh-user: git 2025-03-21T20:18:08.5981990Z persist-credentials: true 2025-03-21T20:18:08.5982295Z clean: true 2025-03-21T20:18:08.5982575Z sparse-checkout-cone-mode: true 2025-03-21T20:18:08.5982907Z fetch-tags: false 2025-03-21T20:18:08.5983177Z show-progress: true 2025-03-21T20:18:08.5983451Z lfs: false 2025-03-21T20:18:08.5983706Z set-safe-directory: true 2025-03-21T20:18:08.5983988Z env: 2025-03-21T20:18:08.5984269Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:08.5984716Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.5985043Z PR_NUMBER: 2025-03-21T20:18:08.5986959Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:08.5989100Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.5989891Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.5990507Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.5990944Z ##[endgroup] 2025-03-21T20:18:08.6975177Z Syncing repository: pytorch/executorch 2025-03-21T20:18:08.6983566Z ##[group]Getting Git version info 2025-03-21T20:18:08.6984186Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:08.7011231Z [command]/usr/bin/git version 2025-03-21T20:18:08.7046403Z git version 2.47.1 2025-03-21T20:18:08.7070858Z ##[endgroup] 2025-03-21T20:18:08.7079129Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/ee20f90e-da8d-483b-b643-a7cadadab01a/.gitconfig' 2025-03-21T20:18:08.7088160Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ee20f90e-da8d-483b-b643-a7cadadab01a' before making global git config changes 2025-03-21T20:18:08.7089245Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:08.7102739Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:08.7138830Z ##[group]Initializing the repository 2025-03-21T20:18:08.7142974Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:08.7172551Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:08.7173590Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:08.7174274Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:08.7174752Z hint: 2025-03-21T20:18:08.7175063Z hint: git config --global init.defaultBranch 2025-03-21T20:18:08.7175463Z hint: 2025-03-21T20:18:08.7175845Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:08.7176498Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:08.7176997Z hint: 2025-03-21T20:18:08.7177247Z hint: git branch -m 2025-03-21T20:18:08.7177988Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:08.7183249Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:08.7209269Z ##[endgroup] 2025-03-21T20:18:08.7209761Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:08.7213061Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:08.7237640Z ##[endgroup] 2025-03-21T20:18:08.7238167Z ##[group]Setting up auth 2025-03-21T20:18:08.7243270Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:08.7269751Z [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:08.7529946Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:08.7556761Z [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:08.7822048Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:08.7859610Z ##[endgroup] 2025-03-21T20:18:08.7860622Z ##[group]Fetching the repository 2025-03-21T20:18:08.7868584Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:10.3060858Z From https://github.com/pytorch/executorch 2025-03-21T20:18:10.3061617Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:10.3082227Z ##[endgroup] 2025-03-21T20:18:10.3082910Z ##[group]Determining the checkout info 2025-03-21T20:18:10.3084560Z ##[endgroup] 2025-03-21T20:18:10.3089080Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:10.3123929Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:10.3151715Z ##[group]Checking out the ref 2025-03-21T20:18:10.3155737Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:10.7992219Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:10.7992637Z 2025-03-21T20:18:10.7992976Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:10.7993669Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:10.7994436Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:10.7994873Z 2025-03-21T20:18:10.7995144Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:10.7995846Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:10.7996237Z 2025-03-21T20:18:10.7996460Z git switch -c 2025-03-21T20:18:10.7996715Z 2025-03-21T20:18:10.7996927Z Or undo this operation with: 2025-03-21T20:18:10.7997161Z 2025-03-21T20:18:10.7997361Z git switch - 2025-03-21T20:18:10.7997559Z 2025-03-21T20:18:10.7997857Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:10.7998323Z 2025-03-21T20:18:10.7998543Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:10.8036556Z ##[endgroup] 2025-03-21T20:18:10.8037327Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:10.8042200Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:10.8087025Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:10.8113943Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:10.8145424Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:10.8170029Z ##[endgroup] 2025-03-21T20:18:10.8170759Z ##[group]Fetching submodules 2025-03-21T20:18:10.8173792Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:10.8462875Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:10.8736953Z 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:10.8739266Z 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:10.8741406Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:10.8743388Z 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:10.8746605Z 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:10.8748919Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:10.8752308Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:10.8755546Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:10.8759035Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:10.8762303Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:10.8765971Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:10.8769442Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:10.8773238Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:10.8776692Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:10.8780443Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:10.8785257Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:10.8790690Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:10.8794791Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:10.8799076Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:10.8803345Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:10.8807993Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:10.8812604Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:10.8817052Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:10.8850826Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:11.2083134Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:11.2085319Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:11.2087002Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:11.2088371Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:11.2089794Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:11.2091446Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:11.2108049Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:11.3576612Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:11.3603107Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:11.4031204Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:11.6560409Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:11.6562458Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:11.6564870Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:11.6567225Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:11.6569343Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:12.0728801Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:12.0730100Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:12.0731464Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:12.0732678Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:12.0734073Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:12.0735337Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:12.0736706Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:12.6467723Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:12.6468472Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:12.6590846Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:13.1941815Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:13.1942607Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:13.2063171Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:13.2164754Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:13.9474916Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:13.9475610Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:14.0023879Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:14.6148705Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:14.6149636Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:14.6485804Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:15.0611103Z From https://github.com/zeux/volk 2025-03-21T20:18:15.0611736Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:15.0692408Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:15.4694274Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:15.4695078Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:15.4785696Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:15.8428653Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:15.8429319Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:15.8491754Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:17.4482542Z From https://github.com/google/XNNPACK 2025-03-21T20:18:17.4483225Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:18.0732553Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:18.6046751Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:18.6047531Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:18.6921508Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:19.0635809Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:19.0636401Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:19.0729149Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:19.5375753Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:19.5376326Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:19.5630913Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:21.2545500Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:21.2546069Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:21.3848695Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:21.4027892Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:21.8398490Z From https://github.com/pytorch/ao 2025-03-21T20:18:21.8399029Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:21.9108174Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:22.4993928Z From https://github.com/google/flatbuffers 2025-03-21T20:18:22.4994488Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:22.6064206Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:23.0382431Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:23.0383002Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:23.0640139Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:23.5271043Z From https://github.com/gflags/gflags 2025-03-21T20:18:23.5271600Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:23.5371155Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:24.1631799Z From https://github.com/google/googletest 2025-03-21T20:18:24.1632403Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:24.2001393Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:24.5890399Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:24.5891071Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:24.5972520Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:24.6051449Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:25.2054660Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:25.2055247Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:25.2861740Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:25.8430907Z From https://github.com/pybind/pybind11 2025-03-21T20:18:25.8431775Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:25.8720517Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:25.8736378Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:25.9011704Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:25.9038853Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:25.9066476Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:25.9094252Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:25.9121378Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:25.9148161Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:25.9174819Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:25.9201219Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:25.9228402Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:25.9254737Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:25.9280788Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:25.9306066Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:25.9331687Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:25.9356392Z Entering 'shim' 2025-03-21T20:18:25.9381549Z Entering 'third-party/ao' 2025-03-21T20:18:25.9406261Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:25.9431337Z Entering 'third-party/flatcc' 2025-03-21T20:18:25.9456340Z Entering 'third-party/gflags' 2025-03-21T20:18:25.9481786Z Entering 'third-party/googletest' 2025-03-21T20:18:25.9506434Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:25.9532128Z Entering 'third-party/pocketfft' 2025-03-21T20:18:25.9557548Z Entering 'third-party/prelude' 2025-03-21T20:18:25.9582494Z Entering 'third-party/pybind11' 2025-03-21T20:18:25.9617219Z ##[endgroup] 2025-03-21T20:18:25.9617708Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:25.9624400Z [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:25.9890723Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:25.9945722Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:25.9998344Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.0050140Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.0102188Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.0155334Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.0209333Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.0261961Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.0314738Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.0388707Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.0442157Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.0494903Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.0547355Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.0601798Z Entering 'shim' 2025-03-21T20:18:26.0653900Z Entering 'third-party/ao' 2025-03-21T20:18:26.0706902Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.0762075Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.0814804Z Entering 'third-party/gflags' 2025-03-21T20:18:26.0867704Z Entering 'third-party/googletest' 2025-03-21T20:18:26.0920475Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.0973451Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.1024623Z Entering 'third-party/prelude' 2025-03-21T20:18:26.1080927Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.1149030Z [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:26.1413971Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.1463108Z 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:26.1464418Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.1515718Z 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:26.1516864Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.1567847Z 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:26.1569041Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.1619214Z 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:26.1620477Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.1669885Z 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:26.1671091Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.1719776Z 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:26.1720879Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.1773201Z 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:26.1774335Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.1824022Z 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:26.1825192Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.1876271Z 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:26.1877687Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.1929651Z 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:26.1930916Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.1984383Z 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:26.1985523Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.2039218Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:26.2040701Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.2094630Z 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:26.2095667Z Entering 'shim' 2025-03-21T20:18:26.2148482Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:26.2149341Z Entering 'third-party/ao' 2025-03-21T20:18:26.2201630Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:26.2202535Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.2254791Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:26.2256025Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.2308373Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:26.2309300Z Entering 'third-party/gflags' 2025-03-21T20:18:26.2363962Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:26.2364972Z Entering 'third-party/googletest' 2025-03-21T20:18:26.2417248Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:26.2418439Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.2471412Z 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:26.2472836Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.2525114Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:26.2527077Z Entering 'third-party/prelude' 2025-03-21T20:18:26.2581065Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:26.2582064Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.2637234Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:26.2811849Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:26.3099794Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.3126914Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.3154932Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.3182237Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.3209174Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.3237839Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.3264617Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.3291631Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.3318502Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.3346282Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.3372498Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.3399163Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.3426730Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.3453800Z Entering 'shim' 2025-03-21T20:18:26.3480692Z Entering 'third-party/ao' 2025-03-21T20:18:26.3507449Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.3535162Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.3561584Z Entering 'third-party/gflags' 2025-03-21T20:18:26.3588490Z Entering 'third-party/googletest' 2025-03-21T20:18:26.3615092Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.3641470Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.3668038Z Entering 'third-party/prelude' 2025-03-21T20:18:26.3694675Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.3735374Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:26.4011818Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:26.4038993Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:26.4066380Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:26.4094188Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:26.4121052Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:26.4149303Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:26.4176868Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:26.4203605Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:26.4230930Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:26.4257325Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:26.4283582Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:26.4311576Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:26.4339914Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:26.4367021Z Entering 'shim' 2025-03-21T20:18:26.4393950Z Entering 'third-party/ao' 2025-03-21T20:18:26.4421358Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:26.4448543Z Entering 'third-party/flatcc' 2025-03-21T20:18:26.4475505Z Entering 'third-party/gflags' 2025-03-21T20:18:26.4502836Z Entering 'third-party/googletest' 2025-03-21T20:18:26.4530567Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:26.4557384Z Entering 'third-party/pocketfft' 2025-03-21T20:18:26.4585519Z Entering 'third-party/prelude' 2025-03-21T20:18:26.4612782Z Entering 'third-party/pybind11' 2025-03-21T20:18:26.4657558Z ##[endgroup] 2025-03-21T20:18:26.4693008Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:26.4715413Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:26.4930588Z Prepare all required actions 2025-03-21T20:18:26.4931177Z Getting action download info 2025-03-21T20:18:26.5870332Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:26.7538121Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:26.7538581Z with: 2025-03-21T20:18:26.7538894Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:26.7539320Z docker-build-dir: .ci/docker 2025-03-21T20:18:26.7539653Z working-directory: pytorch/executorch 2025-03-21T20:18:26.7540115Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.7540565Z force-push: false 2025-03-21T20:18:26.7540828Z env: 2025-03-21T20:18:26.7541111Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:26.7541512Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:26.7541831Z PR_NUMBER: 2025-03-21T20:18:26.7543789Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:26.7545942Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:26.7546608Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:26.7547219Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:26.7547662Z ##[endgroup] 2025-03-21T20:18:26.7572360Z ##[group]Run set -ex 2025-03-21T20:18:26.7572711Z set -ex 2025-03-21T20:18:26.7572983Z  2025-03-21T20:18:26.7573432Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:26.7574179Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:26.7574814Z # job could then download the pre-built image as usual 2025-03-21T20:18:26.7575383Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:26.7575899Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7576399Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7576853Z  2025-03-21T20:18:26.7577266Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:26.7577766Z  exit 0 2025-03-21T20:18:26.7578019Z else 2025-03-21T20:18:26.7578318Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7578838Z fi 2025-03-21T20:18:26.7579080Z  2025-03-21T20:18:26.7579464Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:26.7580143Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:26.7580746Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:26.7581289Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:26.7581844Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7582394Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7582855Z else 2025-03-21T20:18:26.7583210Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:26.7583728Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7584451Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7585069Z fi 2025-03-21T20:18:26.7605534Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:26.7605962Z env: 2025-03-21T20:18:26.7606249Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:26.7606645Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:26.7606956Z PR_NUMBER: 2025-03-21T20:18:26.7608861Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:26.7611096Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:26.7611742Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:26.7612353Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:26.7612788Z REPO_NAME: executorch 2025-03-21T20:18:26.7613130Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:26.7613529Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:26.7613936Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.7614349Z ##[endgroup] 2025-03-21T20:18:26.7641864Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:26.7642176Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:26.7642500Z + echo skip=false 2025-03-21T20:18:26.7643357Z + [[ executorch-ubuntu-22.04-qnn-sdk == *\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:26.7646268Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:26.7662099Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.7662616Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.7663535Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.7733960Z ##[group]Run set +e 2025-03-21T20:18:26.7734314Z set +e 2025-03-21T20:18:26.7734568Z set -x 2025-03-21T20:18:26.7734816Z  2025-03-21T20:18:26.7735038Z login() { 2025-03-21T20:18:26.7735567Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:26.7736143Z } 2025-03-21T20:18:26.7736374Z  2025-03-21T20:18:26.7736612Z retry () { 2025-03-21T20:18:26.7736912Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:26.7737247Z } 2025-03-21T20:18:26.7737481Z  2025-03-21T20:18:26.7737740Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:26.7738194Z  2025-03-21T20:18:26.7738441Z START_TIME=$(date +%s) 2025-03-21T20:18:26.7738757Z # Wait up to 120 minutes 2025-03-21T20:18:26.7739169Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:26.7739712Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:26.7740263Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:26.7740666Z  exit 0 2025-03-21T20:18:26.7740914Z  fi 2025-03-21T20:18:26.7741153Z  2025-03-21T20:18:26.7741571Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:26.7742309Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:26.7743044Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:26.7743619Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:26.7744059Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:26.7744556Z  break 2025-03-21T20:18:26.7744819Z  else 2025-03-21T20:18:26.7745199Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:26.7745650Z  sleep 300 2025-03-21T20:18:26.7745913Z  fi 2025-03-21T20:18:26.7746155Z done 2025-03-21T20:18:26.7746388Z  2025-03-21T20:18:26.7746779Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:26.7747413Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:26.7747980Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:26.7748472Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:26.7748915Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:26.7749272Z else 2025-03-21T20:18:26.7749625Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:26.7750151Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:26.7750548Z fi 2025-03-21T20:18:26.7750774Z  2025-03-21T20:18:26.7751029Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:26.7751422Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7751791Z  2025-03-21T20:18:26.7752308Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:26.7752907Z  exit 0 2025-03-21T20:18:26.7753158Z fi 2025-03-21T20:18:26.7753388Z  2025-03-21T20:18:26.7753727Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:26.7754476Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:26.7755132Z  exit 1 2025-03-21T20:18:26.7755369Z fi 2025-03-21T20:18:26.7755602Z  2025-03-21T20:18:26.7756007Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:26.7756735Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:26.7757388Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:26.7758127Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:26.7758977Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:26.7759477Z fi 2025-03-21T20:18:26.7759705Z  2025-03-21T20:18:26.7759988Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:26.7765977Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:26.7766500Z env: 2025-03-21T20:18:26.7767230Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.7768069Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:26.7768389Z PR_NUMBER: 2025-03-21T20:18:26.7770408Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:26.7772543Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:26.7773190Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:26.7773809Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:26.7774262Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:26.7774732Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:26.7775203Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:26.7775699Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.7776122Z DOCKER_PUSH: 2025-03-21T20:18:26.7776383Z ##[endgroup] 2025-03-21T20:18:26.7801653Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.7802346Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:26.7804614Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:26.7805972Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:27.3404681Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:27.3405802Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:27.3406710Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:27.3407183Z 2025-03-21T20:18:27.3407295Z Login Succeeded 2025-03-21T20:18:27.3422033Z ++ date +%s 2025-03-21T20:18:27.3433517Z + START_TIME=1742588307 2025-03-21T20:18:27.3437231Z ++ date +%s 2025-03-21T20:18:27.3446272Z + [[ 1742581107 -lt 1742588307 ]] 2025-03-21T20:18:27.3447748Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:27.6588939Z { 2025-03-21T20:18:27.6589353Z "schemaVersion": 2, 2025-03-21T20:18:27.6590033Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:27.6590759Z "config": { 2025-03-21T20:18:27.6591410Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:27.6592149Z "size": 15116, 2025-03-21T20:18:27.6592865Z "digest": "sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863" 2025-03-21T20:18:27.6593733Z }, 2025-03-21T20:18:27.6594082Z "layers": [ 2025-03-21T20:18:27.6594457Z { 2025-03-21T20:18:27.6594996Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6595669Z "size": 30440118, 2025-03-21T20:18:27.6596486Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:27.6597341Z }, 2025-03-21T20:18:27.6597675Z { 2025-03-21T20:18:27.6598202Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6598951Z "size": 632, 2025-03-21T20:18:27.6599600Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:27.6600495Z }, 2025-03-21T20:18:27.6600877Z { 2025-03-21T20:18:27.6601513Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6602293Z "size": 157526659, 2025-03-21T20:18:27.6603091Z "digest": "sha256:56848936f031f07230bafdc656bc2496665574dc8b02b43ffee6c54b53cf514b" 2025-03-21T20:18:27.6604322Z }, 2025-03-21T20:18:27.6604641Z { 2025-03-21T20:18:27.6605168Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6605965Z "size": 623, 2025-03-21T20:18:27.6606608Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:27.6607339Z }, 2025-03-21T20:18:27.6607635Z { 2025-03-21T20:18:27.6608128Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6608788Z "size": 19308800, 2025-03-21T20:18:27.6609557Z "digest": "sha256:a3f0567f83ae99b86c52170d45ec5d261f30cf897dba2100e348a19ba11e81b6" 2025-03-21T20:18:27.6610194Z }, 2025-03-21T20:18:27.6610406Z { 2025-03-21T20:18:27.6610779Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6611245Z "size": 737, 2025-03-21T20:18:27.6611716Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:27.6612269Z }, 2025-03-21T20:18:27.6612481Z { 2025-03-21T20:18:27.6613056Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6613534Z "size": 131418191, 2025-03-21T20:18:27.6614006Z "digest": "sha256:4e0f8d4747dac663f43c5d2b26132555949337e7cd648644b12ff05b7fdbe750" 2025-03-21T20:18:27.6614533Z }, 2025-03-21T20:18:27.6614741Z { 2025-03-21T20:18:27.6615107Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6615570Z "size": 447, 2025-03-21T20:18:27.6616024Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:27.6616541Z }, 2025-03-21T20:18:27.6616750Z { 2025-03-21T20:18:27.6617116Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6617582Z "size": 104, 2025-03-21T20:18:27.6618033Z "digest": "sha256:5d24dc753f042bf098877a7e9c814f22d72e16bf8f4d731e11d707f626d3a716" 2025-03-21T20:18:27.6618561Z }, 2025-03-21T20:18:27.6618771Z { 2025-03-21T20:18:27.6619143Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6619614Z "size": 637, 2025-03-21T20:18:27.6620061Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:27.6620586Z }, 2025-03-21T20:18:27.6620795Z { 2025-03-21T20:18:27.6621162Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6621629Z "size": 33695150, 2025-03-21T20:18:27.6622102Z "digest": "sha256:bb9ad7d84f6e851744d415663cd550e7fffcad904d896f5e5f0c0700cbff5249" 2025-03-21T20:18:27.6622631Z }, 2025-03-21T20:18:27.6622842Z { 2025-03-21T20:18:27.6623209Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6623676Z "size": 319, 2025-03-21T20:18:27.6624125Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:27.6624645Z }, 2025-03-21T20:18:27.6624860Z { 2025-03-21T20:18:27.6625224Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6625690Z "size": 249990691, 2025-03-21T20:18:27.6626488Z "digest": "sha256:2d4cecada8b45d3248f175d740425816048bb20527e7369fdaa7250146b3b173" 2025-03-21T20:18:27.6627021Z }, 2025-03-21T20:18:27.6627231Z { 2025-03-21T20:18:27.6627607Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6628079Z "size": 475, 2025-03-21T20:18:27.6628541Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:27.6629078Z }, 2025-03-21T20:18:27.6629285Z { 2025-03-21T20:18:27.6629654Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6630120Z "size": 1043, 2025-03-21T20:18:27.6630579Z "digest": "sha256:508bc8ee650d1222c97006db6a268d90fb07ac31c4c3b84c99c7fc760b02b365" 2025-03-21T20:18:27.6631108Z }, 2025-03-21T20:18:27.6631318Z { 2025-03-21T20:18:27.6631837Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6632306Z "size": 613, 2025-03-21T20:18:27.6632785Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:27.6633326Z }, 2025-03-21T20:18:27.6633536Z { 2025-03-21T20:18:27.6633904Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6634375Z "size": 77562541, 2025-03-21T20:18:27.6634846Z "digest": "sha256:6a063300ab4b844689b6c0ae46ce80e0423bae164b62e75ae970c77d4abf0d00" 2025-03-21T20:18:27.6635374Z }, 2025-03-21T20:18:27.6635583Z { 2025-03-21T20:18:27.6635949Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6636415Z "size": 562, 2025-03-21T20:18:27.6636873Z "digest": "sha256:fb7c06bc00e5da7a1402ca2017266d38dfbd2144ae151a8f2c9c205c543d5b0a" 2025-03-21T20:18:27.6637407Z }, 2025-03-21T20:18:27.6637615Z { 2025-03-21T20:18:27.6637979Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6638458Z "size": 208, 2025-03-21T20:18:27.6639014Z "digest": "sha256:eda4db11af8ffbdc56d01d522c9d47a2ae3730b850b74f7517e30049eb73637e" 2025-03-21T20:18:27.6639553Z }, 2025-03-21T20:18:27.6639762Z { 2025-03-21T20:18:27.6640129Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6640594Z "size": 1189, 2025-03-21T20:18:27.6641064Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:27.6641599Z }, 2025-03-21T20:18:27.6641808Z { 2025-03-21T20:18:27.6642174Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6642637Z "size": 679, 2025-03-21T20:18:27.6643083Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.6643600Z }, 2025-03-21T20:18:27.6643809Z { 2025-03-21T20:18:27.6644178Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6644652Z "size": 6839266947, 2025-03-21T20:18:27.6645124Z "digest": "sha256:50754bc025fc1de200f32bd74019f345ec85c136d6a09b915c482c98fb5bd8af" 2025-03-21T20:18:27.6645650Z }, 2025-03-21T20:18:27.6645857Z { 2025-03-21T20:18:27.6646219Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6646681Z "size": 1383, 2025-03-21T20:18:27.6647136Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:27.6647663Z }, 2025-03-21T20:18:27.6647871Z { 2025-03-21T20:18:27.6648233Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6648694Z "size": 679, 2025-03-21T20:18:27.6649138Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.6649645Z }, 2025-03-21T20:18:27.6649868Z { 2025-03-21T20:18:27.6650335Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6650807Z "size": 230829648, 2025-03-21T20:18:27.6651289Z "digest": "sha256:706d7d7c1227085c0cac3515a61ff3c6b82a74c3731770098e9c7daf32e2184e" 2025-03-21T20:18:27.6651825Z }, 2025-03-21T20:18:27.6652064Z { 2025-03-21T20:18:27.6652423Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6652890Z "size": 828, 2025-03-21T20:18:27.6653361Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:27.6653904Z }, 2025-03-21T20:18:27.6654129Z { 2025-03-21T20:18:27.6654491Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6654962Z "size": 679, 2025-03-21T20:18:27.6655412Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.6655936Z }, 2025-03-21T20:18:27.6656150Z { 2025-03-21T20:18:27.6656520Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6656993Z "size": 178598108, 2025-03-21T20:18:27.6657562Z "digest": "sha256:242848c50d1a4198b82dd1283e85e8cd8581d6fbccfe9015dc50de6e0340dec9" 2025-03-21T20:18:27.6658089Z }, 2025-03-21T20:18:27.6658302Z { 2025-03-21T20:18:27.6658677Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6659149Z "size": 530, 2025-03-21T20:18:27.6659607Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:27.6660131Z }, 2025-03-21T20:18:27.6660338Z { 2025-03-21T20:18:27.6660704Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6661172Z "size": 679, 2025-03-21T20:18:27.6661615Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:27.6662133Z }, 2025-03-21T20:18:27.6662340Z { 2025-03-21T20:18:27.6662709Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6663177Z "size": 356, 2025-03-21T20:18:27.6663625Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:27.6664152Z }, 2025-03-21T20:18:27.6664361Z { 2025-03-21T20:18:27.6664800Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6665268Z "size": 32, 2025-03-21T20:18:27.6665727Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:27.6666262Z }, 2025-03-21T20:18:27.6666471Z { 2025-03-21T20:18:27.6666835Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6667302Z "size": 165, 2025-03-21T20:18:27.6667752Z "digest": "sha256:3d39d3c3833d0b35f99be7ef483e33856321f4f469a7fe9d58612f96caf7ab8c" 2025-03-21T20:18:27.6668277Z }, 2025-03-21T20:18:27.6668487Z { 2025-03-21T20:18:27.6668852Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6669316Z "size": 1111, 2025-03-21T20:18:27.6669774Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:27.6670309Z }, 2025-03-21T20:18:27.6670518Z { 2025-03-21T20:18:27.6670886Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6671354Z "size": 32, 2025-03-21T20:18:27.6671810Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:27.6672344Z }, 2025-03-21T20:18:27.6672554Z { 2025-03-21T20:18:27.6672921Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:27.6673390Z "size": 108, 2025-03-21T20:18:27.6673846Z "digest": "sha256:2ce202d93f2e5871bc44522f1b7c6aab9bf20560c95bd2e9482dbde946b83ff7" 2025-03-21T20:18:27.6674374Z } 2025-03-21T20:18:27.6674588Z ] 2025-03-21T20:18:27.6674808Z } 2025-03-21T20:18:27.6675051Z + exit 0 2025-03-21T20:18:27.6707247Z ##[group]Run set -eux 2025-03-21T20:18:27.6707567Z set -eux 2025-03-21T20:18:27.6708547Z 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:27.6715370Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:27.6715803Z env: 2025-03-21T20:18:27.6716098Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:27.6716536Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:27.6716857Z PR_NUMBER: 2025-03-21T20:18:27.6718775Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:27.6720930Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:27.6721588Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:27.6722383Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:27.6722832Z ##[endgroup] 2025-03-21T20:18:27.6751643Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:27.6752542Z + jq --raw-output .SecretString 2025-03-21T20:18:27.6753286Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:27.6754984Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:28.2943491Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:28.2944443Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:28.2945421Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:28.2946099Z 2025-03-21T20:18:28.2951188Z Login Succeeded 2025-03-21T20:18:28.3046097Z Prepare all required actions 2025-03-21T20:18:28.3077622Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:28.3078079Z with: 2025-03-21T20:18:28.3078814Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.3079743Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.3080176Z env: 2025-03-21T20:18:28.3080451Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:28.3080853Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.3081182Z PR_NUMBER: 2025-03-21T20:18:28.3083137Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:28.3085290Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.3085953Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.3086565Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.3087005Z ##[endgroup] 2025-03-21T20:18:28.3106903Z ##[group]Run set -x 2025-03-21T20:18:28.3107216Z set -x 2025-03-21T20:18:28.3107475Z set +e 2025-03-21T20:18:28.3107725Z  2025-03-21T20:18:28.3107954Z login() { 2025-03-21T20:18:28.3108483Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:28.3109059Z } 2025-03-21T20:18:28.3109295Z  2025-03-21T20:18:28.3109530Z retry () { 2025-03-21T20:18:28.3109826Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:28.3110179Z } 2025-03-21T20:18:28.3110410Z  2025-03-21T20:18:28.3110680Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:28.3111024Z  2025-03-21T20:18:28.3111243Z set -e 2025-03-21T20:18:28.3111624Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:28.3112179Z # only pull docker image if it's not available locally 2025-03-21T20:18:28.3112786Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:28.3113352Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:28.3113710Z fi 2025-03-21T20:18:28.3119475Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:28.3119898Z env: 2025-03-21T20:18:28.3120617Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.3121465Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.3121787Z PR_NUMBER: 2025-03-21T20:18:28.3123690Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:18:28.3126337Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.3127002Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.3127611Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.3128163Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.3128597Z ##[endgroup] 2025-03-21T20:18:28.3153801Z + set +e 2025-03-21T20:18:28.3154236Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.3154724Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.3157505Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:28.3158453Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.8753824Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:28.8754527Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:28.8755253Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:28.8755765Z 2025-03-21T20:18:28.8755896Z Login Succeeded 2025-03-21T20:18:28.8767233Z + set -e 2025-03-21T20:18:28.8768049Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.8903227Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.8904585Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.1081540Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:29.1088496Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:29.1095558Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:29.1098702Z 56848936f031: Pulling fs layer 2025-03-21T20:18:29.1099405Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:29.1100174Z a3f0567f83ae: Pulling fs layer 2025-03-21T20:18:29.1100877Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:29.1101540Z 4e0f8d4747da: Pulling fs layer 2025-03-21T20:18:29.1102227Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:29.1102871Z 5d24dc753f04: Pulling fs layer 2025-03-21T20:18:29.1103436Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:29.1103956Z a3f0567f83ae: Waiting 2025-03-21T20:18:29.1104459Z bb9ad7d84f6e: Pulling fs layer 2025-03-21T20:18:29.1104811Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:29.1105118Z 4e0f8d4747da: Waiting 2025-03-21T20:18:29.1105394Z 2d4cecada8b4: Pulling fs layer 2025-03-21T20:18:29.1105704Z 5a102502de33: Waiting 2025-03-21T20:18:29.1105989Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:29.1106313Z 508bc8ee650d: Pulling fs layer 2025-03-21T20:18:29.1106615Z a0c2fdb93dec: Waiting 2025-03-21T20:18:29.1106887Z 5d24dc753f04: Waiting 2025-03-21T20:18:29.1107171Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:29.1107505Z 261c0f487ad0: Waiting 2025-03-21T20:18:29.1107786Z 6a063300ab4b: Pulling fs layer 2025-03-21T20:18:29.1108094Z bb9ad7d84f6e: Waiting 2025-03-21T20:18:29.1108351Z 5120711d46e3: Waiting 2025-03-21T20:18:29.1108640Z fb7c06bc00e5: Pulling fs layer 2025-03-21T20:18:29.1108960Z 2d4cecada8b4: Waiting 2025-03-21T20:18:29.1109235Z 85f4a172d5b6: Waiting 2025-03-21T20:18:29.1109532Z eda4db11af8f: Pulling fs layer 2025-03-21T20:18:29.1109830Z 508bc8ee650d: Waiting 2025-03-21T20:18:29.1110307Z e1fd02ccae09: Waiting 2025-03-21T20:18:29.1110583Z 6a063300ab4b: Waiting 2025-03-21T20:18:29.1110872Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:29.1111171Z fb7c06bc00e5: Waiting 2025-03-21T20:18:29.1111450Z eda4db11af8f: Waiting 2025-03-21T20:18:29.1111733Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:29.1112037Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:29.1112322Z 50754bc025fc: Pulling fs layer 2025-03-21T20:18:29.1112629Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:29.1112943Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:29.1113216Z 50754bc025fc: Waiting 2025-03-21T20:18:29.1113498Z 706d7d7c1227: Pulling fs layer 2025-03-21T20:18:29.1113804Z db5c552aa08b: Waiting 2025-03-21T20:18:29.1114388Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:29.1114718Z 242848c50d1a: Pulling fs layer 2025-03-21T20:18:29.1115038Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:29.1115512Z 706d7d7c1227: Waiting 2025-03-21T20:18:29.1115789Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:29.1116060Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:29.1116377Z 77ba92adb139: Waiting 2025-03-21T20:18:29.1116658Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:29.1117003Z 3d39d3c3833d: Pulling fs layer 2025-03-21T20:18:29.1117349Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:29.1117641Z 3c65b9b0c077: Waiting 2025-03-21T20:18:29.1117915Z 4f4fb700ef54: Waiting 2025-03-21T20:18:29.1118230Z 2ce202d93f2e: Pulling fs layer 2025-03-21T20:18:29.1118541Z 3d39d3c3833d: Waiting 2025-03-21T20:18:29.1118805Z 040f4b25fe47: Waiting 2025-03-21T20:18:29.1840212Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:29.1840639Z 86e413e13063: Download complete 2025-03-21T20:18:29.2613144Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:29.2613695Z 261c0f487ad0: Download complete 2025-03-21T20:18:29.4686246Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:29.5133335Z 8f84a9f2102e: Download complete 2025-03-21T20:18:29.5134086Z a3f0567f83ae: Verifying Checksum 2025-03-21T20:18:29.5134666Z a3f0567f83ae: Download complete 2025-03-21T20:18:29.5442205Z a0c2fdb93dec: Download complete 2025-03-21T20:18:29.6382139Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:29.6383207Z 5a102502de33: Download complete 2025-03-21T20:18:29.7287195Z 5d24dc753f04: Download complete 2025-03-21T20:18:29.7944397Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:29.7945095Z 85f4a172d5b6: Download complete 2025-03-21T20:18:30.1795123Z bb9ad7d84f6e: Verifying Checksum 2025-03-21T20:18:30.1795672Z bb9ad7d84f6e: Download complete 2025-03-21T20:18:30.3597695Z 5120711d46e3: Download complete 2025-03-21T20:18:30.4811683Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:30.4916904Z 86e413e13063: Pull complete 2025-03-21T20:18:30.7326123Z 56848936f031: Verifying Checksum 2025-03-21T20:18:30.7326642Z 56848936f031: Download complete 2025-03-21T20:18:30.8256632Z e1fd02ccae09: Download complete 2025-03-21T20:18:30.8804364Z 4e0f8d4747da: Verifying Checksum 2025-03-21T20:18:30.8804925Z 4e0f8d4747da: Download complete 2025-03-21T20:18:30.9057965Z 508bc8ee650d: Verifying Checksum 2025-03-21T20:18:30.9058757Z 508bc8ee650d: Download complete 2025-03-21T20:18:30.9525630Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:31.0149717Z fb7c06bc00e5: Download complete 2025-03-21T20:18:31.1107235Z eda4db11af8f: Download complete 2025-03-21T20:18:31.1991806Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:31.1992359Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:31.2671471Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:31.2672094Z 59fe3e940463: Download complete 2025-03-21T20:18:31.7338855Z 6a063300ab4b: Verifying Checksum 2025-03-21T20:18:31.7339490Z 6a063300ab4b: Download complete 2025-03-21T20:18:31.8039771Z db5c552aa08b: Download complete 2025-03-21T20:18:32.9112242Z 2d4cecada8b4: Verifying Checksum 2025-03-21T20:18:32.9112800Z 2d4cecada8b4: Download complete 2025-03-21T20:18:32.9853953Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:32.9855399Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:34.1717770Z 706d7d7c1227: Verifying Checksum 2025-03-21T20:18:34.1718562Z 706d7d7c1227: Download complete 2025-03-21T20:18:34.2401795Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:34.2402348Z 77ba92adb139: Download complete 2025-03-21T20:18:34.3219147Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:34.3219753Z 3c65b9b0c077: Download complete 2025-03-21T20:18:34.3309372Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:34.3309938Z 4f4fb700ef54: Download complete 2025-03-21T20:18:34.3998735Z 3d39d3c3833d: Verifying Checksum 2025-03-21T20:18:34.3999283Z 3d39d3c3833d: Download complete 2025-03-21T20:18:34.4768992Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:34.4769585Z 040f4b25fe47: Download complete 2025-03-21T20:18:34.5653763Z 2ce202d93f2e: Download complete 2025-03-21T20:18:34.8273524Z 242848c50d1a: Verifying Checksum 2025-03-21T20:18:34.8274050Z 242848c50d1a: Download complete 2025-03-21T20:18:35.3087285Z 56848936f031: Pull complete 2025-03-21T20:18:35.4683085Z 261c0f487ad0: Pull complete 2025-03-21T20:18:35.8554813Z a3f0567f83ae: Pull complete 2025-03-21T20:18:36.0314037Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:38.8135509Z 4e0f8d4747da: Pull complete 2025-03-21T20:18:38.9924536Z 5a102502de33: Pull complete 2025-03-21T20:18:39.2003752Z 5d24dc753f04: Pull complete 2025-03-21T20:18:39.4844306Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:40.2516726Z bb9ad7d84f6e: Pull complete 2025-03-21T20:18:40.3746015Z 5120711d46e3: Pull complete 2025-03-21T20:18:48.9712622Z 2d4cecada8b4: Pull complete 2025-03-21T20:18:49.1591286Z e1fd02ccae09: Pull complete 2025-03-21T20:18:49.3814445Z 508bc8ee650d: Pull complete 2025-03-21T20:18:49.5775226Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:51.7621751Z 6a063300ab4b: Pull complete 2025-03-21T20:18:51.9786977Z fb7c06bc00e5: Pull complete 2025-03-21T20:18:52.1891820Z eda4db11af8f: Pull complete 2025-03-21T20:18:52.3917368Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:52.6011587Z 59fe3e940463: Pull complete 2025-03-21T20:19:39.7103084Z 50754bc025fc: Verifying Checksum 2025-03-21T20:19:39.7103509Z 50754bc025fc: Download complete 2025-03-21T20:20:50.8145653Z 50754bc025fc: Pull complete 2025-03-21T20:20:50.9602505Z db5c552aa08b: Pull complete 2025-03-21T20:20:58.6403312Z 706d7d7c1227: Pull complete 2025-03-21T20:20:58.7622070Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:05.9959455Z 242848c50d1a: Pull complete 2025-03-21T20:21:06.1650230Z 77ba92adb139: Pull complete 2025-03-21T20:21:06.4574572Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:06.5286107Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:06.5883638Z 3d39d3c3833d: Pull complete 2025-03-21T20:21:06.6179332Z 040f4b25fe47: Pull complete 2025-03-21T20:21:06.6842209Z 2ce202d93f2e: Pull complete 2025-03-21T20:21:06.7170289Z Digest: sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T20:21:06.7419791Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:06.7665548Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:06.7717824Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:06.7718905Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:06.7727773Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:06.7728203Z env: 2025-03-21T20:21:06.7728499Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:21:06.7728906Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:06.7729230Z PR_NUMBER: 2025-03-21T20:21:06.7731322Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:21:06.7734140Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:06.7734811Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:06.7735443Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:06.7735886Z ##[endgroup] 2025-03-21T20:21:06.7910693Z ##[group]Run set -ex 2025-03-21T20:21:06.7911037Z set -ex 2025-03-21T20:21:06.7911291Z { 2025-03-21T20:21:06.7911559Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:06.7911930Z  echo "set -eou pipefail"; 2025-03-21T20:21:06.7912280Z  # shellcheck disable=SC2016 2025-03-21T20:21:06.7912671Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:06.7913058Z  echo "set -x"; 2025-03-21T20:21:06.7913365Z  echo "${SCRIPT}"; 2025-03-21T20:21:06.7913720Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:06.7914100Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:06.7914916Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:06.7921574Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:06.7921895Z env: 2025-03-21T20:21:06.7922680Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:06.7923509Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:06.7923834Z PR_NUMBER: 2025-03-21T20:21:06.7926077Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:21:06.7928251Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:06.7928913Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:06.7929534Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:06.7930293Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:06.7930735Z ##[endgroup] 2025-03-21T20:21:06.7956648Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:06.7956996Z + echo 'set -eou pipefail' 2025-03-21T20:21:06.7957331Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:06.7957826Z + echo 'set -x' 2025-03-21T20:21:06.7958294Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:06.7958905Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:06.7959334Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:06.7959845Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:06.7960483Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:21:06.7961025Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:21:06.7961618Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:21:06.7962100Z ' 2025-03-21T20:21:06.7962451Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:06.8109431Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:27.5803928Z Running command: 2025-03-21T20:21:27.5811646Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170668" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_11e13ee3-004d-4736-b52e-38ac2f52a22f":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_11e13ee3-004d-4736-b52e-38ac2f52a22f" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:27.5818408Z 2025-03-21T20:21:27.5818777Z 909ab580e2577665fb9df530e89766c1f105bf6cf1e507ed6c6e5a6d16d2ef76 2025-03-21T20:21:27.5819558Z Running command: docker exec -t 909ab580e2577665fb9df530e89766c1f105bf6cf1e507ed6c6e5a6d16d2ef76 /exec 2025-03-21T20:21:27.5820206Z ++ conda env list --json 2025-03-21T20:21:27.5820502Z ++ local cmd=env 2025-03-21T20:21:27.5820760Z ++ case "$cmd" in 2025-03-21T20:21:27.5821026Z ++ __conda_exe env list --json 2025-03-21T20:21:27.5821344Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:27.5821657Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:27.5822024Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:27.5822384Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:27.5822737Z + local cmd=activate 2025-03-21T20:21:27.5823008Z + case "$cmd" in 2025-03-21T20:21:27.5823323Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:27.5823709Z + '[' -n '' ']' 2025-03-21T20:21:27.5823950Z + local ask_conda 2025-03-21T20:21:27.5824217Z ++ PS1='(base) ' 2025-03-21T20:21:27.5824561Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:27.5825122Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:27.5825607Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:27.5826932Z 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:21:27.5827953Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:27.5828360Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:27.5828699Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:27.5829112Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:27.5829518Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:27.5829898Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:27.5830271Z export _CE_M='\'''\'' 2025-03-21T20:21:27.5830560Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:27.5830930Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:27.5831353Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:27.5832286Z 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:21:27.5833317Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:27.5833725Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:27.5834063Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:27.5834464Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:27.5834859Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:27.5835420Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:27.5835794Z export _CE_M='\'''\'' 2025-03-21T20:21:27.5836081Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:27.5836450Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:27.5836843Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:27.5837893Z ++ 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:21:27.5839426Z ++ 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:21:27.5840667Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:27.5841078Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:27.5841439Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:27.5841728Z ++ CONDA_SHLVL=2 2025-03-21T20:21:27.5842024Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:27.5842358Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:27.5842702Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:27.5843089Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:27.5843448Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:27.5843794Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:27.5844111Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:27.5844478Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:27.5844798Z ++ export _CE_M= 2025-03-21T20:21:27.5845131Z ++ _CE_M= 2025-03-21T20:21:27.5845392Z ++ export _CE_CONDA= 2025-03-21T20:21:27.5845697Z ++ _CE_CONDA= 2025-03-21T20:21:27.5846036Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:27.5846445Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:27.5846796Z + __conda_hashr 2025-03-21T20:21:27.5847035Z + '[' -n '' ']' 2025-03-21T20:21:27.5847285Z + '[' -n '' ']' 2025-03-21T20:21:27.5847534Z + hash -r 2025-03-21T20:21:27.5847790Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:27.5848163Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:27.5848721Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:21:27.5849252Z + source .ci/scripts/utils.sh 2025-03-21T20:21:27.5849598Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:21:27.5849971Z ++ parse_args --build-tool cmake 2025-03-21T20:21:27.5850307Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:21:27.5850616Z ++ local args 2025-03-21T20:21:27.5850863Z ++ local i 2025-03-21T20:21:27.5851103Z ++ local BUILD_TOOL= 2025-03-21T20:21:27.5851378Z ++ local BUILD_MODE= 2025-03-21T20:21:27.5851652Z ++ local EDITABLE= 2025-03-21T20:21:27.5851899Z ++ (( i=0 )) 2025-03-21T20:21:27.5852202Z ++ (( i<2 )) 2025-03-21T20:21:27.5852495Z ++ case "${args[$i]}" in 2025-03-21T20:21:27.5852854Z ++ BUILD_TOOL=cmake 2025-03-21T20:21:27.5853110Z ++ i=1 2025-03-21T20:21:27.5853340Z ++ (( i++ )) 2025-03-21T20:21:27.5853580Z ++ (( i<2 )) 2025-03-21T20:21:27.5853825Z ++ '[' -z cmake ']' 2025-03-21T20:21:27.5854108Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:21:27.5854421Z ++ BUILD_MODE=Release 2025-03-21T20:21:27.5854717Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:21:27.5855054Z ++ EDITABLE=false 2025-03-21T20:21:27.5855328Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:21:27.5855719Z ++ echo 'cmake Release false' 2025-03-21T20:21:27.5856179Z + [[ false == \t\r\u\e ]] 2025-03-21T20:21:27.5856587Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:21:27.5856960Z + which pip 2025-03-21T20:21:27.5857225Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:21:27.5857671Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:21:27.5858265Z 2025-03-21 20:21:26,615 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:21:27.5858997Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:27.5859911Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:27.5861056Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:27.5862094Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:27.5862914Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:27.5863538Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:27.5864486Z 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:21:27.5865873Z 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:21:27.5866866Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:27.5867578Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:27.5868636Z 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:21:27.5869882Z 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:21:27.5871166Z 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:21:27.5872452Z 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:21:27.5873697Z 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:21:27.5875159Z 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:21:27.5876536Z 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:21:27.5878005Z 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:21:27.5879490Z 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:21:27.5880993Z 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:21:27.5882579Z 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:21:40.9740519Z 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:21:40.9742294Z 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:21:40.9743903Z 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:21:40.9745444Z 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:21:40.9746786Z 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:21:40.9748624Z 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:21:40.9749669Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:21:40.9750682Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:21:40.9751805Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:21:40.9752895Z 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:21:40.9754081Z 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:21:40.9755396Z 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:21:40.9757030Z 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:21:40.9758921Z 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:21:40.9760690Z 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:21:40.9762485Z 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:21:40.9763560Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:21:40.9764821Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:21:40.9765592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 91.7 MB/s eta 0:00:00 2025-03-21T20:21:40.9766422Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:21:40.9767277Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:21:40.9768031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 169.5 MB/s eta 0:00:00 2025-03-21T20:21:40.9768761Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:21:40.9769168Z Attempting uninstall: timm 2025-03-21T20:21:40.9769523Z Found existing installation: timm 0.6.13 2025-03-21T20:21:40.9769907Z Uninstalling timm-0.6.13: 2025-03-21T20:21:40.9770277Z Successfully uninstalled timm-0.6.13 2025-03-21T20:21:40.9770674Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:21:40.9771080Z Processing ./third-party/ao 2025-03-21T20:21:40.9771534Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:21:40.9772061Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:21:40.9772648Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:21:40.9773843Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=3a0c42c949340c8c9ec244212b025cc1145af55933276ee7b253bad9d0564c68 2025-03-21T20:21:40.9775166Z Stored in directory: /tmp/pip-ephem-wheel-cache-pzgd4_k5/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:21:40.9775935Z Successfully built torchao 2025-03-21T20:21:40.9776269Z Installing collected packages: torchao 2025-03-21T20:21:40.9776676Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:21:40.9777426Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:21:40.9778216Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:40.9778876Z Processing /pytorch/executorch 2025-03-21T20:21:40.9779450Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:21:40.9779872Z running dist_info 2025-03-21T20:21:40.9780358Z creating /tmp/pip-modern-metadata-n07urkvf/executorch.egg-info 2025-03-21T20:21:40.9780996Z writing /tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/PKG-INFO 2025-03-21T20:21:40.9781814Z writing dependency_links to /tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/dependency_links.txt 2025-03-21T20:21:40.9782732Z writing entry points to /tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/entry_points.txt 2025-03-21T20:21:40.9783588Z writing requirements to /tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/requires.txt 2025-03-21T20:21:40.9784436Z writing top-level names to /tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/top_level.txt 2025-03-21T20:21:40.9785274Z writing manifest file '/tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:40.9786097Z reading manifest file '/tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:40.9786699Z adding license file 'LICENSE' 2025-03-21T20:21:40.9787267Z writing manifest file '/tmp/pip-modern-metadata-n07urkvf/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:40.9788059Z creating '/tmp/pip-modern-metadata-n07urkvf/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:21:40.9788811Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:40.9789682Z 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:21:40.9790576Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:40.9791953Z 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:21:40.9793414Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:21:40.9794401Z 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:21:40.9795645Z 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:21:40.9796858Z 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:21:40.9798058Z 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:21:40.9799423Z 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:21:40.9800676Z 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:21:40.9801917Z 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:21:40.9802788Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:40.9804115Z 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:21:40.9805483Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:21:40.9806086Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:40.9807546Z 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:21:40.9809269Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:21:40.9810295Z 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:21:40.9811524Z 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:21:40.9812813Z 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:21:53.9928128Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:53.9929577Z 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:21:53.9930994Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:21:53.9932014Z 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:21:53.9933481Z 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:21:53.9934902Z 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:21:53.9936259Z 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:21:53.9937651Z 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:21:53.9940032Z 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:21:53.9942563Z 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:21:53.9944651Z 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:21:53.9946155Z 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:21:53.9947448Z 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:21:53.9948349Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:53.9949595Z 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:21:53.9950888Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:21:53.9951493Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:53.9952976Z 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:21:53.9955257Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:21:53.9956537Z 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:21:53.9958643Z 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:21:53.9960173Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:21:53.9961061Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:21:53.9961795Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:21:53.9962595Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:21:53.9963358Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:21:53.9963915Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:21:53.9964683Z Building wheels for collected packages: executorch 2025-03-21T20:21:53.9965201Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:21:53.9965665Z running bdist_wheel 2025-03-21T20:21:53.9965947Z running build 2025-03-21T20:21:53.9966228Z command options for 'CustomBuild': 2025-03-21T20:21:53.9966577Z build_base = pip-out 2025-03-21T20:21:53.9966884Z build_purelib = pip-out/lib 2025-03-21T20:21:53.9967269Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:21:53.9967725Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:21:53.9968125Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:21:53.9968545Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:21:53.9969088Z plat_name = linux-x86_64 2025-03-21T20:21:53.9969640Z compiler = None 2025-03-21T20:21:53.9970056Z parallel = 7 2025-03-21T20:21:53.9970389Z debug = None 2025-03-21T20:21:53.9970646Z force = None 2025-03-21T20:21:53.9970956Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:21:53.9971536Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:21:53.9972893Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:21:53.9975404Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:21:53.9977619Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:21:53.9979036Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:21:53.9979660Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:21:53.9980433Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:53.9982165Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:21:53.9983637Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:53.9985005Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:21:53.9986001Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:21:53.9986403Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:21:53.9986789Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:21:53.9987202Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:53.9987584Z CMake Warning: 2025-03-21T20:21:53.9987958Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:53.9988298Z 2025-03-21T20:21:53.9988304Z 2025-03-21T20:21:53.9988467Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:53.9988938Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:53.9989372Z git describe failed with exit code: 128 2025-03-21T20:21:53.9989653Z 2025-03-21T20:21:53.9989936Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:53.9990385Z Call Stack (most recent call first): 2025-03-21T20:21:53.9990914Z CMakeLists.txt:5 (include) 2025-03-21T20:21:53.9991139Z 2025-03-21T20:21:53.9991144Z 2025-03-21T20:21:53.9991277Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:53.9991975Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:21:53.9993024Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:53.9994145Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:21:53.9995064Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:53.9995906Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:21:53.9996741Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:53.9997670Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:53.9998599Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:53.9999439Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:21:54.0000076Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:21:54.0000510Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:54.0001111Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:21:54.0002024Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:21:54.0002988Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:21:54.0004143Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:54.0005576Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:21:54.0007049Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:21:54.0008930Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:21:54.0010802Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:21:54.0012553Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:21:54.0014525Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:21:54.0016279Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:21:54.0017576Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:21:54.0018589Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:21:54.0019289Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:54.0019976Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:54.0020456Z -- Detecting CXX compile features 2025-03-21T20:21:54.0021037Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:21:54.0021639Z -- Detecting CXX compile features - done 2025-03-21T20:21:54.9750663Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:21:54.9751959Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:21:54.9753121Z -- Looking for strtof_l 2025-03-21T20:21:54.9753669Z [ 2%] Built target pthreadpool 2025-03-21T20:21:54.9754626Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:21:54.9757316Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:21:54.9759402Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:21:54.9760677Z [ 2%] Built target flatccrt 2025-03-21T20:21:54.9762047Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:21:54.9763713Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:21:54.9765355Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:21:54.9767015Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:21:54.9768648Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:21:54.9770242Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:21:54.9771900Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:21:54.9773802Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:21:54.9775802Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:21:54.9777167Z -- Looking for strtof_l - found 2025-03-21T20:21:54.9777761Z -- Looking for strtoull_l 2025-03-21T20:21:54.9778702Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:21:54.9780211Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:21:54.9781789Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:21:54.9783631Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:21:54.9785402Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:21:54.9787234Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:54.9789084Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:54.9790857Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:21:54.9792535Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:21:54.9794335Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:21:54.9796137Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:54.9797990Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:21:54.9799938Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:21:54.9801792Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:21:54.9802967Z -- Looking for strtoull_l - found 2025-03-21T20:21:54.9803586Z -- Looking for realpath 2025-03-21T20:21:54.9804721Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:21:54.9806985Z [ 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:21:54.9809617Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:54.9811598Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:21:54.9812957Z [ 3%] Built target indirection 2025-03-21T20:21:54.9814076Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:21:54.9816128Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:21:54.9818113Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:21:54.9819394Z [ 3%] Linking C static library libcpuinfo.a 2025-03-21T20:21:54.9820769Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:21:54.9822659Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:21:54.9823865Z [ 3%] Built target cpuinfo 2025-03-21T20:21:54.9825453Z [ 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:21:54.9828482Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:21:54.9829751Z [ 3%] Built target microparams-init 2025-03-21T20:21:54.9831495Z [ 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:21:54.9833843Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:21:54.9835749Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:21:54.9837102Z -- Looking for realpath - found 2025-03-21T20:21:54.9837838Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:54.9838616Z -- Configuring done (1.1s) 2025-03-21T20:21:54.9839731Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:21:54.9840928Z -- Generating done (0.0s) 2025-03-21T20:21:54.9842259Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:21:54.9843572Z [ 3%] Performing build step for 'flatbuffers' 2025-03-21T20:21:54.9844903Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:21:54.9846746Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:21:54.9848381Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:54.9869293Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:21:54.9871208Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:21:54.9873017Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:21:54.9874818Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:21:54.9876567Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:21:54.9878682Z [ 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:21:54.9880241Z [ 6%] Built target logging 2025-03-21T20:21:54.9881838Z [ 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:21:54.9884416Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:21:54.9886266Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:21:54.9888110Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:21:54.9890256Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:21:54.9891437Z [ 6%] Built target normalization 2025-03-21T20:21:54.9892582Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:21:54.9894331Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:21:54.9896103Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:21:54.9897908Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:21:54.9900094Z [ 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:21:54.9901980Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:54.9902874Z [ 6%] Built target packing 2025-03-21T20:21:54.9903668Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:54.9904885Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:21:54.9906478Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:21:54.9908172Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:21:54.9909890Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:21:56.3009678Z [ 6%] Built target flatcc 2025-03-21T20:21:56.3010853Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:21:56.3012569Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:21:56.3013803Z [ 6%] Built target allocator 2025-03-21T20:21:56.3014342Z [ 6%] Built target cache 2025-03-21T20:21:56.3015357Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:21:56.3017121Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:21:56.3019319Z [ 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:21:56.3020946Z [ 6%] Built target datatype 2025-03-21T20:21:56.3022438Z [ 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:21:56.3024917Z [ 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:21:56.3027253Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:21:56.3028467Z [ 6%] Built target microkernel-utils 2025-03-21T20:21:56.3029550Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:21:56.3030619Z [ 6%] Built target memory 2025-03-21T20:21:56.3032064Z [ 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:21:56.3034138Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:21:56.3036494Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:21:56.3038229Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:56.3039205Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:56.3040214Z [ 7%] Built target mutex 2025-03-21T20:21:56.3041312Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:21:56.3043514Z [ 7%] 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:21:56.3045408Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:56.3047192Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:21:56.3049417Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:21:56.3050776Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:21:56.3052186Z [ 7%] 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:21:56.3053712Z [ 7%] Built target eigen_blas 2025-03-21T20:21:56.3055370Z [ 7%] 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:21:56.3057195Z [ 7%] Built target operator-utils 2025-03-21T20:21:56.3057979Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:56.3059039Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:56.3060775Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:21:56.3062567Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:56.3063745Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:56.3065963Z [ 7%] 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:21:56.3067976Z [ 7%] Built target reference-ukernels 2025-03-21T20:21:56.3069898Z [ 7%] 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:21:56.3072196Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:21:56.3074457Z [ 7%] 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:21:56.3076379Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:56.3078272Z [ 7%] 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:21:56.3079908Z [ 7%] Built target operator-run 2025-03-21T20:21:56.3080739Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:56.3081931Z [ 7%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:21:56.3084012Z [ 7%] 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:21:56.3085864Z [ 7%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:21:56.3087968Z [ 8%] 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:21:56.3089979Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:56.3091868Z [ 8%] 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:21:56.3093723Z [ 8%] Built target flatcc_cli 2025-03-21T20:21:56.3095300Z [ 8%] 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:21:56.3097817Z [ 8%] 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:21:56.3099726Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:56.3100834Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:56.3101991Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:56.3103116Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:56.3104755Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:21:56.3107344Z [ 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:21:56.3109701Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:21:56.3111027Z [ 8%] Built target hardware-config 2025-03-21T20:21:56.3112444Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:21:56.3114674Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:21:56.3116377Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:56.3118321Z [ 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:21:56.3120874Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:21:56.3122660Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:56.3124335Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:21:56.3126318Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:56.3127458Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:56.3128354Z [ 9%] Generating etdump headers 2025-03-21T20:21:56.3130125Z [ 9%] 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:21:56.3131825Z [ 9%] Built target etdump_schema 2025-03-21T20:21:56.3133252Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:21:56.3135493Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:21:56.3137645Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:21:56.3139976Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:21:56.3142815Z [ 9%] 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:21:56.3145892Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:21:57.5956943Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:21:57.5959299Z [ 9%] 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:21:57.5960716Z [ 9%] 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:21:57.5961799Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:57.5962828Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:21:57.5964067Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:21:57.5965220Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:21:57.5966531Z [ 9%] 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:21:57.5968002Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:21:57.5968920Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:21:57.5970319Z [ 9%] 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:21:57.5971757Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:21:57.5972830Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:21:57.5973657Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:21:57.5974352Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:21:57.5975286Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:21:57.5976708Z [ 9%] 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:21:57.5978530Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:21:57.5980221Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:21:57.5981827Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:21:57.5983514Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:21:57.5985032Z [ 9%] 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:21:57.5986856Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:21:57.5988357Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:21:57.5989712Z [ 12%] 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:21:57.5990915Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:21:57.5992099Z [ 12%] 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:21:57.5993241Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:21:57.5994083Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:21:57.5995513Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:21:57.5998093Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:21:57.6000410Z [ 12%] 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:21:57.6002660Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:21:57.6004809Z [ 12%] 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:21:57.6007199Z [ 12%] 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:21:57.6009661Z [ 12%] 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:21:57.6011247Z [ 12%] Built target operators 2025-03-21T20:21:57.6012593Z [ 12%] 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:21:57.6014662Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:21:57.6016353Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:21:57.6017708Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:21:57.6018978Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:21:57.6020193Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:21:57.6021616Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:21:57.6023566Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:21:57.6025692Z [ 13%] 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:21:57.6027907Z [ 13%] 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:21:57.6029968Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:21:57.6031749Z [ 13%] 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:21:57.6034064Z [ 13%] 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:21:57.6036291Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:21:57.6037662Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:21:57.6039056Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:21:57.6040117Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:21:57.6041139Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:21:57.6042257Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:21:57.6043621Z [ 13%] 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:21:57.6044967Z [ 13%] 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:21:57.6046524Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:21:57.6047616Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:21:57.6048667Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:21:57.6049832Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:21:57.6051088Z [ 13%] 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:21:57.6052281Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:21:57.6053010Z [100%] Linking CXX executable flatc 2025-03-21T20:21:57.6053880Z [ 13%] 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:21:57.6055140Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:21:57.6056320Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:21:57.6057584Z [ 13%] 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:21:57.6058771Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:21:58.5998765Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:21:58.6001093Z [ 14%] 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:21:58.6003231Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:21:58.6005349Z [ 14%] 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:21:58.6007812Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:21:58.6010067Z [ 15%] 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:21:58.6012244Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:21:58.6014343Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:21:58.6016699Z [ 15%] 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:21:58.6019092Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:21:58.6021130Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:21:58.6023210Z [ 15%] 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:21:58.6025604Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:21:58.6027854Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:21:58.6030516Z [ 15%] 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:21:58.6033086Z [ 15%] 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:21:58.6035295Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:21:58.6037506Z [ 15%] 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:21:58.6039782Z [ 15%] 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:21:58.6042002Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:21:58.6043992Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:21:58.6047072Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:21:58.6048171Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:21:58.6049410Z [ 15%] 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:21:58.6050527Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:21:58.6051526Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:21:58.6052555Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:21:58.6053674Z [ 15%] 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:21:58.6056057Z [ 15%] 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:21:58.6058269Z [ 15%] 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:21:58.6060565Z [ 15%] 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:21:58.6062891Z [ 15%] 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:21:58.6064347Z [ 15%] Built target subgraph 2025-03-21T20:21:58.6065626Z [ 15%] 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:21:58.6067675Z [ 17%] 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:21:58.6070107Z [ 17%] 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:21:58.6072608Z [ 17%] 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:21:58.6075254Z [ 17%] 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:21:58.6078071Z [ 17%] 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:21:58.6080653Z [ 17%] 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:21:58.6083264Z [ 17%] 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:21:58.6085639Z [ 17%] 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:21:58.6088113Z [ 17%] 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:21:58.6090694Z [ 17%] 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:21:58.6093054Z [ 17%] 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:21:58.6094578Z [100%] Built target flatc 2025-03-21T20:21:58.6096056Z [ 17%] 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:21:58.6098637Z [ 17%] 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:21:58.6100390Z [ 17%] No install step for 'flatbuffers' 2025-03-21T20:21:58.6101043Z [ 17%] Completed 'flatbuffers' 2025-03-21T20:21:58.6101657Z [ 17%] Built target flatbuffers 2025-03-21T20:21:58.6103264Z [ 17%] 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:21:58.6104943Z [ 17%] Generating common_schema headers 2025-03-21T20:21:58.6105621Z [ 18%] Generating xnnpack_schema headers 2025-03-21T20:21:58.6106261Z [ 18%] Built target common_schema 2025-03-21T20:21:58.6107817Z [ 18%] 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:21:58.6109485Z [ 18%] Generating bundled_program headers 2025-03-21T20:21:58.6110160Z [ 18%] Built target xnnpack_schema 2025-03-21T20:21:58.6110814Z [ 18%] Built target bundled_program_schema 2025-03-21T20:21:58.6112428Z [ 19%] 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:21:58.6114987Z [ 19%] 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:21:58.6117484Z [ 19%] 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:21:58.6119063Z [ 19%] Generating program_schema headers 2025-03-21T20:21:58.6120603Z [ 19%] 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:21:58.6122177Z [ 19%] Built target program_schema 2025-03-21T20:21:58.6123727Z [ 19%] 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:21:58.6126528Z [ 19%] 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:21:58.6129158Z [ 19%] 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:21:59.8945367Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:21:59.8946840Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:21:59.8948875Z [ 19%] 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:21:59.8951939Z [ 19%] 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:21:59.8954367Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:21:59.8956373Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:21:59.8958234Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:21:59.8959711Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:21:59.8961104Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:21:59.8963336Z [ 19%] 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:21:59.8965559Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:21:59.8967071Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:21:59.8969346Z [ 19%] 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:21:59.8972115Z [ 19%] 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:21:59.8974256Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:21:59.8976291Z [ 19%] 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:21:59.8978445Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:21:59.8980164Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:21:59.8981958Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:21:59.8983651Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:21:59.8985833Z [ 20%] 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:21:59.8988652Z [ 20%] 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:21:59.8990754Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:21:59.8992190Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:21:59.8993673Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:21:59.8995816Z [ 20%] 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:21:59.8998036Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:21:59.9000168Z [ 21%] 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:21:59.9002925Z [ 21%] 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:21:59.9006039Z [ 21%] 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:21:59.9008300Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:21:59.9010620Z [ 21%] 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:21:59.9013449Z [ 21%] 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:21:59.9016311Z [ 21%] 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:21:59.9018615Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:21:59.9020829Z [ 21%] 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:21:59.9023557Z [ 21%] 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:21:59.9026582Z [ 21%] 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:21:59.9029439Z [ 21%] 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:21:59.9032275Z [ 21%] 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:21:59.9034118Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:21:59.9035922Z [ 21%] 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:21:59.9037650Z [ 21%] Built target executorch_core 2025-03-21T20:21:59.9038727Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:21:59.9040187Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:21:59.9041690Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:21:59.9043293Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:21:59.9044920Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:21:59.9047303Z [ 23%] 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:21:59.9050554Z [ 23%] 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:21:59.9053047Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:21:59.9054896Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:21:59.9057866Z [ 24%] 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:21:59.9062723Z [ 24%] 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:21:59.9065916Z [ 25%] 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:21:59.9068243Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:21:59.9069078Z [ 25%] Linking CXX static library libextension_tensor.a 2025-03-21T20:21:59.9069852Z [ 25%] Built target executorch 2025-03-21T20:21:59.9071131Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:21:59.9072863Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:21:59.9074038Z [ 25%] Built target extension_tensor 2025-03-21T20:21:59.9075242Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:21:59.9076693Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:21:59.9077921Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:21:59.9080133Z [ 25%] 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:21:59.9082404Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:21:59.9084024Z [ 25%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:21:59.9085268Z [ 25%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:21:59.9087097Z [ 25%] 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:21:59.9088755Z [ 25%] Built target extension_data_loader 2025-03-21T20:22:02.1144466Z [ 25%] 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:02.1146876Z [ 25%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:02.1148087Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:02.1149266Z [ 26%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:02.1150350Z [ 26%] Built target extension_threadpool 2025-03-21T20:22:02.1151564Z [ 26%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:02.1153258Z [ 26%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:02.1155696Z [ 26%] 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:02.1158370Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:02.1159899Z [ 28%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:02.1160695Z [ 28%] Built target bundled_program 2025-03-21T20:22:02.1161785Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:02.1163307Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:02.1165596Z [ 28%] 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:02.1168861Z [ 28%] 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:02.1171000Z [ 28%] Linking CXX static library libetdump.a 2025-03-21T20:22:02.1172443Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:02.1174220Z [ 28%] Built target etdump 2025-03-21T20:22:02.1175397Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:02.1177231Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:02.1179994Z [ 28%] 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:02.1183189Z [ 28%] 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:02.1185170Z [ 28%] Linking CXX static library libcpublas.a 2025-03-21T20:22:02.1185864Z [ 28%] Built target cpublas 2025-03-21T20:22:02.1187048Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:02.1188823Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:02.1190978Z [ 28%] 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:02.1193623Z [ 28%] 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:02.1195876Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:02.1197720Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:02.1199655Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:02.1201602Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:02.1202957Z [ 28%] Linking CXX static library libutil.a 2025-03-21T20:22:02.1204671Z [ 28%] 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:02.1206328Z [ 28%] Built target util 2025-03-21T20:22:02.1207889Z [ 28%] 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:02.1210215Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:02.1211983Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:02.1213724Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:02.1215563Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:02.1217870Z [ 28%] 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:02.1220138Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:02.1222314Z [ 28%] 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:02.1224502Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:02.1259766Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:02.1262172Z [ 28%] 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:02.1264859Z [ 29%] 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:02.1267587Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:02.1269486Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:02.1271479Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:02.1273819Z [ 30%] 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:02.1276063Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:02.1277605Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:02.1279258Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:02.1281009Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:02.1282757Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:02.1285059Z [ 30%] 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:02.1287292Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:02.1288855Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:02.1291165Z [ 30%] 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:02.1293501Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:02.1295300Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:02.1297412Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:02.1300051Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:22:02.1302344Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:02.1304270Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:02.1306142Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:02.1308313Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:22:02.1310984Z [ 30%] 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:02.1313318Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:02.1315273Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:02.1317207Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:02.1319424Z [ 30%] 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:05.3736055Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:05.3738531Z [ 30%] 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:05.3741051Z [ 30%] 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:05.3743068Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:05.3745106Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:05.3747405Z [ 30%] 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:05.3749757Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:05.3751994Z [ 30%] 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:05.3754200Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:05.3756279Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:22:05.3758759Z [ 30%] 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:05.3761271Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:05.3763813Z [ 31%] 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:05.3766221Z [ 31%] 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:05.3768414Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:05.3770737Z [ 31%] 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:05.3773440Z [ 31%] 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:05.3775739Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:05.3778048Z [ 32%] 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:05.3780382Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:05.3782663Z [ 32%] 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:05.3785550Z [ 32%] 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:05.3788028Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:05.3790462Z [ 32%] 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:05.3793078Z [ 32%] 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:05.3795120Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:05.3797167Z [ 32%] 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:05.3799395Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:05.3800990Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:05.3802929Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:05.3805233Z [ 32%] 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:05.3807503Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:05.3809860Z [ 32%] 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:05.3812149Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:05.3813944Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:05.3816349Z [ 32%] 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:05.3819150Z [ 32%] 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:05.3821649Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:05.3823886Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:05.3826254Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:05.3828381Z [ 34%] 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:05.3830855Z [ 34%] 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:05.3833376Z [ 34%] 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:05.3835993Z [ 34%] 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:05.3838190Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:05.3840386Z [ 34%] 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:05.3842551Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:05.3844647Z [ 34%] 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:05.3847339Z [ 34%] 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:05.3849721Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:05.3851467Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:05.3853601Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:05.3856397Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:22:05.3858452Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:05.3860163Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:05.3862416Z [ 35%] 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:05.3865045Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:05.3867178Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:05.3869307Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:22:05.3871365Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:05.3873443Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:22:05.3875579Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:09.4102196Z [ 35%] 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:09.4105063Z [ 35%] 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:09.4107472Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:09.4109234Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:09.4111516Z [ 36%] 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:09.4113869Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:09.4116205Z [ 37%] 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:09.4119006Z [ 37%] 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:09.4121271Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:09.4123577Z [ 37%] 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:09.4126546Z [ 37%] 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:09.4129413Z [ 37%] 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:09.4131871Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:09.4134238Z [ 37%] 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:09.4137049Z [ 37%] 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:09.4139977Z [ 37%] 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:09.4142779Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:09.4145359Z [ 37%] 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:09.4147930Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:09.4150386Z [ 37%] 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:09.4152865Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:09.4155215Z [ 37%] 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:09.4157467Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:09.4159843Z [ 37%] 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:09.4162853Z [ 37%] 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:09.4165267Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:09.4167828Z [ 37%] 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:09.4170316Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:09.4172676Z [ 37%] 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:09.4175697Z [ 39%] 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:09.4178008Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:09.4180294Z [ 39%] 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:09.4182626Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:09.4185139Z [ 39%] 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:09.4188176Z [ 39%] 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:09.4190614Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:09.4192366Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:09.4194622Z [ 39%] 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:09.4196933Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:09.4199313Z [ 39%] 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:09.4202662Z [ 39%] 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:09.4205632Z [ 39%] 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:09.4208837Z [ 39%] 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:09.4211348Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:09.4213180Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:09.4215607Z [ 40%] 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:09.4218551Z [ 40%] 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:09.4221489Z [ 40%] 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:09.4223900Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:09.4226687Z [ 40%] 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:09.4229166Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:09.4231035Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:09.4232870Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:09.4235325Z [ 40%] 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:09.4238432Z [ 40%] 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:09.4241544Z [ 40%] 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:09.4244052Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:09.4246038Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:09.4248323Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:11.2046202Z [ 41%] 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:11.2049127Z [ 41%] 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:11.2051904Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:11.2069891Z [ 41%] 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:11.2072774Z [ 41%] 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:11.2075659Z [ 41%] 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:11.2078429Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:11.2080335Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:11.2082803Z [ 41%] 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:11.2085558Z [ 41%] 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:11.2088189Z [ 41%] 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:11.2090578Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:11.2094513Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:11.2096872Z [ 41%] 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:11.2099477Z [ 41%] 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:11.2102159Z [ 41%] 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:11.2104998Z [ 41%] 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:11.2107386Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:11.2109340Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:11.2111790Z [ 41%] 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:11.2114565Z [ 41%] 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:11.2116979Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:11.2119338Z [ 41%] 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:11.2122491Z [ 41%] 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:11.2126945Z [ 42%] 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:11.2130259Z [ 42%] 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:11.2133069Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:11.2137000Z [ 43%] 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:11.2140199Z [ 43%] 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:11.2142989Z [ 43%] 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:11.2145535Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:11.2147843Z [ 43%] 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:11.2150693Z [ 43%] 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:11.2153424Z [ 43%] 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:11.2155651Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:11.2157514Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:11.2159917Z [ 43%] 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:11.2162352Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:11.2164708Z [ 43%] 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:11.2167087Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:11.2169031Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:11.2171313Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:11.2173687Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:11.2176283Z [ 43%] 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:11.2178593Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:11.2180504Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:11.2182831Z [ 43%] 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:11.2185127Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:11.2186994Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:11.2188876Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:11.2191221Z [ 43%] 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:11.2193571Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:11.2195468Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:11.2197536Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:11.2199660Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:11.2201770Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:11.2204245Z [ 45%] 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:11.2207176Z [ 45%] 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:11.2210872Z [ 46%] 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:11.2213194Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:11.2215419Z [ 46%] 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:12.7468156Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:12.7470059Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:12.7471967Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:12.7473325Z [ 46%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:12.7475076Z [ 46%] 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:12.7477678Z [ 46%] 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:12.7479954Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:12.7482281Z [ 46%] 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:12.7483963Z [ 46%] Built target optimized_kernels 2025-03-21T20:22:12.7485611Z [ 46%] 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:12.7488307Z [ 46%] 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:12.7490978Z [ 46%] 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:12.7493624Z [ 46%] 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:12.7496140Z [ 46%] 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:12.7498719Z [ 46%] 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:12.7501003Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:12.7503272Z [ 46%] 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:12.7505785Z [ 46%] 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:12.7508076Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:12.7510394Z [ 46%] 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:12.7513005Z [ 46%] 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:12.7515562Z [ 46%] 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:12.7518495Z [ 47%] 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:12.7520799Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:12.7522870Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:12.7524711Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:12.7528135Z [ 47%] 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:12.7530829Z [ 47%] 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:12.7533316Z [ 47%] 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:12.7535860Z [ 47%] 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:12.7538465Z [ 47%] 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:12.7541071Z [ 47%] 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:12.7543611Z [ 47%] 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:12.7546143Z [ 47%] 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:12.7548693Z [ 47%] 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:12.7550977Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:12.7552997Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:12.7555081Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:12.7557151Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:12.7559087Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:12.7561283Z [ 48%] 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:12.7563837Z [ 48%] 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:12.7566064Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:12.7567842Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:12.7569808Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:12.7572003Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:12.7574353Z [ 48%] 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:12.7576882Z [ 48%] 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:12.7579473Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:12.7581522Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:12.7583495Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:12.7585897Z [ 48%] 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:12.7588120Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:12.7590330Z [ 48%] 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:12.7592515Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:12.7594381Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:12.7596311Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:12.7598622Z [ 50%] 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:12.7600746Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:12.7602849Z [ 50%] 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:12.7605138Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:12.7607103Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:12.7609106Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:12.7611168Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:12.7613070Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:12.7614932Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:14.1749689Z [ 51%] 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:14.1752278Z [ 51%] 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:14.1754825Z [ 51%] 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:14.1756951Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:14.1759157Z [ 51%] 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:14.1761776Z [ 51%] 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:14.1764250Z [ 51%] 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:14.1766453Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:14.1768419Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:14.1771058Z [ 51%] 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:14.1773603Z [ 51%] 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:14.1776333Z [ 51%] 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:14.1778583Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:14.1780805Z [ 51%] 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:14.1783222Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:14.1785341Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:14.1787362Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:14.1789243Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:14.1791546Z [ 51%] 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:14.1794156Z [ 51%] 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:14.1796429Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:14.1798655Z [ 51%] 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:14.1801217Z [ 51%] 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:14.1803729Z [ 52%] 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:14.1806358Z [ 52%] 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:14.1808637Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:14.1811001Z [ 52%] 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:14.1813235Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:14.1815107Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:14.1816994Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:14.1819197Z [ 53%] 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:14.1821815Z [ 53%] 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:14.1824470Z [ 53%] 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:14.1828917Z [ 53%] 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:14.1831231Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:14.1833090Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:14.1835196Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:14.1837358Z [ 53%] 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:14.1840169Z [ 53%] 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:14.1842788Z [ 53%] 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:14.1845489Z [ 53%] 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:14.1847786Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:14.1849742Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:14.1851996Z [ 53%] 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:14.1853389Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:14.1854406Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:14.1855794Z [ 53%] 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:14.1858196Z [ 53%] 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:14.1860082Z [ 53%] 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:14.1861308Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:14.1862706Z [ 54%] 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:14.1864051Z [ 54%] 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:14.1865455Z [ 54%] 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:14.1867009Z [ 54%] 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:14.1868580Z [ 54%] 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:14.1870257Z [ 54%] 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:14.1871736Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:14.1873291Z [ 54%] 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:14.1874920Z [ 54%] 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:14.1876616Z [ 54%] 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:14.1878311Z [ 54%] 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:14.1880623Z [ 54%] 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:15.5901736Z [ 54%] 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:15.5904304Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:15.5906395Z [ 54%] 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:15.5908293Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:15.5909855Z [ 54%] 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:15.5911557Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:15.5913116Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:15.5914763Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:15.5915851Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:15.5916990Z [ 56%] 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:15.5918199Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:15.5920358Z [ 56%] 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:15.5922984Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:15.5925213Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:15.5928160Z [ 57%] 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:15.5929446Z [ 57%] 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:15.5930838Z [ 57%] 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:15.5932155Z [ 57%] 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:15.5933376Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:15.5934564Z [ 57%] 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:15.5935840Z [ 57%] 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:15.5937009Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:15.5938216Z [ 57%] 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:15.5939392Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:15.5940561Z [ 57%] 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:15.5942049Z [ 57%] 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:15.5943205Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:15.5944450Z [ 57%] 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:15.5945727Z [ 57%] 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:15.5946978Z [ 57%] 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:15.5948245Z [ 57%] 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:15.5949521Z [ 57%] 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:15.5950705Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:15.5951762Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:15.5952777Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:15.5953778Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:15.5954784Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:15.5955825Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:15.5957024Z [ 57%] 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:15.5958385Z [ 57%] 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:15.5960509Z [ 58%] 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:15.5962204Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:15.5964153Z [ 58%] 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:15.5965794Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:15.5968025Z [ 59%] 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:15.5971050Z [ 59%] 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:15.5973598Z [ 59%] 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:15.5975473Z [ 59%] 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:15.5977055Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:15.5978811Z [ 59%] 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:15.5981488Z [ 59%] 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:15.5983913Z [ 59%] 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:15.5986049Z [ 59%] 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:15.5987466Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:15.5988818Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:15.5989938Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:15.5991139Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:15.5992455Z [ 59%] 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:15.5994007Z [ 59%] 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:15.5995524Z [ 59%] 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:15.5997077Z [ 59%] 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:16.6871450Z [ 59%] 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:16.6874052Z [ 60%] 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:16.6876547Z [ 60%] 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:16.6879507Z [ 60%] 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:16.6882236Z [ 60%] 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:16.6885006Z [ 60%] 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:16.6886926Z [ 60%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:16.6888874Z [ 60%] 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:16.6891586Z [ 60%] 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:16.6894151Z [ 60%] 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:16.6896783Z [ 60%] 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:16.6899391Z [ 60%] 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:16.6901955Z [ 60%] 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:16.6904815Z [ 60%] 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:16.6907507Z [ 60%] 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:16.6910402Z [ 60%] 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:16.6913201Z [ 60%] 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:16.6914991Z [ 60%] Built target optimized_portable_kernels 2025-03-21T20:22:16.6916731Z [ 60%] 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:16.6918437Z [ 60%] Merging kernel yaml files 2025-03-21T20:22:16.6919976Z [ 62%] 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:16.6922525Z [ 62%] 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:16.6925025Z [ 62%] 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:16.6927805Z [ 62%] 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:16.6930270Z [ 62%] 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:16.6933029Z [ 62%] 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:16.6935938Z [ 62%] 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:16.6938594Z [ 62%] 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:16.6940468Z [ 62%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:16.6942293Z [ 62%] 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:16.6944751Z [ 62%] 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:16.6947265Z [ 62%] 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:16.6949854Z [ 62%] 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:16.6952372Z [ 62%] 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:16.6954802Z [ 62%] 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:16.6957281Z [ 62%] 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:16.6959782Z [ 62%] 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:16.6962285Z [ 63%] 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:16.6964766Z [ 63%] 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:16.6967448Z [ 63%] 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:16.6969959Z [ 63%] 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:16.6972716Z [ 63%] 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:16.6975230Z [ 63%] 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:16.6977808Z [ 63%] 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:16.6980263Z [ 63%] 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:16.6981955Z [ 63%] Generating code for kernel registration 2025-03-21T20:22:16.6983561Z [ 63%] 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:16.6986004Z [ 63%] 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:16.6988511Z [ 63%] 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:16.6990951Z [ 63%] 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:16.6993452Z [ 63%] 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:16.6996057Z [ 63%] 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:16.6998209Z [ 63%] 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:16.6999815Z [ 64%] 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:16.7001451Z [ 64%] 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:16.7003051Z [ 64%] 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:16.7004796Z [ 64%] 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:16.7006420Z [ 64%] 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:16.7008093Z [ 64%] 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:16.7009747Z [ 64%] 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:17.9074195Z [ 64%] 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:17.9077130Z [ 64%] 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:17.9080336Z [ 64%] 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:17.9084012Z [ 64%] 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:17.9087158Z [ 64%] 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:17.9090517Z [ 64%] 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:17.9093423Z [ 64%] 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:17.9096180Z [ 64%] 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:17.9098938Z [ 64%] 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:17.9101655Z [ 65%] 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:17.9104380Z [ 65%] 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:17.9106939Z [ 65%] 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:17.9109564Z [ 65%] 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:17.9112367Z [ 65%] 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:17.9115259Z [ 65%] 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:17.9118176Z [ 65%] 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:17.9120853Z [ 65%] 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:17.9123383Z [ 65%] 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:17.9126864Z [ 65%] 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:17.9129299Z [ 65%] 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:17.9131883Z [ 65%] 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:17.9134404Z [ 65%] 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:17.9136960Z [ 65%] 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:17.9139494Z [ 65%] 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:17.9141983Z [ 65%] 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:17.9144509Z [ 67%] 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:17.9147050Z [ 67%] 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:17.9149863Z [ 67%] 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:17.9152805Z [ 67%] 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:17.9155918Z [ 67%] 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:17.9159148Z [ 67%] 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:17.9162496Z [ 67%] 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:17.9165701Z [ 67%] 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:17.9168801Z [ 67%] 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:17.9172019Z [ 67%] 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:17.9175177Z [ 67%] 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:17.9178502Z [ 67%] 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:17.9181938Z [ 67%] 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:17.9185350Z [ 67%] 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:17.9188658Z [ 67%] 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:17.9191842Z [ 67%] 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:17.9195084Z [ 68%] 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:17.9198337Z [ 68%] 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:17.9201521Z [ 68%] 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:17.9204692Z [ 68%] 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:17.9207884Z [ 68%] 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:17.9211069Z [ 68%] 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:17.9214240Z [ 68%] 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:17.9217670Z [ 68%] 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:17.9221131Z [ 68%] 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:17.9224549Z [ 68%] 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:17.9227757Z [ 68%] 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:19.0024183Z [ 68%] 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:19.0027506Z [ 68%] 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:19.0030359Z [ 68%] 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:19.0033159Z [ 68%] 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:19.0035886Z [ 69%] 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:19.0038751Z [ 69%] 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:19.0041758Z [ 69%] 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:19.0044836Z [ 69%] 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:19.0047639Z [ 69%] 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:19.0050754Z [ 69%] 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:19.0053696Z [ 69%] 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:19.0056842Z [ 69%] 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:19.0060010Z [ 69%] 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:19.0063256Z [ 69%] 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:19.0066393Z [ 69%] 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:19.0069104Z [ 69%] 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:19.0071935Z [ 69%] 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:19.0074606Z [ 69%] 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:19.0077569Z [ 69%] 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:19.0080316Z [ 69%] 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:19.0082895Z [ 70%] 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:19.0085605Z [ 70%] 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:19.0088330Z [ 70%] 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:19.0091423Z [ 70%] 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:19.0094152Z [ 70%] 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:19.0097171Z [ 70%] 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:19.0100298Z [ 70%] 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:19.0103509Z [ 70%] 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:19.0106732Z [ 70%] 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:19.0109779Z [ 70%] 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:19.0112727Z [ 70%] 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:19.0115678Z [ 70%] 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:19.0118746Z [ 70%] 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:19.0121784Z [ 70%] 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:19.0124684Z [ 70%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:19.0130721Z [ 70%] 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:19.0133784Z [ 70%] 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:19.0137472Z [ 71%] 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:19.0140796Z [ 71%] 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:19.0143884Z [ 71%] 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:19.0146996Z [ 71%] 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:19.0150198Z [ 71%] 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:19.0153253Z [ 71%] 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:19.0156248Z [ 71%] 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:19.0159297Z [ 71%] 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:19.0161343Z [ 71%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:19.0162263Z [ 71%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:19.0163965Z [ 71%] 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:19.0167034Z [ 71%] 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:19.7945726Z [ 71%] 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:19.7948523Z [ 71%] 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:19.7951400Z [ 71%] 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:19.7954225Z [ 71%] 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:19.7956825Z [ 71%] 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:19.7959352Z [ 73%] 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:19.7962097Z [ 73%] 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:19.7964905Z [ 73%] 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:19.7967699Z [ 73%] 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:19.7970782Z [ 73%] 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:19.7974003Z [ 73%] 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:19.7976587Z [ 73%] 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:19.7979025Z [ 73%] 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:19.7981267Z [ 73%] 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:19.7983531Z [ 73%] 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:19.7985814Z [ 73%] 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:19.7988132Z [ 73%] 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:19.7990520Z [ 73%] 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:19.7992846Z [ 73%] 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:19.7995300Z [ 73%] 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:19.7998060Z [ 73%] 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:19.8001151Z [ 74%] 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:19.8004109Z [ 74%] 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:19.8007189Z [ 74%] 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:19.8010300Z [ 74%] 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:19.8013576Z [ 74%] 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:19.8016688Z [ 74%] 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:19.8019809Z [ 74%] 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:19.8022969Z [ 74%] 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:19.8027144Z [ 74%] 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:19.8030287Z [ 74%] 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:19.8033425Z [ 74%] 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:19.8037610Z [ 74%] 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:19.8040957Z [ 74%] 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:19.8044052Z [ 74%] 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:19.8047198Z [ 74%] 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:19.8050515Z [ 74%] 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:19.8053724Z [ 75%] 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:19.8056948Z [ 75%] 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:19.8060186Z [ 75%] 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:19.8063400Z [ 75%] 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:19.8066665Z [ 75%] 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:19.8069904Z [ 75%] 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:19.8073051Z [ 75%] 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:19.8076255Z [ 75%] 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:19.8079478Z [ 75%] 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:19.8082512Z [ 75%] 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:19.8085532Z [ 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:19.8088623Z [ 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:20.8046006Z [ 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:20.8049172Z [ 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:20.8052062Z [ 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:20.8055938Z [ 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:20.8058930Z [ 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:20.8062203Z [ 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:20.8065303Z [ 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:20.8068435Z [ 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:20.8071457Z [ 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:20.8074547Z [ 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:20.8077773Z [ 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:20.8080995Z [ 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:20.8084212Z [ 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:20.8087392Z [ 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:20.8090649Z [ 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:20.8093831Z [ 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:20.8096964Z [ 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:20.8100116Z [ 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:20.8103176Z [ 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:20.8106235Z [ 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:20.8109423Z [ 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:20.8112324Z [ 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:20.8115501Z [ 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:20.8118556Z [ 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:20.8121847Z [ 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:20.8124952Z [ 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:20.8128239Z [ 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:20.8131411Z [ 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:20.8134312Z [ 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:20.8137201Z [ 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:20.8139865Z [ 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:20.8142606Z [ 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:20.8145230Z [ 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:20.8147810Z [ 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:20.8150477Z [ 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:20.8153074Z [ 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:20.8155558Z [ 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:20.8158231Z [ 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:20.8160976Z [ 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:20.8163884Z [ 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:20.8166620Z [ 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:20.8169276Z [ 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:20.8172004Z [ 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:20.8174750Z [ 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:20.8177530Z [ 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:20.8180399Z [ 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:20.8183456Z [ 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:20.8186262Z [ 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:20.8188789Z [ 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:20.8191311Z [ 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:20.8194068Z [ 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:21.6082148Z [ 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:21.6084729Z [ 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:21.6087095Z [ 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:21.6089621Z [ 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:21.6092218Z [ 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:21.6094722Z [ 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:21.6097204Z [ 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:21.6099719Z [ 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:21.6102260Z [ 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:21.6104868Z [ 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:21.6107636Z [ 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:21.6110271Z [ 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:21.6112829Z [ 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:21.6116026Z [ 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:21.6118727Z [ 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:21.6121514Z [ 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:21.6124352Z [ 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:21.6127889Z [ 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:21.6131048Z [ 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:21.6134223Z [ 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:21.6137123Z [ 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:21.6140362Z [ 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:21.6143514Z [ 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:21.6146580Z [ 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:21.6149644Z [ 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:21.6152652Z [ 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:21.6155638Z [ 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:21.6158761Z [ 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:21.6161909Z [ 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:21.6165058Z [ 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:21.6168231Z [ 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:21.6171524Z [ 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:21.6174684Z [ 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:21.6177601Z [ 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:21.6180537Z [ 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:21.6183602Z [ 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:21.6186610Z [ 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:21.6189767Z [ 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:21.6192887Z [ 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:21.6196050Z [ 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:21.6199082Z [ 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:21.6202341Z [ 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:21.6205227Z [ 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:21.6207907Z [ 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:21.6210711Z [ 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:21.6213399Z [ 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:21.6216144Z [ 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:21.6218772Z [ 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:21.6221467Z [ 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:21.6224385Z [ 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:21.6231072Z [ 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:21.6233854Z [ 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:21.6235621Z [ 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:22.6015377Z [ 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:22.6018269Z [ 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:22.6021230Z [ 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:22.6024048Z [ 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:22.6027127Z [ 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:22.6030135Z [ 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:22.6032971Z [ 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:22.6035674Z [ 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:22.6038425Z [ 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:22.6041346Z [ 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:22.6044702Z [ 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:22.6047726Z [ 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:22.6050957Z [ 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:22.6053829Z [ 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:22.6056751Z [ 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:22.6059646Z [ 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:22.6062527Z [ 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:22.6065411Z [ 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:22.6068377Z [ 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:22.6071281Z [ 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:22.6074176Z [ 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:22.6076938Z [ 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:22.6079747Z [ 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:22.6082665Z [ 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:22.6085500Z [ 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:22.6088080Z [ 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:22.6090711Z [ 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:22.6093263Z [ 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:22.6095804Z [ 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:22.6098513Z [ 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:22.6101302Z [ 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:22.6104189Z [ 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:22.6106981Z [ 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:22.6109873Z [ 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:22.6112673Z [ 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:22.6115502Z [ 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:22.6118359Z [ 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:22.6120762Z [ 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:22.6122635Z [ 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:22.6125040Z [ 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:22.6128631Z [ 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:22.6130887Z [ 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:22.6133091Z [ 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:22.6135124Z [ 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:22.6137241Z [ 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:22.6139151Z [ 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:22.6141050Z [ 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:22.6143011Z [ 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:22.6144943Z [ 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:22.6146977Z [ 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:22.6149182Z [ 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:22.6151371Z [ 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:22.6154165Z [ 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:22.6156795Z [ 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:23.3755397Z [ 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:23.3757899Z [ 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:23.3760662Z [ 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:23.3763192Z [ 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:23.3765942Z [ 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:23.3768733Z [ 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:23.3771711Z [ 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:23.3774672Z [ 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:23.3777504Z [ 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:23.3780210Z [ 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:23.3781916Z [ 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:23.3783374Z [ 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:23.3784713Z [ 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:23.3786069Z [ 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:23.3787442Z [ 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:23.3788826Z [ 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:23.3790198Z [ 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:23.3791614Z [ 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:23.3793049Z [ 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:23.3794474Z [ 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:23.3795841Z [ 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:23.3797137Z [ 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:23.3798449Z [ 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:23.3799754Z [ 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:23.3801028Z [ 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:23.3802493Z [ 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:23.3803876Z [ 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:23.3805298Z [ 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:23.3806646Z [ 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:23.3808011Z [ 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:23.3809757Z [ 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:23.3811195Z [ 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:23.3812435Z [ 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:23.3813992Z [ 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:23.3815439Z [ 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:23.3817242Z [ 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:23.3818526Z [ 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:23.3820026Z [ 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:23.3821622Z [ 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:23.3823299Z [ 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:23.3824850Z [ 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:23.3828107Z [ 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:23.3829624Z [ 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:23.3831060Z [ 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:23.3832476Z [ 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:23.3833921Z [ 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:23.3835415Z [ 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:23.3836901Z [ 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:23.3838390Z [ 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:23.3840153Z [ 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:23.3842001Z [ 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:23.3843829Z [ 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:23.3845697Z [ 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:23.3847159Z [ 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:23.3848934Z [ 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:24.6718815Z [ 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:24.6721151Z [ 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:24.6723386Z [ 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:24.6725477Z [ 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:24.6727844Z [ 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:24.6730006Z [ 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:24.6732257Z [ 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:24.6734494Z [ 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:24.6736629Z [ 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:24.6739132Z [ 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:24.6741901Z [ 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:24.6744692Z [ 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:24.6747314Z [ 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:24.6749602Z [ 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:24.6752033Z [ 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:24.6754649Z [ 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:24.6757137Z [ 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:24.6759500Z [ 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:24.6763852Z [ 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:24.6767304Z [ 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:24.6771845Z [ 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:24.6775342Z [ 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:24.6778802Z [ 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:24.6782362Z [ 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:24.6785910Z [ 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:24.6789210Z [ 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:24.6792137Z [ 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:24.6795048Z [ 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:24.6797811Z [ 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:24.6800113Z [ 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:24.6802502Z [ 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:24.6804963Z [ 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:24.6807294Z [ 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:24.6809694Z [ 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:24.6812378Z [ 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:24.6814557Z [ 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:24.6816835Z [ 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:24.6819403Z [ 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:24.6821893Z [ 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:24.6824123Z [ 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:24.6826799Z [ 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:24.6828789Z [ 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:24.6831122Z [ 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:24.6833104Z [ 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:24.6835063Z [ 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:24.6837286Z [ 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:24.6839681Z [ 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:24.6841707Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:24.6842935Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:24.6843636Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:24.6844252Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:24.6845486Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:24.6847395Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:24.6849565Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:24.6851796Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:24.6853851Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:24.6855838Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:24.6857954Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:24.6860104Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:24.6862152Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:24.6864251Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:24.6866413Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:24.6868507Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:32.8049354Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:32.8051578Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:32.8053466Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:32.8055436Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:32.8057405Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:32.8059626Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:32.8061432Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:32.8063332Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:32.8066292Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:32.8068568Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:32.8070728Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:32.8072676Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:32.8074582Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:32.8076472Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:32.8078222Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:32.8079922Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:32.8081374Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:32.8083056Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:32.8084319Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:32.8085004Z [ 98%] Built target XNNPACK 2025-03-21T20:22:32.8086080Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:32.8087790Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:32.8089550Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:32.8091293Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:32.8093039Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:32.8094772Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:32.8096039Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:32.8096769Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:32.8097780Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:32.8099413Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:32.8100294Z [100%] Built target portable_lib 2025-03-21T20:22:32.8100893Z [ 0%] Built target flatbuffers 2025-03-21T20:22:32.8101484Z [ 0%] Built target flatccrt 2025-03-21T20:22:32.8102068Z [ 0%] Built target pthreadpool 2025-03-21T20:22:32.8102700Z [ 0%] Built target common_schema 2025-03-21T20:22:32.8103277Z [ 1%] Built target cpuinfo 2025-03-21T20:22:32.8103819Z [ 2%] Built target xnnpack_schema 2025-03-21T20:22:32.8104409Z [ 4%] Built target flatcc 2025-03-21T20:22:32.8104986Z [ 4%] Built target bundled_program_schema 2025-03-21T20:22:32.8105622Z [ 7%] Built target eigen_blas 2025-03-21T20:22:32.8106168Z [ 7%] Built target microparams-init 2025-03-21T20:22:32.8106805Z [ 7%] Built target indirection 2025-03-21T20:22:32.8107395Z [ 7%] Built target logging 2025-03-21T20:22:32.8107976Z [ 7%] Built target normalization 2025-03-21T20:22:32.8108588Z [ 7%] Built target datatype 2025-03-21T20:22:32.8109133Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:32.8109708Z [ 7%] Built target program_schema 2025-03-21T20:22:32.8110337Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:32.8110995Z [ 7%] Built target hardware-config 2025-03-21T20:22:32.8111552Z [ 7%] Built target allocator 2025-03-21T20:22:32.8112258Z [ 7%] Built target packing 2025-03-21T20:22:32.8112792Z [ 7%] Built target cache 2025-03-21T20:22:32.8113349Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:32.8113950Z [ 7%] Built target memory 2025-03-21T20:22:32.8114461Z [ 7%] Built target mutex 2025-03-21T20:22:32.8115005Z [ 7%] Built target operator-utils 2025-03-21T20:22:32.8115580Z [ 7%] Built target operator-run 2025-03-21T20:22:32.8116256Z [ 7%] Built target etdump_schema 2025-03-21T20:22:32.8116868Z [ 9%] Built target operators 2025-03-21T20:22:32.8117401Z [ 10%] Built target executorch_core 2025-03-21T20:22:32.8117984Z [ 13%] Built target subgraph 2025-03-21T20:22:32.8118538Z [ 13%] Built target extension_tensor 2025-03-21T20:22:32.8119170Z [ 14%] Built target extension_threadpool 2025-03-21T20:22:32.8119788Z [ 15%] Built target executorch 2025-03-21T20:22:32.8120342Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:32.8120902Z [ 15%] Built target cpublas 2025-03-21T20:22:32.8121460Z [ 15%] Built target bundled_program 2025-03-21T20:22:32.8122045Z [ 15%] Built target etdump 2025-03-21T20:22:32.8122591Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:32.8123139Z [ 18%] Built target util 2025-03-21T20:22:32.8123727Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:32.8124481Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:32.8125151Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:32.8125996Z [ 97%] Built target XNNPACK 2025-03-21T20:22:32.8126500Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:32.8127120Z [ 98%] Built target portable_lib 2025-03-21T20:22:32.8128189Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:32.8129906Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:32.8131538Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:32.8133088Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:32.8134853Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:32.8136665Z [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:32.8138273Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:32.8139919Z [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:32.8141322Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:32.8142640Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:32.8143469Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:32.8143905Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:32.8144285Z [ 0%] Built target flatbuffers 2025-03-21T20:22:32.8144637Z [ 0%] Built target flatccrt 2025-03-21T20:22:32.8144977Z [ 0%] Built target pthreadpool 2025-03-21T20:22:32.8145324Z [ 1%] Built target cpuinfo 2025-03-21T20:22:32.8145645Z [ 3%] Built target flatcc 2025-03-21T20:22:32.8145978Z [ 3%] Built target common_schema 2025-03-21T20:22:32.8146336Z [ 4%] Built target xnnpack_schema 2025-03-21T20:22:32.8146699Z [ 7%] Built target eigen_blas 2025-03-21T20:22:32.8147065Z [ 7%] Built target bundled_program_schema 2025-03-21T20:22:32.8147431Z [ 7%] Built target logging 2025-03-21T20:22:32.8147767Z [ 7%] Built target indirection 2025-03-21T20:22:32.8148123Z [ 7%] Built target normalization 2025-03-21T20:22:32.8148492Z [ 7%] Built target microparams-init 2025-03-21T20:22:32.8149086Z [ 7%] Built target datatype 2025-03-21T20:22:32.8149418Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:32.8149799Z [ 7%] Built target program_schema 2025-03-21T20:22:32.8150158Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:32.8150501Z [ 7%] Built target packing 2025-03-21T20:22:32.8150845Z [ 7%] Built target hardware-config 2025-03-21T20:22:32.8151195Z [ 7%] Built target allocator 2025-03-21T20:22:32.8151616Z [ 7%] Built target cache 2025-03-21T20:22:32.8151934Z [ 7%] Built target memory 2025-03-21T20:22:32.8152269Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:32.8152643Z [ 7%] Built target operator-utils 2025-03-21T20:22:32.8152978Z [ 7%] Built target mutex 2025-03-21T20:22:32.8153301Z [ 7%] Built target operator-run 2025-03-21T20:22:32.8153653Z [ 7%] Built target etdump_schema 2025-03-21T20:22:32.8154007Z [ 9%] Built target operators 2025-03-21T20:22:32.8154348Z [ 10%] Built target executorch_core 2025-03-21T20:22:32.8154702Z [ 11%] Built target executorch 2025-03-21T20:22:32.8155041Z [ 14%] Built target subgraph 2025-03-21T20:22:32.8155386Z [ 15%] Built target extension_threadpool 2025-03-21T20:22:32.8155775Z [ 15%] Built target extension_tensor 2025-03-21T20:22:32.8156347Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:32.8156766Z [ 15%] Built target bundled_program 2025-03-21T20:22:32.8157260Z [ 15%] Built target etdump 2025-03-21T20:22:32.8157812Z [ 15%] Built target cpublas 2025-03-21T20:22:32.8158316Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:32.8158826Z [ 17%] Built target util 2025-03-21T20:22:32.8159332Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:32.8160018Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:32.8160630Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:32.8161209Z [ 96%] Built target XNNPACK 2025-03-21T20:22:32.8161702Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:32.8162248Z [ 97%] Built target portable_lib 2025-03-21T20:22:32.8163327Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:32.8164995Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:32.8166642Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:32.8168265Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:32.8170087Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:38.4548462Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:38.4549754Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:38.4550824Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:38.4551962Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:38.4552955Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:38.4553861Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:22:38.4554566Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:22:38.4555099Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:22:38.4555749Z [ 97%] Generating code for kernel registration 2025-03-21T20:22:38.4556703Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:38.4557992Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:22:38.4558687Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:22:38.4559182Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:22:38.4562522Z 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:22:38.4565951Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:38.4566767Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:22:38.4568023Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:22:38.4569292Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:38.4570293Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:38.4571277Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:38.4572325Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:38.4573462Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:38.4574417Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:38.4575445Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:38.4576585Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:38.4577653Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:38.4578663Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:38.4579992Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:38.4581395Z [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:22:38.4582496Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:22:38.4582967Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:22:38.4583354Z running build_py 2025-03-21T20:22:38.4583874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4584770Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4585683Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4586710Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4587651Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4588584Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4589484Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4590639Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4591761Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4592696Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4593857Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4594781Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.4595552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.4596396Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.4597421Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.4598654Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.4599823Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.4600755Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.4601566Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.4602537Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.4603533Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.4604447Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:38.4605330Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:38.4606394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4607217Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4608237Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4609423Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4610506Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4611724Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4612975Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4614265Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4615563Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4616634Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4617839Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4618896Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4620038Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4621321Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4622494Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4623701Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.4624736Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.4625665Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.4626897Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.4705876Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.4707659Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.4709318Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.4710829Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.4712216Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.4713992Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.4715564Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.4717002Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.4718765Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.4720412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.4722206Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.4724529Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.4726778Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.4728629Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.4731097Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.4733060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.4734844Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.4737203Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.4739111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:38.4740985Z 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:22:38.4743332Z 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:22:38.4745299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:38.4747399Z 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:22:38.4749699Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:38.4751766Z 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:22:38.4753795Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4755738Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4757984Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4760221Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4762416Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4764622Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4766899Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4769305Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4771574Z 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:22:38.4773864Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4776179Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4778466Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4780627Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4782856Z 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:22:38.4785094Z 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:22:38.4787245Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4789471Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4791648Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4793820Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4796004Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4798185Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.4799960Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.4801704Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.4803927Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.4805989Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:38.4807906Z 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:22:38.4810637Z 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:22:38.4812537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.4814133Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.4816256Z 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:22:38.4818567Z 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:22:38.4820788Z 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:22:38.4822779Z 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:22:38.4824851Z 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:22:38.4827087Z 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:22:38.4828737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.4830381Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.4832362Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.4833977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4835480Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4837526Z 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:22:38.4863031Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4865020Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4866877Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4868740Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4870704Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4872845Z 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:22:38.4874999Z 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:22:38.4877131Z 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:22:38.4879180Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4881154Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4883365Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4885332Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4887502Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4889842Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4908523Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4910561Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4912587Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4914562Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4916555Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4918663Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4920744Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4922830Z 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:22:38.4924963Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4927374Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4929462Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4931522Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4933462Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4935463Z 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:22:38.4937509Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4939557Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4941513Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4943435Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4945465Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4947450Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4949502Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4951688Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.4953664Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.4955390Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.4957815Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.4960145Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.4962399Z 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:22:38.4964749Z 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:22:38.4967062Z 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:22:38.4969491Z 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:22:38.4971796Z 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:22:38.4974162Z 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:22:38.4976051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4977621Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4979547Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4981432Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4983271Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4985135Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4986998Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4988894Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4990786Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4992705Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4994536Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4996405Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.4998395Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5000377Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5002250Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5004093Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5006086Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5007899Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5035448Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5037548Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5039347Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5041206Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5043036Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5044943Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5046898Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5048924Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5050826Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5052694Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5054647Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5056611Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5058564Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5060475Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5062535Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5064580Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5066461Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5068335Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5070184Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5072073Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5073963Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5075883Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5077869Z 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:22:38.5079892Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5081945Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5083899Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5085976Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5087903Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.5089679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.5091225Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.5093171Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.5095217Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.5097370Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.5099596Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.5101267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.5102698Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.5104391Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.5106128Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.5107893Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.5109349Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:38.5110884Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:38.5112477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.5114165Z 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:22:38.5116247Z 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:22:38.5118298Z 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:22:38.5120387Z 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:22:38.5122489Z 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:22:38.5124643Z 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:22:38.5126918Z 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:22:38.5129218Z 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:22:38.5131409Z 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:22:38.5133044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.5134735Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.5136852Z 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:22:38.5138990Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.5140980Z 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:22:38.5143253Z 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:22:38.5145418Z 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:22:38.5147543Z 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:22:38.5149677Z 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:22:38.5151796Z 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:22:38.5153411Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5154944Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5156780Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5158595Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5160431Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5162272Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5164196Z 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:22:38.5195654Z 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:22:38.5197597Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5199483Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5201336Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5203145Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5204938Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5206889Z 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:22:38.5208932Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5210829Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5212775Z 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:22:38.5214788Z 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:22:38.5216687Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5218476Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5220492Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5222286Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5224306Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5226463Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5228378Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5230270Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5232246Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5234223Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5236125Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5238098Z 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:22:38.5239962Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5241842Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5243839Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5245870Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5247739Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5249692Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5251560Z 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:22:38.5253472Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5255385Z 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:22:38.5257301Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5259184Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5261001Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5262886Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5264852Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5266767Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5268630Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5270508Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5272378Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5274460Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5276366Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5278441Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5280415Z 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:22:38.5282428Z 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:22:38.5284337Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5286190Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5288056Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5290024Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5291885Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5293726Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5295508Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5297361Z 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:22:38.5299268Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5301308Z 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:22:38.5303297Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5305133Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.5306709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.5308453Z 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:22:38.5310630Z 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:22:38.5312766Z 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:22:38.5314935Z 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:22:38.5317204Z 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:22:38.5319480Z 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:22:38.5321764Z 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:22:38.5324089Z 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:22:38.5333746Z 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:22:38.5336044Z 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:22:38.5338037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:22:38.5339855Z 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:22:38.5341698Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.5343276Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.5345290Z 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:22:38.5347416Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.5349530Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.5351377Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:38.5352988Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:38.5354759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:38.5356889Z 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:22:38.5359208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:38.5361912Z 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:22:38.5365387Z 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:22:38.5368113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.5371009Z 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:22:38.5374449Z 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:22:38.5377640Z 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:22:38.5380965Z 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:22:38.5384347Z 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:22:38.5387698Z 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:22:38.5391019Z 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:22:38.5394381Z 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:22:38.5397715Z 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:22:38.5401247Z 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:22:38.5404625Z 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:22:38.5407968Z 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:22:38.5411375Z 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:22:38.5414578Z 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:22:38.5417736Z 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:22:38.5421057Z 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:22:38.5424406Z 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:22:38.5427959Z 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:22:38.5431328Z 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:22:38.5434684Z 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:22:38.5438019Z 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:22:38.5441298Z 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:22:38.5444649Z 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:22:38.5447943Z 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:22:38.5451336Z 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:22:38.5454783Z 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:22:38.5457957Z 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:22:38.5461405Z 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:22:38.5464788Z 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:22:38.5468261Z 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:22:38.5471684Z 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:22:38.5504876Z 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:22:38.5508252Z 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:22:38.5511537Z 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:22:38.5514055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:38.5516656Z 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:22:38.5519324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:38.5522079Z 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:22:38.5524397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5526128Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5527897Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5529871Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5531834Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5533697Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5535567Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5537552Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5539542Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5541504Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5543649Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5545477Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5547378Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5549524Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5551396Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5553264Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5555145Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5557033Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.5558541Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.5560220Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.5562145Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.5564166Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.5566142Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.5567760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.5569440Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.5571375Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.5573372Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.5575095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.5576926Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.5579219Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.5581589Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.5583832Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.5585590Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.5587385Z 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:22:38.5589644Z 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:22:38.5591873Z 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:22:38.5594076Z 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:22:38.5596315Z 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:22:38.5598706Z 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:22:38.5601018Z 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:22:38.5603495Z 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:22:38.5605345Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:38.5607043Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:38.5608967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:38.5611041Z 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:22:38.5613614Z 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:22:38.5615709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:38.5617758Z 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:22:38.5620357Z 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:22:38.5622996Z 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:22:38.5624999Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:38.5627134Z 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:22:38.5629141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:38.5631334Z 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:22:38.5633556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:38.5635617Z 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:22:38.5638302Z 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:22:38.5641016Z 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:22:38.5643754Z 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:22:38.5646018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:38.5648516Z 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:22:38.5651800Z 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:22:38.5655170Z 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:22:38.5657652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:38.5660313Z 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:22:38.5663514Z 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:22:38.5666675Z 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:22:38.5669818Z 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:22:38.5672324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:38.5674881Z 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:22:38.5678122Z 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:22:38.5681546Z 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:22:38.5684872Z 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:22:38.5687378Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:38.5689872Z 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:22:38.5692910Z 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:22:38.5695325Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:38.5697724Z 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:22:38.5700797Z 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:22:38.5703343Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.5705878Z 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:22:38.5709106Z 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:22:38.5712338Z 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:22:38.5715491Z 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:22:38.5718823Z 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:22:38.5722122Z 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:22:38.5725276Z 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:22:38.5727872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.5730272Z 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:22:38.5733293Z 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:22:38.5736383Z 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:22:38.5739458Z 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:22:38.5742476Z 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:22:38.5745462Z 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:22:38.5748622Z 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:22:38.5751561Z 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:22:38.5754662Z 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:22:38.5757756Z 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:22:38.5760903Z 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:22:38.5764009Z 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:22:38.5766981Z 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:22:38.5770072Z 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:22:38.5773012Z 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:22:38.5775398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:38.5777810Z 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:22:38.5781139Z 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:22:38.5796630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5798560Z 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:22:38.5800204Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5801814Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5803331Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5804902Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5806469Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5807968Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5809555Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5810937Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5812377Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.5813454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:38.5814685Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:38.5815985Z 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:22:38.5817348Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.5818356Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.5819799Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.5821025Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.5822402Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.5823376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5824412Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5826030Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5827315Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5828664Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5830099Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5831537Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5833022Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5834446Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5835791Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5837151Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5838511Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5839846Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5841254Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5842638Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5843923Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5845267Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5846558Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5848011Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5849503Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5850965Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5852469Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5853674Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5855081Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5856322Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5857728Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5859025Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5860375Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5861563Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.5862566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5863862Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5865070Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5866429Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5867701Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5869202Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5870316Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5871724Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5872890Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5874247Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5875467Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5876772Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5877968Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5879192Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5966421Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5968197Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5969540Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5971039Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5972211Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5973652Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5974786Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5976266Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5977719Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5978867Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5980296Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5981616Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5982767Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5984064Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5985485Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5986828Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5988258Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5989652Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5991038Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5992372Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5993767Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5994954Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5996288Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5997583Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.5998917Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6000305Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6001657Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6002880Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6004148Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6005364Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6006802Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6007925Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6009355Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6010572Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6011787Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6012925Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6014018Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6015411Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6016513Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6017808Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6019076Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6020498Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6021720Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6022872Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6024072Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6025450Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6026875Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6028157Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6029425Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6030793Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6032086Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6033394Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6034631Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6035787Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6036920Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6038120Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6039404Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6040605Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6041803Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6042914Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6044041Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6045216Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6046633Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6169746Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6171172Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6172677Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6174066Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.6175250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:38.6176306Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:38.6177507Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.6178542Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.6180206Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.6181743Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.6182977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.6184182Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.6185720Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.6187115Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.6188390Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.6189383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.6190580Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.6192158Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.6193278Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.6194380Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.6195492Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.6196582Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.6197470Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.6198391Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.6199471Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.6200436Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:38.6201657Z 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:22:38.6202932Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:38.6203989Z 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:22:38.6205485Z 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:22:38.6206861Z 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:22:38.6207811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6208745Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6209943Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6211155Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6212320Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6213486Z 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:22:38.6214836Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6216161Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6217403Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.6218490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:38.6219519Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:38.6220623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:38.6221598Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:38.6222701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:38.6223827Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:38.6224874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.6226339Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.6228004Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.6229671Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.6230744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.6231909Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.6233034Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.6234371Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.6235471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:38.6236507Z 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:22:38.6237961Z 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:22:38.6239619Z 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:22:38.6240932Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.6242230Z 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:22:38.6243657Z 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:22:38.6245207Z 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:22:38.6246599Z 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:22:38.6247994Z 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:22:38.6249418Z 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:22:38.6250468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:38.6338753Z 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:22:38.6340277Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.6357602Z 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:22:38.6359939Z 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:22:38.6361972Z 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:22:38.6363925Z 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:22:38.6365907Z 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:22:38.6367709Z 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:22:38.6369639Z 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:22:38.6371188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:38.6372692Z 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:22:38.6374475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:38.6376493Z 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:22:38.6378394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6379300Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6380566Z 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:22:38.6382197Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6383464Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6384653Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6386094Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6387680Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6388948Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6390230Z 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:22:38.6391503Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6392670Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6393997Z 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:22:38.6395295Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.6396292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6397249Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6398511Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6399837Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6401215Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6402451Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6403919Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6405337Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6406602Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6407786Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6409175Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6410441Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6411835Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6413138Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6414569Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6415854Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6417050Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6418407Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6419740Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6421243Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6422604Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6423916Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6425355Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6426952Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6428312Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6429644Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6430888Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6432061Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6433219Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6434548Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6435916Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6437206Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6480112Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6481498Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6482641Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6483983Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6485269Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6486512Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6488031Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6489316Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6490723Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6491896Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6493397Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6494900Z 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:22:38.6496168Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6497430Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6498838Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.6499870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.6500908Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.6502305Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.6503522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.6504813Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.6506315Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.6507576Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.6508808Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.6510356Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.6511596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.6512717Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.6514176Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.6515448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:38.6516657Z 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:22:38.6517994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.6518966Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.6520291Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.6521627Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.6522974Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.6524275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.6525548Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.6527214Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.6528992Z 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:22:38.6530646Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.6532267Z 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:22:38.6533889Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.6535337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.6536562Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.6538102Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.6539432Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6540510Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6541980Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6543443Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6544815Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6546332Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6547824Z 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:22:38.6549140Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6550636Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6552193Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6553448Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6554808Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6556447Z 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:22:38.6557806Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.6559052Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6559983Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6561313Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6562656Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6564010Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6565338Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6620400Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6622204Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6623533Z 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:22:38.6624844Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6626385Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6627709Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6628859Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6629963Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6631085Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6632236Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6633401Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6634565Z 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:22:38.6635714Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6636995Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6638362Z 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:22:38.6639640Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6641037Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6642345Z 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:22:38.6643784Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6645037Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6646275Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6647571Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6648705Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6649994Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6651191Z 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:22:38.6652380Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6653505Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6654625Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6655747Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6656980Z 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:22:38.6658364Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6659823Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6661017Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6662346Z 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:22:38.6663582Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.6664617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.6665802Z 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:22:38.6667162Z 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:22:38.6668738Z 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:22:38.6670473Z 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:22:38.6671952Z 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:22:38.6673432Z 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:22:38.6674866Z 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:22:38.6676029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:38.6677245Z 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:22:38.6678862Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:38.6680572Z 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:22:38.6681738Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:38.6683170Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:38.6684816Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:38.6686044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:38.6687053Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:38.6688403Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:38.6689597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:38.6690882Z 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:22:38.6692079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:38.6693358Z 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:22:38.6694441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:38.6695757Z 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:22:38.6697030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:38.6698335Z 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:22:38.6699548Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:38.6700852Z 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:22:38.7012409Z 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:22:38.7014378Z 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:22:38.7015840Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:38.7017175Z 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:22:38.7018571Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:38.7019914Z 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:22:38.7021506Z 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:22:38.7023464Z 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:22:38.7025493Z 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:22:38.7026980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.7028554Z 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:22:38.7030294Z 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:22:38.7032315Z 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:22:38.7034176Z 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:22:38.7035976Z 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:22:38.7037897Z 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:22:38.7039531Z 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:22:38.7041495Z 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:22:38.7043523Z 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:22:38.7045335Z 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:22:38.7047116Z 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:22:38.7049199Z 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:22:38.7051099Z 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:22:38.7052910Z 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:22:38.7055021Z 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:22:38.7056663Z 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:22:38.7058545Z 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:22:38.7060431Z 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:22:38.7062255Z 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:22:38.7064164Z 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:22:38.7066163Z 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:22:38.7068098Z 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:22:38.7069742Z 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:22:38.7071572Z 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:22:38.7073423Z 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:22:38.7075149Z 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:22:38.7076892Z 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:22:38.7078119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:38.7079697Z 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:22:38.7081565Z 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:22:38.7083496Z 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:22:38.7085144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:38.7086423Z 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:22:38.7087642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:38.7088486Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:38.7089251Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7090092Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7091219Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7092107Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7093260Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7094286Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7095283Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7096448Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.7097328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.7212718Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.7214117Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.7215406Z 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:22:38.7216838Z 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:22:38.7217853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.7218819Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.7220308Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.7221599Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.7223084Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.7224298Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.7225503Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.7226770Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.7227974Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.7229433Z 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:22:38.7230847Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.7232059Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.7232988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.7233901Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.7234818Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.7235772Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.7236892Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.7237778Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:38.7238750Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:38.7239935Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:38.7240825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:38.7241657Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:38.7242822Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:38.7243700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:38.7244892Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:38.7246150Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:38.7247096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:38.7248361Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:38.7249610Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:38.7250621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:38.7251665Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:38.7252850Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:38.7253940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:38.7254872Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:38.7256155Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:38.7257078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7257930Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7259145Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7260203Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7261401Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7262469Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7263726Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7264820Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7265953Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7267237Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7268334Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7269587Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7270596Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7271698Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7272733Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7273778Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.7274906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:38.7276000Z 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:22:38.7276994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.7277924Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.7279042Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.7280307Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.7281371Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.7282239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:38.7283153Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:38.7284207Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:38.7285267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:38.7286204Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:38.7287379Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:38.7288446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:38.7289472Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:38.7290695Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:38.7384754Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:38.7385759Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:38.7387068Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:38.7388086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:38.7389198Z 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:22:38.7390246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:38.7391174Z 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:22:38.7392383Z 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:22:38.7393530Z 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:22:38.7394709Z 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:22:38.7395909Z 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:22:38.7396855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:38.7397879Z 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:22:38.7399018Z 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:22:38.7400231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:38.7401230Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:38.7402393Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:38.7403325Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:38.7404335Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:38.7405455Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:38.7406374Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:38.7407428Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:38.7408447Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:38.7408914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:38.7409660Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:38.7410217Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:38.7410520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:38.7411005Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:38.7411568Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:38.7411963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:38.7412487Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:38.7413002Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:38.7413431Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.7414205Z 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:22:38.7415066Z 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:22:38.7415950Z 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:22:38.7416748Z 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:22:38.7417588Z 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:22:38.7418443Z 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:22:38.7418770Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:38.7419423Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:38.7419982Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:38.7420350Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.7421019Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.7421654Z 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:22:38.7422363Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.7423128Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.7423445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.7423971Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.7424516Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.7425200Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.7425651Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.7426591Z 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:22:38.7427347Z 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:22:38.7428271Z 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:22:38.7428999Z 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:22:38.7429655Z 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:22:38.7430551Z 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:22:38.7431493Z 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:22:38.7432191Z 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:22:38.7433072Z 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:22:38.7433828Z 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:22:38.7578192Z 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:22:38.7578956Z 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:22:38.7580101Z 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:22:38.7580995Z 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:22:38.7581804Z 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:22:38.7582827Z 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:22:38.7583546Z 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:22:38.7583877Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:38.7584575Z 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:22:38.7585268Z 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:22:38.7585844Z 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:22:38.7586173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:38.7586757Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:38.7587221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:38.7588016Z 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:22:38.7588760Z 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:22:38.7589423Z 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:22:38.7590117Z 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:22:38.7590498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:38.7591198Z 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:22:38.7592029Z 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:22:38.7592671Z 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:22:38.7593287Z 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:22:38.7593798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:38.7594591Z 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:22:38.7595119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:38.7595798Z 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:22:38.7596823Z 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:22:38.7597255Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:38.7597972Z 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:22:38.7598920Z 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:22:38.7599500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:38.7600230Z 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:22:38.7601184Z 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:22:38.7601599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:38.7602187Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:38.7602687Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:38.7603011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:38.7603635Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:38.7603882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7604229Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7604610Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7604952Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7605251Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7605551Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7605866Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7606277Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7606545Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7606810Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7607121Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7607498Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7607962Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7608274Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7608569Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7608954Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7609428Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7609886Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7610192Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7610545Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7610816Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7611098Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7611363Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7611655Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7611913Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.7612194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7612719Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7613156Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7613563Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7613949Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7800126Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7800548Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7800957Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7801547Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7802012Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7802356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7802829Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7803291Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7803699Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7804122Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7804605Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7805076Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7805410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7805856Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7806213Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7806571Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7806928Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7807283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:38.7807698Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:38.7808215Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:38.7808466Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7808777Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7809301Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7809620Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7809957Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7810391Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7810847Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7811259Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7811516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7811869Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7812346Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7812843Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7813321Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7813858Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7814270Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7814710Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7815225Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7815735Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7816249Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7816720Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7817147Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7817555Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7818062Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7818645Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7819111Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7819541Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7819930Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7820332Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7820827Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7821415Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7821970Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7822423Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7822980Z 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:22:38.7823499Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7823975Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7824584Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7824996Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7825376Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7825988Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7826382Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7826913Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7827205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7827665Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7828074Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7828447Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7828695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7829023Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7829421Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7829844Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7830264Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7830760Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7831133Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7831469Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7831731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7832073Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7832462Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7832980Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7833465Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7833806Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7834185Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8001303Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8001962Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8002393Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8002841Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8003569Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8003921Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8004413Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8004883Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8005444Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8006023Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8006459Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8006879Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8007366Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8007797Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8008178Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8008758Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8009420Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8009882Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8010333Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8010768Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8011242Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8011661Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8012059Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8012575Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8012978Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8013399Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.8013668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.8014123Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.8014525Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.8015015Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.8015504Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.8015887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.8016493Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.8016958Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.8017559Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.8018224Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.8018809Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.8019187Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:38.8019930Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:38.8020711Z 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:22:38.8021598Z 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:22:38.8022267Z 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:22:38.8022550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8023074Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8023673Z 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:22:38.8024315Z 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:22:38.8024878Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8025494Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8026179Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8026729Z 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:22:38.8027203Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8027805Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8028331Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8028806Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8029270Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8029766Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8030266Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8030953Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8031440Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8032135Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8032804Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.8033185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:38.8033829Z 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:22:38.8034607Z 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:22:38.8034953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:38.8035602Z 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:22:38.8036325Z 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:22:38.8036925Z 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:22:38.8037377Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:38.8037845Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:38.8038188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:38.8038578Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:38.8195243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:38.8195948Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:38.8196334Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:22:38.8197015Z 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:22:38.8197315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:38.8197776Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:38.8198270Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:38.8198694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8199254Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8199773Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8200240Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8200524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:38.8200954Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:38.8201421Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:38.8201724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:38.8202165Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:38.8202971Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:38.8203346Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:38.8203896Z 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:22:38.8204698Z 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:22:38.8205073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:38.8205615Z 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:22:38.8205940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:38.8206314Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:38.8206588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:38.8207044Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:38.8207308Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8207843Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8208318Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8208755Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8209132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:38.8209693Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:38.8210080Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:38.8210533Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:38.8210826Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:38.8211257Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:38.8211694Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:38.8211972Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:38.8212410Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:38.8212830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8213353Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8213779Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8214296Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8214622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:38.8215139Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:38.8215465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:38.8215868Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:38.8216238Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:38.8216761Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:38.8217146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:38.8217754Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:38.8218477Z 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:22:38.8219087Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:38.8219461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:38.8219995Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:38.8220318Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:38.8220900Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:38.8221198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8221670Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8222305Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8222823Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8223395Z 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:22:38.8224039Z 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:22:38.8224669Z 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:22:38.8225224Z 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:22:38.8226046Z 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:22:38.8226332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8226775Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8227220Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8227702Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8228186Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8228669Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8229150Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8229449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8230003Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8357464Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8358039Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8358562Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8359030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8359494Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8360003Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8360662Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8361225Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8361546Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:38.8362264Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:38.8362718Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:38.8363520Z 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:22:38.8364094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:38.8365026Z 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:22:38.8366019Z 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:22:38.8366510Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8367037Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8367767Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8368365Z 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:22:38.8369169Z 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:22:38.8369497Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:38.8370344Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:38.8370828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:38.8371730Z 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:22:38.8372568Z 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:22:38.8373465Z 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:22:38.8374229Z 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:22:38.8374898Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:38.8376073Z 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:22:38.8377105Z 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:22:38.8377532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:38.8378325Z 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:22:38.8378755Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8379284Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8379871Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8380527Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8380891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:38.8381447Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:38.8381766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:38.8382350Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:38.8382718Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:38.8383415Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:38.8384052Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:38.8384493Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:38.8385279Z 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:22:38.8385630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:38.8386298Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:38.8386620Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:38.8387033Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:38.8387559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:38.8388083Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:38.8388809Z 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:22:38.8389045Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:38.8389367Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:38.8389776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:38.8390233Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:38.8390891Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:38.8391416Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8391886Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8392405Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8393104Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8393621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:38.8394176Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:38.8394829Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:38.8395232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:38.8395668Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:38.8396306Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:38.8396654Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.5047821Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.5049089Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.5049942Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.5050868Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.5052146Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.5053255Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.5054442Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.5055636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:39.5056673Z 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:22:39.5058222Z 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:22:39.5059343Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.5060451Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.5061723Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.5063219Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.5064456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:22:39.5065561Z 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:22:39.5067023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.5068300Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.5069806Z 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:22:39.5071198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.5072323Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.5073573Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.5074654Z 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:22:39.5076062Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.5077424Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.5078532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.5079773Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.5080888Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:39.5082103Z 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:22:39.5083376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:39.5084675Z 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:22:39.5086016Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:39.5087032Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:39.5088058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:39.5089215Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:39.5090279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.5091448Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.5092735Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.5094142Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.5095430Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.5096605Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.5097928Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.5099165Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.5100827Z 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:22:39.5102289Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.5103892Z 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:22:39.5105237Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.5106709Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.5108016Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.5109549Z 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:22:39.5111048Z 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:22:39.5112320Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:39.5112987Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:39.5113775Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:39.5114602Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:39.5115537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.5116247Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.5117167Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.5118137Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.5118726Z running egg_info 2025-03-21T20:22:39.5119026Z creating executorch.egg-info 2025-03-21T20:22:39.5119451Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:22:39.5119997Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:22:39.5120732Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:22:39.5121407Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:22:39.5121951Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:22:39.5122592Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.5123101Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.5123669Z adding license file 'LICENSE' 2025-03-21T20:22:39.5124210Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.5125063Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:22:39.5126894Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.5128153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:39.5129782Z 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:22:39.5131236Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:39.5198518Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:39.5200035Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:39.5201263Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:39.5202314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:39.5203425Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:39.5204578Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:39.5205733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5207062Z 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:22:39.5208737Z 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:22:39.5210467Z 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:22:39.5212143Z 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:22:39.5213594Z 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:22:39.5215243Z 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:22:39.5216706Z 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:22:39.5218453Z 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:22:39.5220046Z 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:22:39.5221756Z 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:22:39.5223255Z 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:22:39.5224806Z 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:22:39.5226593Z 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:22:39.5228145Z 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:22:39.5229761Z 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:22:39.5231410Z 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:22:39.5233176Z 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:22:39.5234943Z 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:22:39.5236636Z 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:22:39.5238262Z 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:22:39.5240004Z 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:22:39.5241748Z 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:22:39.5243296Z 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:22:39.5245090Z 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:22:39.5246769Z 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:22:39.5248291Z 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:22:39.5250022Z 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:22:39.5251556Z 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:22:39.5253171Z 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:22:39.5254874Z 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:22:39.5256402Z 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:22:39.5258141Z 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:22:39.5259618Z 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:22:39.5261341Z 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:22:39.5263060Z 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:22:39.5264734Z 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:22:39.5266436Z 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:22:39.5267875Z 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:22:39.5269531Z 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:22:39.5271135Z 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:22:39.5272851Z 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:22:39.5274425Z 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:22:39.5276024Z 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:22:39.5277541Z 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:22:39.5279201Z 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:22:39.5280839Z 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:22:39.5344425Z 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:22:39.5346577Z 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:22:39.5348353Z 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:22:39.5350189Z 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:22:39.5352027Z 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:22:39.5353766Z 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:22:39.5355459Z 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:22:39.5357205Z 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:22:39.5358925Z 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:22:39.5360734Z 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:22:39.5362313Z 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:22:39.5364161Z 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:22:39.5365910Z 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:22:39.5367641Z 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:22:39.5369385Z 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:22:39.5371276Z 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:22:39.5372602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:39.5373782Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:39.5375054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5376305Z 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:22:39.5377994Z 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:22:39.5379654Z 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:22:39.5381331Z 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:22:39.5382849Z 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:22:39.5384579Z 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:22:39.5386181Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.5387725Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.5389189Z 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:22:39.5391064Z 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:22:39.5392769Z 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:22:39.5394412Z 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:22:39.5396239Z 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:22:39.5398302Z 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:22:39.5400444Z 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:22:39.5402070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5403624Z 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:22:39.5405552Z 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:22:39.5407512Z 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:22:39.5409773Z 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:22:39.5411844Z 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:22:39.5414013Z 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:22:39.5416013Z 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:22:39.5417786Z 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:22:39.5419603Z 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:22:39.5421426Z 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:22:39.5423417Z 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:22:39.5425553Z 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:22:39.5427624Z 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:22:39.5429769Z 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:22:39.5431739Z 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:22:39.5433598Z 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:22:39.5435395Z 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:22:39.5455019Z 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:22:39.5457203Z 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:22:39.5458922Z 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:22:39.5460673Z 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:22:39.5462512Z 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:22:39.5464356Z 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:22:39.5466010Z 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:22:39.5467953Z 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:22:39.5469715Z 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:22:39.5471572Z 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:22:39.5473345Z 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:22:39.5474988Z 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:22:39.5476802Z 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:22:39.5478544Z 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:22:39.5480144Z 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:22:39.5481930Z 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:22:39.5483699Z 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:22:39.5485387Z 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:22:39.5487272Z 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:22:39.5489173Z 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:22:39.5490740Z 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:22:39.5492604Z 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:22:39.5494485Z 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:22:39.5496272Z 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:22:39.5497844Z 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:22:39.5499599Z 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:22:39.5501286Z 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:22:39.5502934Z 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:22:39.5504678Z 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:22:39.5506527Z 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:22:39.5508402Z 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:22:39.5510270Z 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:22:39.5511966Z 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:22:39.5513804Z 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:22:39.5515690Z 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:22:39.5517430Z 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:22:39.5519340Z 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:22:39.5521189Z 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:22:39.5523065Z 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:22:39.5524790Z 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:22:39.5526829Z 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:22:39.5528707Z 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:22:39.5530652Z 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:22:39.5532430Z 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:22:39.5534280Z 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:22:39.5535987Z 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:22:39.5537788Z 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:22:39.5539757Z 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:22:39.5578507Z 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:22:39.5580560Z 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:22:39.5582327Z 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:22:39.5584165Z 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:22:39.5585865Z 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:22:39.5587707Z 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:22:39.5589388Z 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:22:39.5591197Z 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:22:39.5592813Z 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:22:39.5594388Z 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:22:39.5596056Z 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:22:39.5597726Z 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:22:39.5599438Z 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:22:39.5601163Z 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:22:39.5602864Z 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:22:39.5604508Z 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:22:39.5606157Z 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:22:39.5607833Z 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:22:39.5609573Z 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:22:39.5611188Z 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:22:39.5612858Z 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:22:39.5614674Z 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:22:39.5616418Z 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:22:39.5618218Z 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:22:39.5619864Z 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:22:39.5621489Z 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:22:39.5623103Z 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:22:39.5624727Z 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:22:39.5626623Z 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:22:39.5628344Z 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:22:39.5630082Z 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:22:39.5631749Z 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:22:39.5633373Z 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:22:39.5635007Z 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:22:39.5636695Z 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:22:39.5638381Z 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:22:39.5640002Z 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:22:39.5641430Z 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:22:39.5642668Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.5643857Z 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:22:39.5645061Z 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:22:39.5646013Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.5646856Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:39.5647994Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:39.5649242Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.5650581Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.5651850Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:39.5652989Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:39.5654114Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:39.5655015Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:39.5655680Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:39.5656443Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:39.6229459Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:39.6231020Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:39.6232260Z 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:22:39.6233900Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.6235709Z 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:22:39.6237258Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.6238491Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:39.6239458Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:39.6240604Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.6241539Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.6242863Z 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:22:39.6244367Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.6245744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:22:39.6246955Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:22:39.6248236Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6249455Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6250671Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6251768Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6252889Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6254143Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6255267Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6256600Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6257876Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6259117Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6260468Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6261813Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6263011Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6264141Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6265236Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6266300Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6267413Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6268616Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6269830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:39.6270950Z 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:22:39.6272196Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:39.6273658Z 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:22:39.6275348Z 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:22:39.6276942Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:39.6278339Z 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:22:39.6280063Z 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:22:39.6281889Z 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:22:39.6283590Z 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:22:39.6285211Z 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:22:39.6286469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6287908Z 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:22:39.6289518Z 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:22:39.6291069Z 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:22:39.6292752Z 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:22:39.6294291Z 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:22:39.6295859Z 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:22:39.6297419Z 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:22:39.6298978Z 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:22:39.6300662Z 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:22:39.6302245Z 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:22:39.6303771Z 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:22:39.6305325Z 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:22:39.6306842Z 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:22:39.6308270Z 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:22:39.6309620Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:39.6311180Z 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:22:39.6312808Z 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:22:39.6314171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6742734Z 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:22:39.6744708Z 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:22:39.6746622Z 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:22:39.6748462Z 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:22:39.6750358Z 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:22:39.6752516Z 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:22:39.6754307Z 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:22:39.6756114Z 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:22:39.6757935Z 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:22:39.6759271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6760395Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6761851Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6763356Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6764784Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6766027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:39.6767182Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:39.6768294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6769586Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6770801Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6772000Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6773369Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6774720Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6775981Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6777186Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6778463Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6779885Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6781141Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6782267Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6783420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:39.6784629Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:39.6785828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:39.6787232Z 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:22:39.6788756Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:39.6790352Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:39.6791495Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6792729Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6794004Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6795283Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6796609Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6797747Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6799089Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6800491Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6801939Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6802768Z running build_ext 2025-03-21T20:22:39.6803360Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:39.6804184Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:39.6805737Z 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:22:39.6807364Z 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:22:39.6809349Z 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:22:39.6811740Z 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:22:39.6813891Z 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:22:39.6815249Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:39.6815676Z running install 2025-03-21T20:22:39.6816041Z running install_lib 2025-03-21T20:22:39.6816374Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:39.6816818Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:22:39.6817427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:22:39.6818158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:22:39.6819228Z 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:22:39.6820913Z 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:22:39.6823474Z 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:22:39.6825359Z 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:22:39.6826999Z 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:22:39.6828347Z 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:22:39.6829700Z 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:22:39.6831216Z 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:22:39.6832696Z 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:22:39.6834220Z 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:22:39.6835665Z 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:22:39.6836660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:22:39.6837860Z 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:22:39.6839549Z 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:22:39.6841394Z 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:22:39.6843266Z 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:22:39.6845000Z 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:22:39.6846600Z 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:22:39.6848224Z 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:22:39.6850106Z 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:22:39.6851931Z 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:22:39.6853723Z 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:22:39.6855531Z 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:22:39.6857314Z 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:22:39.6859064Z 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:22:39.6860798Z 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:22:39.6862489Z 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:22:39.6864131Z 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:22:39.6865827Z 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:22:39.6867588Z 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:22:39.6869335Z 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:22:39.6871060Z 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:22:39.6872773Z 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:22:39.6874824Z 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:22:39.6876838Z 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:22:39.6878984Z 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:22:39.6881023Z 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:22:39.6882794Z 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:22:39.6884681Z 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:22:39.6886703Z 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:22:39.6888498Z 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:22:39.6890524Z 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:22:39.6892358Z 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:22:39.6894223Z 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:22:39.6895975Z 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:22:39.6898037Z 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:22:39.6899911Z 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:22:39.6902278Z 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:22:39.6904250Z 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:22:39.6906402Z 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:22:39.6907774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:22:39.6909091Z 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:22:39.6910902Z 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:22:39.6912759Z 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:22:39.6914650Z 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:22:39.6916587Z 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:22:39.6918428Z 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:22:39.6920195Z 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:22:39.6922226Z 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:22:39.6924133Z 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:22:39.6925562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:22:39.6927122Z 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:22:39.6928945Z 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:22:39.6930576Z 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:22:39.6932323Z 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:22:39.6934009Z 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:22:39.6935637Z 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:22:39.6937316Z 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:22:39.6938996Z 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:22:39.6940739Z 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:22:39.6942317Z 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:22:39.6944013Z 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:22:39.6945697Z 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:22:39.6947346Z 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:22:39.6948969Z 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:22:39.6950534Z 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:22:39.6952160Z 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:22:39.6953718Z 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:22:39.6955338Z 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:22:39.6956922Z 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:22:39.6958517Z 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:22:39.6960087Z 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:22:39.6961745Z 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:22:39.6963513Z 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:22:39.6965254Z 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:22:39.6967192Z 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:22:39.6969064Z 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:22:39.6970788Z 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:22:39.6972525Z 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:22:39.6974288Z 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:22:39.6975915Z 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:22:39.6977684Z 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:22:39.6979477Z 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:22:39.6981166Z 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:22:39.6982884Z 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:22:39.6985040Z 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:22:39.6986947Z 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:22:39.6988781Z 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:22:39.6990922Z 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:22:39.6993308Z 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:22:39.6995643Z 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:22:39.6997977Z 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:22:39.7000045Z 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:22:39.7002091Z 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:22:39.7021011Z 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:22:39.7022771Z 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:22:39.7024289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:22:39.7025599Z 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:22:39.7027787Z 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:22:39.7029685Z 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:22:39.7031646Z 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:22:39.7033625Z 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:22:39.7034912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:22:39.7036106Z 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:22:39.7037697Z 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:22:39.7039268Z 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:22:39.7040803Z 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:22:39.7041947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:22:39.7043242Z 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:22:39.7045034Z 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:22:39.7046836Z 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:22:39.7048714Z 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:22:39.7050803Z 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:22:39.7053030Z 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:22:39.7054877Z 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:22:39.7056877Z 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:22:39.7058828Z 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:22:39.7060265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:22:39.7061748Z 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:22:39.7063701Z 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:22:39.7066034Z 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:22:39.7067929Z 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:22:39.7069964Z 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:22:39.7071961Z 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:22:39.7073923Z 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:22:39.7075816Z 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:22:39.7077728Z 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:22:39.7079141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:22:39.7080442Z 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:22:39.7082274Z 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:22:39.7083873Z 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:22:39.7085801Z 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:22:39.7087516Z 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:22:39.7089462Z 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:22:39.7091278Z 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:22:39.7093014Z 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:22:39.7094662Z 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:22:39.7096319Z 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:22:39.7098111Z 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:22:39.7100007Z 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:22:39.7101747Z 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:22:39.7103484Z 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:22:39.7105187Z 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:22:39.7106962Z 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:22:39.7108590Z 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:22:39.7110143Z 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:22:39.7111929Z 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:22:39.7113745Z 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:22:39.7115521Z 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:22:39.7117361Z 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:22:39.7119068Z 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:22:39.7120855Z 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:22:39.7122617Z 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:22:39.7124584Z 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:22:39.7126628Z 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:22:39.7128665Z 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:22:39.7130664Z 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:22:39.7132410Z 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:22:39.7134167Z 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:22:39.7135887Z 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:22:39.7137859Z 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:22:39.7139766Z 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:22:39.7142047Z 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:22:39.7143786Z 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:22:39.7145619Z 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:22:39.7147318Z 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:22:39.7149223Z 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:22:39.7151010Z 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:22:39.7152553Z 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:22:39.7154250Z 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:22:39.7156002Z 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:22:39.7157832Z 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:22:39.7159728Z 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:22:39.7161452Z 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:22:39.7163236Z 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:22:39.7164970Z 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:22:39.7166692Z 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:22:39.7168464Z 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:22:39.7170284Z 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:22:39.7172046Z 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:22:39.7173867Z 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:22:39.7175751Z 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:22:39.7177503Z 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:22:39.7179376Z 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:22:39.7181193Z 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:22:39.7182994Z 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:22:39.7184731Z 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:22:39.7186479Z 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:22:39.7188316Z 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:22:39.7190322Z 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:22:39.7192172Z 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:22:39.7193898Z 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:22:39.7195257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:22:39.7196673Z 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:22:39.7198588Z 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:22:39.7200506Z 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:22:39.7202589Z 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:22:39.7204543Z 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:22:39.7206564Z 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:22:39.7209145Z 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:22:39.7211312Z 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:22:39.7213437Z 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:22:39.7215556Z 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:22:39.7217223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:22:39.7218735Z 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:22:39.7220130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:22:39.7221424Z 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:22:39.7223364Z 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:22:39.7225298Z 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:22:39.7227438Z 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:22:39.7228679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:22:39.7229981Z 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:22:39.7231245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:22:39.7232448Z 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:22:39.7233680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:22:39.7234570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:39.7236134Z 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:22:39.7237727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:22:39.7238861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:39.7240700Z 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:22:39.7243386Z 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:22:39.7245258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7247201Z 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:22:39.7249830Z 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:22:39.7252420Z 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:22:39.7254960Z 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:22:39.7257504Z 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:22:39.7259964Z 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:22:39.7262498Z 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:22:39.7264939Z 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:22:39.7267346Z 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:22:39.7269866Z 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:22:39.7272461Z 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:22:39.7274919Z 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:22:39.7277443Z 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:22:39.7280023Z 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:22:39.7282591Z 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:22:39.7285239Z 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:22:39.7287845Z 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:22:39.7290874Z 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:22:39.7293738Z 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:22:39.7296381Z 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:22:39.7299032Z 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:22:39.7301633Z 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:22:39.7304335Z 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:22:39.7307035Z 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:22:39.7309587Z 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:22:39.7312371Z 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:22:39.7315109Z 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:22:39.7317608Z 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:22:39.7320352Z 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:22:39.7322997Z 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:22:39.7325948Z 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:22:39.7328884Z 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:22:39.7331345Z 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:22:39.7334164Z 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:22:39.7335922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:22:39.7337193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:39.7339060Z 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:22:39.7340949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:39.7342950Z 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:22:39.7344926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:39.7346721Z 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:22:39.7348337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:22:39.7349727Z 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:22:39.7351556Z 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:22:39.7353393Z 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:22:39.7355387Z 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:22:39.7356990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:39.7358937Z 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:22:39.7361655Z 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:22:39.7364034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:22:39.7365682Z 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:22:39.7367718Z 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:22:39.7369983Z 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:22:39.7372045Z 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:22:39.7374226Z 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:22:39.7376388Z 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:22:39.7378766Z 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:22:39.7380979Z 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:22:39.7383185Z 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:22:39.7385497Z 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:22:39.7387022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:22:39.7388229Z 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:22:39.7390023Z 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:22:39.7391952Z 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:22:39.7393298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:22:39.7394732Z 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:22:39.7396869Z 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:22:39.7398485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:22:39.7399998Z 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:22:39.7402044Z 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:22:39.7404196Z 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:22:39.7406256Z 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:22:39.7407732Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:22:39.7409123Z 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:22:39.7410418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7411795Z 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:22:39.7413945Z 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:22:39.7416111Z 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:22:39.7418182Z 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:22:39.7420112Z 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:22:39.7422053Z 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:22:39.7424083Z 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:22:39.7426405Z 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:22:39.7428386Z 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:22:39.7430504Z 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:22:39.7432664Z 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:22:39.7434729Z 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:22:39.7436797Z 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:22:39.7438783Z 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:22:39.7441271Z 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:22:39.7443148Z 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:22:39.7444955Z 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:22:39.7446822Z 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:22:39.7448700Z 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:22:39.7450999Z 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:22:39.7453047Z 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:22:39.7455204Z 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:22:39.7457416Z 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:22:39.7459459Z 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:22:39.7461404Z 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:22:39.7463425Z 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:22:39.7465397Z 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:22:39.7467398Z 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:22:39.7468823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7470253Z 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:22:39.7472151Z 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:22:39.7474127Z 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:22:39.7476120Z 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:22:39.7478057Z 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:22:39.7480075Z 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:22:39.7481981Z 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:22:39.7483965Z 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:22:39.7485953Z 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:22:39.7487817Z 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:22:39.7489764Z 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:22:39.7491665Z 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:22:39.7493725Z 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:22:39.7495727Z 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:22:39.7497824Z 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:22:39.7499896Z 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:22:39.7501958Z 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:22:39.7504034Z 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:22:39.7505857Z 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:22:39.7507628Z 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:22:39.7509604Z 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:22:39.7511637Z 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:22:39.7513641Z 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:22:39.7515677Z 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:22:39.7517639Z 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:22:39.7519455Z 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:22:39.7521320Z 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:22:39.7523154Z 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:22:39.7525090Z 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:22:39.7527619Z 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:22:39.7529622Z 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:22:39.7531519Z 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:22:39.7533631Z 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:22:39.7535618Z 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:22:39.7537457Z 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:22:39.7539233Z 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:22:39.7541009Z 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:22:39.7542952Z 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:22:39.7544902Z 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:22:39.7546844Z 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:22:39.7548586Z 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:22:39.7550346Z 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:22:39.7552108Z 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:22:39.7553895Z 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:22:39.7555832Z 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:22:39.7557660Z 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:22:39.7559391Z 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:22:39.7561145Z 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:22:39.7562842Z 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:22:39.7564601Z 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:22:39.7566328Z 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:22:39.7568074Z 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:22:39.7570099Z 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:22:39.7572106Z 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:22:39.7574034Z 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:22:39.7576011Z 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:22:39.7577848Z 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:22:39.7579672Z 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:22:39.7581623Z 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:22:39.7583598Z 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:22:39.7585395Z 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:22:39.7587163Z 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:22:39.7589017Z 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:22:39.7590782Z 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:22:39.7592624Z 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:22:39.7594795Z 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:22:39.7596932Z 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:22:39.7598917Z 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:22:39.7600877Z 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:22:39.7602735Z 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:22:39.7604604Z 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:22:39.7606428Z 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:22:39.7608311Z 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:22:39.7610258Z 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:22:39.7612418Z 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:22:39.7614613Z 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:22:39.7616631Z 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:22:39.7618554Z 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:22:39.7620544Z 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:22:39.7622626Z 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:22:39.7624036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:22:39.7625413Z 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:22:39.7627251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:22:39.7628614Z 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:22:39.7630723Z 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:22:39.7632623Z 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:22:39.7633951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:39.7635330Z 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:22:39.7637386Z 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:22:39.7639522Z 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:22:39.7641544Z 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:22:39.7642999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:39.7644758Z 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:22:39.7646538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:22:39.7648355Z 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:22:39.7650688Z 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:22:39.7653113Z 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:22:39.7654653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:22:39.7656042Z 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:22:39.7658161Z 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:22:39.7660160Z 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:22:39.7661537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:22:39.7663029Z 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:22:39.7664912Z 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:22:39.7666242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:22:39.7667149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:39.7668540Z 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:22:39.7669935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:22:39.7671318Z 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:22:39.7673106Z 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:22:39.7674946Z 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:22:39.7676806Z 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:22:39.7678691Z 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:22:39.7680674Z 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:22:39.7682636Z 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:22:39.7684596Z 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:22:39.7686424Z 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:22:39.7688354Z 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:22:39.7690246Z 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:22:39.7692133Z 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:22:39.7694117Z 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:22:39.7696023Z 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:22:39.7697935Z 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:22:39.7699334Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:22:39.7700988Z 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:22:39.7703105Z 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:22:39.7705299Z 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:22:39.7706577Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:22:39.7707820Z 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:22:39.7709523Z 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:22:39.7711303Z 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:22:39.7712932Z 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:22:39.7714672Z 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:22:39.7715968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:22:39.7717329Z 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:22:39.7719174Z 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:22:39.7721179Z 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:22:39.7723200Z 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:22:39.7725163Z 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:22:39.7727424Z 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:22:39.7729424Z 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:22:39.7731184Z 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:22:39.7732483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:22:39.7733823Z 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:22:39.7735068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:22:39.7736365Z 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:22:39.7737661Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:22:39.7738836Z 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:22:39.7740098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:22:39.7741009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:22:39.7741921Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.7743470Z 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:22:39.7745598Z 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:22:39.7748298Z 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:22:39.7750605Z 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:22:39.7752899Z 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:22:39.7755338Z 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:22:39.7757925Z 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:22:39.7760193Z 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:22:39.7762759Z 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:22:39.7765262Z 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:22:39.7767880Z 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:22:39.7770619Z 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:22:39.7773031Z 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:22:39.7775543Z 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:22:39.7778167Z 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:22:39.7780636Z 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:22:39.7783327Z 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:22:39.7785956Z 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:22:39.7788397Z 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:22:39.7790691Z 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:22:39.7793267Z 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:22:39.7795983Z 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:22:39.7798394Z 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:22:39.7801030Z 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:22:39.7803466Z 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:22:39.7806024Z 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:22:39.7808337Z 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:22:39.7810943Z 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:22:39.7813517Z 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:22:39.7816046Z 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:22:39.7818545Z 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:22:39.7820948Z 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:22:39.7823634Z 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:22:39.7826285Z 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:22:39.7828857Z 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:22:39.7831390Z 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:22:39.7833819Z 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:22:39.7836246Z 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:22:39.7838528Z 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:22:39.7840976Z 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:22:39.7843434Z 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:22:39.7845804Z 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:22:39.7848227Z 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:22:39.7850776Z 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:22:39.7853619Z 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:22:39.7856207Z 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:22:39.7858633Z 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:22:39.7861216Z 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:22:39.7863701Z 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:22:39.7866343Z 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:22:39.7868836Z 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:22:39.7871336Z 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:22:39.7873733Z 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:22:39.7876150Z 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:22:39.7878625Z 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:22:39.7881163Z 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:22:39.7883600Z 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:22:39.7886175Z 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:22:39.7888732Z 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:22:39.7891267Z 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:22:39.7893822Z 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:22:39.7896376Z 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:22:39.7898472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:22:39.7900056Z 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:22:39.7902308Z 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:22:39.7904422Z 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:22:39.7906756Z 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:22:39.7908352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:22:39.7909697Z 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:22:39.7911607Z 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:22:39.7913427Z 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:22:39.7914956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:39.7916337Z 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:22:39.7918445Z 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:22:39.7920626Z 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:22:39.7922243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.7923911Z 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:22:39.7926169Z 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:22:39.7928514Z 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:22:39.7930781Z 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:22:39.7933061Z 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:22:39.7935206Z 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:22:39.7936935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:39.7938314Z 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:22:39.7939927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:22:39.7940904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:39.7942419Z 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:22:39.7944059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:22:39.7945109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.7947123Z 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:22:39.7949755Z 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:22:39.7952333Z 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:22:39.7955015Z 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:22:39.7957450Z 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:22:39.7959941Z 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:22:39.7962572Z 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:22:39.7964559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:39.7966480Z 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:22:39.7968566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:22:39.7969740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:22:39.7971372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:39.7974286Z 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:22:39.7976313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:22:39.7977319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:22:39.7978179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.7979684Z 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:22:39.7982015Z 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:22:39.7984063Z 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:22:39.7986126Z 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:22:39.7988381Z 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:22:39.7990703Z 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:22:39.7992083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:22:39.7993163Z 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:22:39.7994876Z 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:22:39.7996234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.7997625Z 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:22:39.7998649Z 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:22:39.7999434Z 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:22:39.8000313Z 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:22:39.8001168Z 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:22:39.8002273Z 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:22:39.8003002Z 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:22:39.8004143Z 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:22:39.8005033Z 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:22:39.8005953Z 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:22:39.8007034Z 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:22:39.8007883Z 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:22:39.8008876Z 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:22:39.8009262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8010206Z 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:22:39.8011096Z 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:22:39.8011971Z 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:22:39.8012761Z 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:22:39.8013641Z 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:22:39.8014508Z 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:22:39.8015334Z 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:22:39.8016169Z 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:22:39.8017107Z 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:22:39.8017880Z 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:22:39.8018747Z 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:22:39.8019544Z 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:22:39.8020593Z 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:22:39.8021408Z 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:22:39.8022286Z 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:22:39.8023047Z 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:22:39.8024132Z 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:22:39.8025004Z 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:22:39.8026102Z 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:22:39.8026889Z 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:22:39.8027915Z 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:22:39.8028756Z 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:22:39.8029619Z 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:22:39.8030497Z 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:22:39.8031342Z 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:22:39.8032186Z 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:22:39.8033043Z 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:22:39.8033999Z 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:22:39.8034820Z 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:22:39.8035804Z 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:22:39.8036604Z 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:22:39.8037608Z 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:22:39.8038358Z 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:22:39.8039363Z 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:22:39.8040116Z 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:22:39.8041132Z 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:22:39.8042067Z 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:22:39.8043140Z 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:22:39.8043997Z 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:22:39.8044943Z 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:22:39.8045870Z 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:22:39.8046762Z 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:22:39.8047875Z 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:22:39.8048598Z 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:22:39.8049691Z 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:22:39.8050895Z 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:22:39.8051400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:22:39.8052360Z 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:22:39.8053305Z 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:22:39.8073851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8074924Z 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:22:39.8076030Z 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:22:39.8076943Z 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:22:39.8078038Z 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:22:39.8079061Z 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:22:39.8080151Z 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:22:39.8080618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:39.8081563Z 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:22:39.8082523Z 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:22:39.8082816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:39.8083848Z 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:22:39.8084833Z 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:22:39.8085243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.8086137Z 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:22:39.8087219Z 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:22:39.8088315Z 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:22:39.8089205Z 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:22:39.8089656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:22:39.8090433Z 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:22:39.8091305Z 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:22:39.8091702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8092512Z 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:22:39.8093440Z 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:22:39.8094394Z 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:22:39.8095357Z 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:22:39.8096452Z 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:22:39.8097421Z 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:22:39.8098344Z 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:22:39.8099476Z 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:22:39.8100321Z 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:22:39.8101366Z 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:22:39.8102179Z 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:22:39.8103295Z 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:22:39.8104118Z 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:22:39.8104563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8105381Z 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:22:39.8106386Z 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:22:39.8107208Z 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:22:39.8108295Z 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:22:39.8109077Z 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:22:39.8110057Z 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:22:39.8110891Z 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:22:39.8111957Z 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:22:39.8112970Z 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:22:39.8113979Z 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:22:39.8115007Z 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:22:39.8115885Z 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:22:39.8116922Z 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:22:39.8117986Z 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:22:39.8118922Z 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:22:39.8119971Z 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:22:39.8120964Z 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:22:39.8121982Z 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:22:39.8123009Z 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:22:39.8123862Z 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:22:39.8124804Z 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:22:39.8125602Z 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:22:39.8126934Z 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:22:39.8127789Z 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:22:39.8128737Z 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:22:39.8129649Z 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:22:39.8130731Z 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:22:39.8131456Z 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:22:39.8132456Z 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:22:39.8133257Z 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:22:39.8134099Z 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:22:39.8134927Z 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:22:39.8135826Z 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:22:39.8136739Z 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:22:39.8137601Z 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:22:39.8138533Z 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:22:39.8139495Z 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:22:39.8140340Z 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:22:39.8141408Z 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:22:39.8142510Z 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:22:39.8143028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8144172Z 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:22:39.8145126Z 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:22:39.8146393Z 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:22:39.8147357Z 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:22:39.8148601Z 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:22:39.8149665Z 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:22:39.8150590Z 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:22:39.8151045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:39.8152115Z 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:22:39.8153262Z 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:22:39.8154144Z 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:22:39.8154620Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:39.8155535Z 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:22:39.8156822Z 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:22:39.8157219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:39.8158181Z 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:22:39.8159018Z 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:22:39.8159452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:22:39.8159866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:39.8160743Z 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:22:39.8161255Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:22:39.8161665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:39.8162736Z 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:22:39.8163733Z 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:22:39.8164919Z 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:22:39.8165285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:22:39.8165748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:39.8166995Z 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:22:39.8167881Z 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:22:39.8168452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:39.8169381Z 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:22:39.8170425Z 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:22:39.8170852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:39.8171771Z 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:22:39.8172291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.8173344Z 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:22:39.8174556Z 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:22:39.8176002Z 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:22:39.8176383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:22:39.8176801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:39.8178129Z 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:22:39.8179461Z 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:22:39.8180516Z 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:22:39.8180936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:39.8182092Z 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:22:39.8183343Z 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:22:39.8183702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:22:39.8184263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.8185339Z 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:22:39.8186502Z 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:22:39.8187730Z 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:22:39.8188885Z 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:22:39.8189287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.8190375Z 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:22:39.8191326Z 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:22:39.8192447Z 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:22:39.8193693Z 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:22:39.8194848Z 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:22:39.8195954Z 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:22:39.8197048Z 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:22:39.8198249Z 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:22:39.8199426Z 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:22:39.8200394Z 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:22:39.8201627Z 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:22:39.8202825Z 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:22:39.8203858Z 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:22:39.8204963Z 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:22:39.8206163Z 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:22:39.8207347Z 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:22:39.8208452Z 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:22:39.8209751Z 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:22:39.8210898Z 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:22:39.8212142Z 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:22:39.8213209Z 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:22:39.8214324Z 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:22:39.8215499Z 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:22:39.8216748Z 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:22:39.8217857Z 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:22:39.8218928Z 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:22:39.8220077Z 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:22:39.8220549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.8221606Z 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:22:39.8222738Z 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:22:39.8223846Z 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:22:39.8225004Z 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:22:39.8226268Z 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:22:39.8227328Z 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:22:39.8228450Z 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:22:39.8229505Z 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:22:39.8230646Z 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:22:39.8231807Z 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:22:39.8232924Z 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:22:39.8234085Z 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:22:39.8235001Z 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:22:39.8236086Z 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:22:39.8237169Z 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:22:39.8238076Z 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:22:39.8239178Z 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:22:39.8240316Z 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:22:39.8241377Z 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:22:39.8242347Z 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:22:39.8243499Z 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:22:39.8244647Z 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:22:39.8245614Z 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:22:39.8246746Z 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:22:39.8247863Z 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:22:39.8248976Z 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:22:39.8250150Z 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:22:39.8251285Z 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:22:39.8252286Z 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:22:39.8253771Z 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:22:39.8255001Z 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:22:39.8256011Z 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:22:39.8257128Z 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:22:39.8258180Z 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:22:39.8259300Z 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:22:39.8260474Z 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:22:39.8261494Z 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:22:39.8262661Z 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:22:39.8263797Z 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:22:39.8264981Z 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:22:39.8266126Z 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:22:39.8267153Z 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:22:39.8268237Z 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:22:39.8269459Z 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:22:39.8270594Z 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:22:39.8271584Z 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:22:39.8272715Z 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:22:39.8273747Z 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:22:39.8274809Z 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:22:39.8275846Z 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:22:39.8276930Z 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:22:39.8277972Z 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:22:39.8279017Z 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:22:39.8280096Z 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:22:39.8281184Z 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:22:39.8282207Z 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:22:39.8283248Z 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:22:39.8284307Z 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:22:39.8285413Z 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:22:39.8286664Z 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:22:39.8287771Z 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:22:39.8288736Z 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:22:39.8289883Z 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:22:39.8290979Z 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:22:39.8292013Z 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:22:39.8293124Z 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:22:39.8294216Z 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:22:39.8295249Z 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:22:39.8296241Z 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:22:39.8297279Z 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:22:39.8298367Z 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:22:39.8299334Z 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:22:39.8300357Z 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:22:39.8301356Z 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:22:39.8302315Z 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:22:39.8302601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:22:39.8303523Z 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:22:39.8304381Z 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:22:39.8305217Z 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:22:39.8306091Z 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:22:39.8306353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:22:39.8306615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:22:39.8307277Z 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:22:39.8308103Z 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:22:39.8308489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:22:39.8309342Z 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:22:39.8310163Z 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:22:39.8310949Z 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:22:39.8311930Z 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:22:39.8312721Z 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:22:39.8313650Z 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:22:39.8314543Z 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:22:39.8315528Z 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:22:39.8316367Z 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:22:39.8317320Z 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:22:39.8318148Z 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:22:39.8319050Z 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:22:39.8319893Z 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:22:39.8320787Z 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:22:39.8321614Z 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:22:39.8322657Z 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:22:39.8323552Z 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:22:39.8324326Z 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:22:39.8325112Z 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:22:39.8343330Z 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:22:39.8343878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:22:39.8344694Z 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:22:39.8345513Z 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:22:39.8345837Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.8346829Z 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:22:39.8347751Z 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:22:39.8348689Z 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:22:39.8348973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:22:39.8349691Z 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:22:39.8350580Z 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:22:39.8351363Z 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:22:39.8352145Z 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:22:39.8352941Z 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:22:39.8353699Z 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:22:39.8354579Z 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:22:39.8354881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:22:39.8355736Z 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:22:39.8356486Z 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:22:39.8356760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:22:39.8357251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:39.8358081Z 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:22:39.8359065Z 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:22:39.8359390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:22:39.8360245Z 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:22:39.8361263Z 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:22:39.8361604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:39.8362514Z 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:22:39.8363504Z 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:22:39.8363880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:22:39.8364889Z 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:22:39.8365892Z 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:22:39.8366226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:22:39.8366595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:39.8367665Z 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:22:39.8368073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:39.8369225Z 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:22:39.8370062Z 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:22:39.8370487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:22:39.8370772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:22:39.8371613Z 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:22:39.8372480Z 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:22:39.8373277Z 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:22:39.8374096Z 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:22:39.8374884Z 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:22:39.8375703Z 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:22:39.8376672Z 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:22:39.8377528Z 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:22:39.8378304Z 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:22:39.8379064Z 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:22:39.8379828Z 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:22:39.8380576Z 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:22:39.8381431Z 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:22:39.8428014Z 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:22:39.8429071Z 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:22:39.8429937Z 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:22:39.8430831Z 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:22:39.8431149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:39.8432148Z 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:22:39.8432948Z 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:22:39.8434083Z 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:22:39.8434965Z 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:22:39.8435356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.8436156Z 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:22:39.8437166Z 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:22:39.8437948Z 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:22:39.8438909Z 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:22:39.8439752Z 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:22:39.8440786Z 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:22:39.8441588Z 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:22:39.8442501Z 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:22:39.8443250Z 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:22:39.8444130Z 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:22:39.8445022Z 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:22:39.8445313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:22:39.8446180Z 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:22:39.8446915Z 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:22:39.8447896Z 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:22:39.8448601Z 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:22:39.8449053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:22:39.8449784Z 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:22:39.8450500Z 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:22:39.8451552Z 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:22:39.8451875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:39.8453039Z 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:22:39.8453588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:39.8454701Z 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:22:39.8455681Z 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:22:39.8456037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:39.8457135Z 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:22:39.8458141Z 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:22:39.8459134Z 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:22:39.8459584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:39.8460564Z 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:22:39.8460970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:39.8462134Z 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:22:39.8462647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:39.8464164Z 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:22:39.8465442Z 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:22:39.8466741Z 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:22:39.8467288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:39.8468523Z 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:22:39.8498752Z 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:22:39.8500057Z 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:22:39.8501444Z 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:22:39.8501991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:39.8503224Z 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:22:39.8504473Z 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:22:39.8505583Z 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:22:39.8506962Z 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:22:39.8507402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:39.8508708Z 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:22:39.8509737Z 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:22:39.8510251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:39.8511412Z 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:22:39.8512456Z 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:22:39.8513059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.8514231Z 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:22:39.8515482Z 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:22:39.8516588Z 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:22:39.8517785Z 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:22:39.8519025Z 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:22:39.8520320Z 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:22:39.8521420Z 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:22:39.8521810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:39.8522909Z 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:22:39.8523903Z 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:22:39.8524892Z 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:22:39.8526124Z 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:22:39.8526461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:22:39.8526858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.8527878Z 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:22:39.8529106Z 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:22:39.8530109Z 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:22:39.8531237Z 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:22:39.8532278Z 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:22:39.8533404Z 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:22:39.8534447Z 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:22:39.8535517Z 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:22:39.8536680Z 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:22:39.8537780Z 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:22:39.8538884Z 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:22:39.8539975Z 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:22:39.8626976Z 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:22:39.8628263Z 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:22:39.8629457Z 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:22:39.8629777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:22:39.8630336Z 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:22:39.8630629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:22:39.8631236Z 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:22:39.8632025Z 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:22:39.8632703Z 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:22:39.8633315Z 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:22:39.8634035Z 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:22:39.8634800Z 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:22:39.8635472Z 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:22:39.8635735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:22:39.8636516Z 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:22:39.8637254Z 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:22:39.8638035Z 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:22:39.8639118Z 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:22:39.8639361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:22:39.8639679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:22:39.8640053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:22:39.8640359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.8641302Z 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:22:39.8642182Z 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:22:39.8642929Z 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:22:39.8643761Z 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:22:39.8644587Z 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:22:39.8644885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.8645640Z 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:22:39.8646480Z 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:22:39.8647279Z 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:22:39.8648059Z 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:22:39.8648949Z 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:22:39.8649771Z 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:22:39.8650560Z 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:22:39.8651436Z 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:22:39.8651696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:22:39.8652326Z 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:22:39.8653072Z 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:22:39.8653784Z 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:22:39.8654523Z 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:22:39.8654965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:22:39.8655798Z 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:22:39.8656606Z 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:22:39.8656873Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:22:39.8657706Z 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:22:39.8658451Z 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:22:39.8658767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:22:39.8659649Z 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:22:39.8660454Z 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:22:39.8660955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.8662068Z 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:22:39.8663177Z 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:22:39.8664305Z 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:22:39.8740431Z 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:22:39.8741586Z 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:22:39.8742595Z 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:22:39.8743041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:39.8743910Z 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:22:39.8744656Z 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:22:39.8745061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:22:39.8745876Z 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:22:39.8746782Z 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:22:39.8747090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:22:39.8748255Z 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:22:39.8749027Z 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:22:39.8749390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:22:39.8750223Z 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:22:39.8750946Z 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:22:39.8751654Z 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:22:39.8752642Z 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:22:39.8753435Z 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:22:39.8754371Z 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:22:39.8755123Z 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:22:39.8755985Z 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:22:39.8756889Z 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:22:39.8757682Z 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:22:39.8758616Z 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:22:39.8759321Z 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:22:39.8760119Z 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:22:39.8760861Z 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:22:39.8761609Z 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:22:39.8762027Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:22:39.8762809Z 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:22:39.8763699Z 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:22:39.8764110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:22:39.8765085Z 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:22:39.8766077Z 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:22:39.8766970Z 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:22:39.8767926Z 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:22:39.8768232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:22:39.8769205Z 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:22:39.8770066Z 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:22:39.8770906Z 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:22:39.8771493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.8772461Z 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:22:39.8773637Z 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:22:39.8774554Z 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:22:39.8775694Z 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:22:39.8776584Z 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:22:39.8777749Z 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:22:39.8778680Z 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:22:39.8849314Z 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:22:39.8850574Z 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:22:39.8851725Z 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:22:39.8852851Z 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:22:39.8853851Z 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:22:39.8854829Z 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:22:39.8855881Z 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:22:39.8857109Z 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:22:39.8858287Z 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:22:39.8859331Z 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:22:39.8859648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:22:39.8860642Z 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:22:39.8861519Z 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:22:39.8862454Z 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:22:39.8862857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:39.8863776Z 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:22:39.8864107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:39.8864888Z 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:22:39.8865449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:39.8866412Z 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:22:39.8867430Z 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:22:39.8868518Z 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:22:39.8869545Z 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:22:39.8870044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:39.8870885Z 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:22:39.8871729Z 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:22:39.8872799Z 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:22:39.8873632Z 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:22:39.8874035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:39.8875104Z 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:22:39.8875535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:39.8876506Z 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:22:39.8877715Z 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:22:39.8878196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:39.8879224Z 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:22:39.8880228Z 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:22:39.8880683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:39.8881697Z 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:22:39.8882846Z 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:22:39.8883124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:22:39.8883909Z 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:22:39.8884863Z 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:22:39.8885639Z 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:22:39.8886687Z 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:22:39.8887026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:22:39.8887787Z 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:22:39.8985076Z 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:22:39.8985599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:22:39.8986554Z 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:22:39.8987270Z 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:22:39.8987565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:22:39.8988514Z 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:22:39.8989287Z 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:22:39.8989614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:39.8990519Z 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:22:39.8991347Z 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:22:39.8991650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:39.8992509Z 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:22:39.8993356Z 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:22:39.8993698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:39.8994498Z 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:22:39.8994941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.8995744Z 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:22:39.8996452Z 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:22:39.8997353Z 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:22:39.8998335Z 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:22:39.8999307Z 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:22:39.8999636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:22:39.9000440Z 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:22:39.9001202Z 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:22:39.9001655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:22:39.9002415Z 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:22:39.9003168Z 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:22:39.9003446Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:22:39.9004342Z 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:22:39.9005056Z 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:22:39.9005346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:22:39.9006092Z 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:22:39.9006924Z 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:22:39.9007257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:22:39.9008028Z 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:22:39.9009124Z 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:22:39.9009422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:22:39.9010135Z 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:22:39.9011000Z 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:22:39.9011377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:22:39.9012100Z 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:22:39.9012931Z 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:22:39.9013337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:22:39.9013720Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:22:39.9014465Z 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:22:39.9014729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:22:39.9015403Z 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:22:39.9015978Z 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:22:39.9016487Z 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:22:39.9017016Z 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:22:39.9017693Z 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:22:39.9018293Z 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:22:39.9018834Z 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:22:39.9019315Z 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:22:39.9019860Z 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:22:39.9020518Z 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:22:39.9021115Z 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:22:39.9021621Z 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:22:39.9022253Z 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:22:39.9110234Z 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:22:39.9110875Z 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:22:39.9111541Z 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:22:39.9112266Z 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:22:39.9112792Z 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:22:39.9113487Z 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:22:39.9114067Z 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:22:39.9114556Z 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:22:39.9115056Z 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:22:39.9115757Z 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:22:39.9116509Z 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:22:39.9116762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:22:39.9117474Z 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:22:39.9118271Z 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:22:39.9118970Z 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:22:39.9119582Z 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:22:39.9120450Z 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:22:39.9121138Z 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:22:39.9121751Z 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:22:39.9122609Z 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:22:39.9123289Z 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:22:39.9123574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:22:39.9124211Z 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:22:39.9125090Z 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:22:39.9126064Z 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:22:39.9126787Z 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:22:39.9127703Z 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:22:39.9128434Z 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:22:39.9129121Z 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:22:39.9129408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:22:39.9130218Z 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:22:39.9130905Z 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:22:39.9131547Z 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:22:39.9132501Z 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:22:39.9133204Z 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:22:39.9133877Z 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:22:39.9134370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.9135406Z 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:22:39.9136378Z 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:22:39.9137538Z 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:22:39.9138451Z 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:22:39.9138815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:22:39.9139739Z 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:22:39.9140510Z 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:22:39.9141467Z 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:22:39.9142246Z 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:22:39.9142953Z 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:22:39.9143841Z 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:22:39.9144678Z 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:22:39.9145352Z 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:22:39.9146273Z 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:22:39.9147056Z 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:22:39.9147768Z 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:22:39.9148683Z 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:22:39.9250355Z 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:22:39.9251517Z 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:22:39.9252555Z 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:22:39.9253454Z 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:22:39.9254429Z 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:22:39.9255156Z 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:22:39.9255580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:22:39.9256570Z 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:22:39.9257390Z 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:22:39.9257825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:39.9258872Z 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:22:39.9259786Z 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:22:39.9260743Z 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:22:39.9261002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:22:39.9261586Z 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:22:39.9262239Z 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:22:39.9263028Z 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:22:39.9263624Z 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:22:39.9263871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:22:39.9264513Z 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:22:39.9265280Z 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:22:39.9265654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:22:39.9266317Z 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:22:39.9266613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:22:39.9267575Z 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:22:39.9268021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:22:39.9268664Z 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:22:39.9269000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:22:39.9269916Z 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:22:39.9270680Z 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:22:39.9270979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:39.9271792Z 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:22:39.9272696Z 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:22:39.9273408Z 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:22:39.9273697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:22:39.9274560Z 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:22:39.9275348Z 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:22:39.9275662Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:39.9276488Z 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:22:39.9276857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:22:39.9277617Z 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:22:39.9278351Z 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:22:39.9278692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:22:39.9279639Z 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:22:39.9280367Z 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:22:39.9281155Z 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:22:39.9281522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:22:39.9282306Z 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:22:39.9282531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:22:39.9283069Z 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:22:39.9283887Z 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:22:39.9284503Z 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:22:39.9284825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:22:39.9285470Z 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:22:39.9285788Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:22:39.9286558Z 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:22:39.9287167Z 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:22:39.9287762Z 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:22:39.9288127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:22:39.9289109Z 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:22:39.9289347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:22:39.9377957Z 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:22:39.9378998Z 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:22:39.9379840Z 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:22:39.9380591Z 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:22:39.9381490Z 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:22:39.9382430Z 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:22:39.9383258Z 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:22:39.9384208Z 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:22:39.9384894Z 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:22:39.9385785Z 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:22:39.9386579Z 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:22:39.9387220Z 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:22:39.9388134Z 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:22:39.9389040Z 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:22:39.9389793Z 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:22:39.9390701Z 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:22:39.9391441Z 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:22:39.9392160Z 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:22:39.9392963Z 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:22:39.9393708Z 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:22:39.9394484Z 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:22:39.9395353Z 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:22:39.9396045Z 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:22:39.9396907Z 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:22:39.9397819Z 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:22:39.9398468Z 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:22:39.9399384Z 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:22:39.9400142Z 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:22:39.9400745Z 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:22:39.9401554Z 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:22:39.9402335Z 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:22:39.9403005Z 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:22:39.9403245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:22:39.9404105Z 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:22:39.9404784Z 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:22:39.9405378Z 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:22:39.9405812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:22:39.9406653Z 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:22:39.9407828Z 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:22:39.9408875Z 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:22:39.9409190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:22:39.9409739Z 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:22:39.9410432Z 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:22:39.9411197Z 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:22:39.9411874Z 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:22:39.9412447Z 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:22:39.9413208Z 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:22:39.9413896Z 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:22:39.9414146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:22:39.9414711Z 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:22:39.9415485Z 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:22:39.9416228Z 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:22:39.9416863Z 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:22:39.9417519Z 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:22:39.9418346Z 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:22:39.9511788Z 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:22:39.9513456Z 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:22:39.9514988Z 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:22:39.9516324Z 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:22:39.9518040Z 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:22:39.9519907Z 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:22:39.9521314Z 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:22:39.9522903Z 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:22:39.9524687Z 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:22:39.9526412Z 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:22:39.9527848Z 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:22:39.9529291Z 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:22:39.9530619Z 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:22:39.9531925Z 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:22:39.9533232Z 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:22:39.9534632Z 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:22:39.9536056Z 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:22:39.9537424Z 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:22:39.9538792Z 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:22:39.9540163Z 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:22:39.9541480Z 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:22:39.9542750Z 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:22:39.9544016Z 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:22:39.9545331Z 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:22:39.9546658Z 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:22:39.9547967Z 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:22:39.9548954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:22:39.9550023Z 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:22:39.9551620Z 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:22:39.9553069Z 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:22:39.9554591Z 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:22:39.9555662Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:22:39.9556812Z 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:22:39.9558188Z 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:22:39.9559064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:22:39.9559699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:22:39.9560800Z 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:22:39.9561884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:22:39.9562962Z 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:22:39.9564416Z 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:22:39.9565481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:22:39.9566548Z 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:22:39.9567652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.9568936Z 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:22:39.9570647Z 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:22:39.9572359Z 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:22:39.9574061Z 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:22:39.9575773Z 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:22:39.9576987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:22:39.9578182Z 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:22:39.9579437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:22:39.9580508Z 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:22:39.9581966Z 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:22:39.9583476Z 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:22:39.9584565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:22:39.9585864Z 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:22:39.9587065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:22:39.9726694Z 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:22:39.9728134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:22:39.9729523Z 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:22:39.9731428Z 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:22:39.9733430Z 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:22:39.9735263Z 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:22:39.9737030Z 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:22:39.9738321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:22:39.9739597Z 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:22:39.9740677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:22:39.9742015Z 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:22:39.9743103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:22:39.9744417Z 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:22:39.9745509Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:22:39.9747037Z 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:22:39.9748533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:22:39.9749914Z 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:22:39.9751941Z 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:22:39.9753374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:22:39.9754211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:22:39.9755898Z 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:22:39.9757806Z 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:22:39.9759314Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:39.9760964Z 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:22:39.9762257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:22:39.9763167Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:22:39.9764284Z 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:22:39.9766123Z 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:22:39.9767889Z 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:22:39.9769742Z 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:22:39.9771407Z 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:22:39.9773347Z 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:22:39.9775258Z 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:22:39.9777243Z 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:22:39.9778458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:39.9779951Z 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:22:39.9781415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:22:39.9782400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:39.9783996Z 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:22:39.9786117Z 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:22:39.9788007Z 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:22:39.9789177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:22:39.9790423Z 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:22:39.9792153Z 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:22:39.9793879Z 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:22:39.9795678Z 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:22:39.9797305Z 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:22:39.9798965Z 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:22:39.9800369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:22:39.9801460Z 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:22:39.9803141Z 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:22:39.9804976Z 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:22:39.9806542Z 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:22:39.9807738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:22:39.9823303Z 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:22:39.9853674Z 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:22:39.9855996Z 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:22:39.9858060Z 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:22:39.9859660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:22:39.9860952Z 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:22:39.9863000Z 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:22:39.9864856Z 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:22:39.9866792Z 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:22:39.9868228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:39.9869535Z 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:22:39.9871382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:22:39.9872865Z 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:22:39.9874378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:39.9876129Z 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:22:39.9878596Z 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:22:39.9881065Z 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:22:39.9883465Z 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:22:39.9885179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:22:39.9886312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:39.9888040Z 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:22:39.9890646Z 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:22:39.9892412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:22:39.9893307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:39.9894920Z 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:22:39.9896414Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:22:39.9897024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:22:39.9898254Z 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:22:39.9899338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:22:39.9900593Z 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:22:39.9902481Z 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:22:39.9904285Z 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:22:39.9906145Z 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:22:39.9907851Z 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:22:39.9909125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:22:39.9910201Z 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:22:39.9911274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:22:39.9912554Z 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:22:39.9914433Z 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:22:39.9915709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:22:39.9917108Z 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:22:39.9918457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:22:39.9919363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.9920245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:39.9921706Z 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:22:39.9923682Z 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:22:39.9925627Z 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:22:39.9927788Z 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:22:39.9929892Z 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:22:39.9931331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.9932237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:39.9933777Z 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:22:39.9935845Z 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:22:39.9937884Z 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:22:39.9939914Z 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:22:39.9995387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.9997091Z 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:22:39.9999065Z 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:22:40.0000733Z 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:22:40.0002078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:22:40.0003321Z 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:22:40.0004910Z 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:22:40.0006486Z 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:22:40.0008092Z 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:22:40.0009337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:22:40.0010576Z 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:22:40.0012245Z 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:22:40.0013612Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:22:40.0014736Z 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:22:40.0016559Z 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:22:40.0017824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:22:40.0019075Z 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:22:40.0020978Z 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:22:40.0022747Z 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:22:40.0023875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:22:40.0025204Z 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:22:40.0026974Z 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:22:40.0028327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:22:40.0029789Z 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:22:40.0031016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:22:40.0032330Z 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:22:40.0034282Z 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:22:40.0035851Z 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:22:40.0037820Z 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:22:40.0039263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:22:40.0040506Z 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:22:40.0042533Z 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:22:40.0044579Z 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:22:40.0046074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:22:40.0047363Z 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:22:40.0049506Z 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:22:40.0050998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:22:40.0052185Z 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:22:40.0054161Z 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:22:40.0056217Z 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:22:40.0057519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:22:40.0058592Z 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:22:40.0059496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:22:40.0060678Z 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:22:40.0061674Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:22:40.0062555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:22:40.0063684Z 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:22:40.0065011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:22:40.0066028Z 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:22:40.0067617Z 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:22:40.0068850Z 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:22:40.0070066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:22:40.0070941Z 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:22:40.0072513Z 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:22:40.0073824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:22:40.0074822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:22:40.0075376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:22:40.0076613Z 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:22:40.0077619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:22:40.0078228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:22:40.0079090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:22:40.0079829Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0095057Z 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:22:40.0096999Z 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:22:40.0099037Z 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:22:40.0101074Z 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:22:40.0103025Z 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:22:40.0104866Z 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:22:40.0106763Z 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:22:40.0108757Z 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:22:40.0110721Z 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:22:40.0112743Z 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:22:40.0114743Z 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:22:40.0116704Z 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:22:40.0118538Z 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:22:40.0120352Z 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:22:40.0122199Z 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:22:40.0124281Z 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:22:40.0126552Z 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:22:40.0127937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:40.0129696Z 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:22:40.0131305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:40.0132956Z 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:22:40.0135617Z 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:22:40.0137223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.0138845Z 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:22:40.0140994Z 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:22:40.0143222Z 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:22:40.0145446Z 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:22:40.0147656Z 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:22:40.0149140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0150719Z 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:22:40.0153040Z 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:22:40.0155174Z 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:22:40.0157603Z 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:22:40.0159995Z 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:22:40.0162259Z 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:22:40.0164597Z 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:22:40.0166898Z 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:22:40.0169393Z 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:22:40.0171773Z 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:22:40.0174193Z 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:22:40.0176316Z 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:22:40.0178525Z 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:22:40.0199111Z 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:22:40.0200828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:22:40.0202049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:22:40.0203551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:40.0205587Z 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:22:40.0208927Z 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:22:40.0211385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0213112Z 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:22:40.0215839Z 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:22:40.0218582Z 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:22:40.0220882Z 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:22:40.0223133Z 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:22:40.0225449Z 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:22:40.0228080Z 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:22:40.0230416Z 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:22:40.0232741Z 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:22:40.0234274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.0235602Z 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:22:40.0237485Z 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:22:40.0239355Z 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:22:40.0241256Z 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:22:40.0242663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:40.0244033Z 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:22:40.0245385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0246707Z 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:22:40.0248507Z 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:22:40.0250515Z 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:22:40.0252500Z 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:22:40.0254537Z 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:22:40.0256401Z 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:22:40.0258376Z 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:22:40.0260305Z 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:22:40.0262120Z 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:22:40.0263924Z 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:22:40.0265717Z 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:22:40.0267052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:40.0268474Z 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:22:40.0269825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:22:40.0270623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.0272112Z 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:22:40.0274137Z 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:22:40.0276051Z 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:22:40.0277399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.0278711Z 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:22:40.0724228Z 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:22:40.0726397Z 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:22:40.0728408Z 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:22:40.0730117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.0731832Z 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:22:40.0733916Z 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:22:40.0735987Z 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:22:40.0737250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:22:40.0737814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:22:40.0738911Z 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:22:40.0740204Z 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:22:40.0741048Z running install_egg_info 2025-03-21T20:22:40.0741666Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:22:40.0742341Z running install_scripts 2025-03-21T20:22:40.0742907Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:22:40.0744101Z creating '/tmp/pip-wheel-13ok9_yo/.tmp-mxslsmwl/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:22:40.0745006Z adding 'executorch/version.py' 2025-03-21T20:22:40.0745613Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:22:40.0746209Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:22:40.0746852Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:22:40.0747620Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:22:40.0748370Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:22:40.0749031Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:22:40.0749845Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:22:40.0750515Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:22:40.0751210Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:22:40.0751941Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:22:40.0752765Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:22:40.0753373Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:22:40.0753873Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:22:40.0754417Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:22:40.0754999Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:22:40.0755609Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:22:40.0756188Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:22:40.0756775Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:22:40.0757449Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:22:40.0758127Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:22:40.0758875Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:22:40.0759624Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:22:40.0760396Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:22:40.0761108Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:22:40.0761682Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:22:40.0762368Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:22:40.0763153Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:22:40.0763730Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:22:40.0764308Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:22:40.0764898Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:22:40.0765518Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:22:40.0766173Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:22:40.0766761Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:22:40.0767325Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:22:40.0767928Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:22:40.0768698Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:22:40.0769487Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:22:40.0770157Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:22:40.0770773Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:22:40.0771342Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:22:40.0771975Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:22:40.0772589Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:22:40.0773157Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:22:40.0773866Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:22:40.0774552Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:22:40.0775106Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:22:40.0775759Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:22:40.0776339Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:22:40.0776792Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:22:40.0777251Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:22:40.0777747Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:22:40.0778351Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:22:40.0778888Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:22:40.0779332Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:22:40.0779817Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:22:40.0780412Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:22:40.0780975Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:22:40.0781452Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:22:40.0781923Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:22:40.0782610Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:22:40.0783383Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:22:40.0783995Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:22:40.0784538Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:22:40.0785075Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:22:40.0785770Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:40.0786600Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:22:40.0787303Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:22:40.0788037Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:22:40.0788729Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:22:40.0789397Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:22:40.0790029Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:22:40.0790622Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:22:40.0791338Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:22:40.0792042Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:22:40.0792651Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:22:40.0793260Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:22:40.0793981Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:22:40.0794574Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:22:40.0795162Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:22:40.0795862Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:22:40.0796586Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:22:40.0797230Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:22:40.0797954Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:22:40.0798615Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:22:40.0799265Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:22:40.0799915Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:22:40.0800540Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:22:40.0801233Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:22:40.0801880Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:22:40.0802568Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:22:40.0803212Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:22:40.1093391Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:22:40.1094267Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:22:40.1095307Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:22:40.1096439Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:40.1097665Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:22:40.1098867Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:22:40.1099972Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:22:40.1101163Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:22:40.1101859Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:22:40.1102728Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:22:40.1103963Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:22:40.1104847Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:22:40.1105967Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:22:40.1107133Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:22:40.1107913Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:22:40.1108891Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:22:40.1109893Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:22:40.1110451Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:22:40.1111287Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:22:40.1112160Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:22:40.1112977Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:22:40.1113731Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:22:40.1114638Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:22:40.1115459Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:22:40.1115968Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:22:40.1116899Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:22:40.1117911Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:22:40.1118508Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:22:40.1119008Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:22:40.1119837Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:22:40.1120692Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:22:40.1121373Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:22:40.1121994Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:22:40.1122819Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:22:40.1123659Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:22:40.1124257Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:22:40.1125121Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:22:40.1126307Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:22:40.1126965Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:22:40.1127495Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:22:40.1128251Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:22:40.1129304Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:22:40.1130174Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:22:40.1130724Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:22:40.1131626Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:22:40.1132539Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:22:40.1133221Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:22:40.1133729Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:22:40.1134422Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:22:40.1135283Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:22:40.1136119Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:22:40.1136645Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:22:40.1137336Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:22:40.1138355Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:22:40.1139228Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:22:40.1139993Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:22:40.1141037Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:22:40.1141849Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:22:40.1142724Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:22:40.1143627Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:22:40.1144290Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:22:40.1145285Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:22:40.1146418Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:22:40.1147338Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:22:40.1148272Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:22:40.1149063Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:22:40.1149656Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:22:40.1150564Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:22:40.1151535Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:22:40.1152505Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:22:40.1153597Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:22:40.1154521Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:22:40.1155612Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:22:40.1156643Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:22:40.1157599Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:22:40.1158909Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:22:40.1159631Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:22:40.1160499Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:22:40.1161535Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:22:40.1162249Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:22:40.1162606Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:22:40.1163054Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:22:40.1163513Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:22:40.1163909Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:22:40.1164379Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:22:40.1164611Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:22:40.1164812Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:22:40.1164994Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:22:40.1165281Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:22:40.1165621Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:22:40.1165924Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:22:40.1166325Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:22:40.1166694Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:22:40.1167047Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:22:40.1167340Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:22:40.1167641Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:22:40.1167997Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:22:40.1168339Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:22:40.1168779Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:22:40.1169207Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:22:40.1169471Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:22:40.1169705Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:22:40.1169941Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:22:40.1170186Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:22:40.1170432Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:22:40.1170629Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:22:40.1170826Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:22:40.1171135Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:22:40.1171333Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:22:40.1171546Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:22:40.1171840Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:22:40.1172197Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:22:40.1172654Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:22:40.1173176Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:22:40.1173537Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:22:40.1173839Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:22:40.1174081Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:22:40.1174276Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:22:40.1174472Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:22:40.1174791Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:22:40.1174990Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:22:40.1175191Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:22:40.1175408Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:22:40.1175607Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:22:40.1175827Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:22:40.1176001Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:22:40.1176192Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:22:40.1176388Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:22:40.1176600Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:22:40.1176795Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:22:40.1176988Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:22:40.1177198Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:22:40.1177386Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:22:40.1498004Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:22:40.1498335Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:22:40.1498700Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:22:40.1499085Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:22:40.1499511Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:22:40.1499850Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:22:40.1500187Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:22:40.1500483Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:22:40.1500730Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:22:40.1501037Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:22:40.1501334Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:22:40.1501648Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:22:40.1502001Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:22:40.1502367Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:22:40.1502844Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:22:40.1503146Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:22:40.1503461Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:22:40.1503902Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:22:40.1504367Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:22:40.1504817Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:22:40.1505458Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:22:40.1505768Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:22:40.1506051Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:22:40.1506342Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:22:40.1506851Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:22:40.1507283Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:22:40.1507857Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:40.1508357Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:22:40.1508706Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:22:40.1509112Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:22:40.1509486Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:22:40.1509870Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:22:40.1510253Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:22:40.1510737Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:22:40.1511410Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:22:40.1512201Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:22:40.1513060Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:22:40.1513435Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:22:40.1513807Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:22:40.1514208Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:22:40.1514809Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:22:40.1515483Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:22:40.1516201Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:22:40.1516623Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:22:40.1517013Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:22:40.1517767Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:22:40.1518485Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:22:40.1519145Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:22:40.1519871Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:22:40.1520453Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:22:40.1521094Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:22:40.1521702Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:22:40.1522375Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:22:40.1523096Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:22:40.1523790Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:22:40.1524505Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:22:40.1525272Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:22:40.1526185Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:22:40.1526876Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:22:40.1527663Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:22:40.1528118Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:22:40.1528709Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:22:40.1529466Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:22:40.1530090Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:22:40.1530603Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:22:40.1531133Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:22:40.1531914Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:22:40.1532540Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:22:40.1533169Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:22:40.1533732Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:22:40.1534274Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:22:40.1534990Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:22:40.1535660Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:22:40.1536067Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:22:40.1536376Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:22:40.1536705Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:22:40.1537062Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:22:40.1537428Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:22:40.1537643Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:22:40.1537883Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:22:40.1538108Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:22:40.1538284Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:22:40.1538498Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:22:40.1538721Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:22:40.1538934Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:22:40.1539164Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:22:40.1539433Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:22:40.1539722Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:22:40.1540130Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:22:40.1540477Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:22:40.1540806Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:22:40.1541132Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:22:40.1541481Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:22:40.1541664Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:22:40.1541921Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:22:40.1542396Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:22:40.1542799Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:22:40.1543151Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:22:40.1543655Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:22:40.1544113Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:22:40.1544616Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:22:40.1544976Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:22:40.1545454Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:22:40.1545973Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:22:40.1546472Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:22:40.1546977Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:22:40.1547340Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:22:40.1547684Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:22:40.1548038Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:22:40.1815054Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:22:40.1815399Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:22:40.1815796Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:22:40.1816175Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:22:40.1816374Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:22:40.1816660Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:22:40.1816917Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:22:40.1817236Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:22:40.1817559Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:22:40.1817900Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:22:40.1818189Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:22:40.1818479Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:22:40.1818838Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:22:40.1819169Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:22:40.1819496Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:22:40.1819891Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:22:40.1820358Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:22:40.1820692Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:22:40.1821012Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:22:40.1821369Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:22:40.1821702Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:22:40.1822113Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:22:40.1822519Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:22:40.1822857Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:22:40.1823252Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:22:40.1823575Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:22:40.1824163Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:22:40.1824634Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:22:40.1825003Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:22:40.1825314Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:22:40.1825953Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:22:40.1826293Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:22:40.1826614Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:22:40.1827017Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:22:40.1827272Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:22:40.1827664Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:22:40.1827935Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:22:40.1828233Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:22:40.1828579Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:22:40.1828954Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:22:40.1829338Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:22:40.1829701Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:22:40.1830052Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:22:40.1830462Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:22:40.1830972Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:22:40.1831303Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:22:40.1831659Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:22:40.1831953Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:22:40.1832315Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:22:40.1832696Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:22:40.1833048Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:22:40.1833461Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:22:40.1833839Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:22:40.1834102Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:22:40.1834313Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:22:40.1834513Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:22:40.1834744Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:22:40.1835102Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:22:40.1835521Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:22:40.1835858Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:22:40.1836116Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:22:40.1836470Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:22:40.1836732Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:22:40.1837094Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:22:40.1837332Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:22:40.1837582Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:22:40.1837820Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:22:40.1838114Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:22:40.1838365Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:22:40.1838586Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:22:40.1838778Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:22:40.1839018Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:22:40.1839241Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:22:40.1839583Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:22:40.1839809Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:22:40.1840024Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:22:40.1840229Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:22:40.1840456Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:22:40.1840658Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:22:40.1840919Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:22:40.1841307Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:22:40.1841576Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:22:40.1841801Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:22:40.1842048Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:22:40.1842319Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:22:40.1842653Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:22:40.1842912Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:22:40.1843159Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:22:40.1843438Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:22:40.1843822Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:22:40.1844068Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:22:40.1844369Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:22:40.1844568Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:22:40.1844872Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:22:40.1845091Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:22:40.1845354Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:22:40.1845590Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:22:40.1845902Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:22:40.1846183Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:22:40.1846420Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:22:40.1846680Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:22:40.1846934Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:22:40.1847190Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:22:40.1847523Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:22:40.1847891Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:22:40.1848223Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:22:40.1848412Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:22:40.1848625Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:22:40.1848931Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:22:40.2230377Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:22:40.2230965Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:22:40.2231325Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:22:40.2231558Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:22:40.2231785Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:22:40.2231994Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:22:40.2232240Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:22:40.2232473Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:22:40.2232669Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:22:40.2232881Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:22:40.2233085Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:22:40.2233307Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:22:40.2233519Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:22:40.2233732Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:22:40.2233984Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:22:40.2234217Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:22:40.2234428Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:22:40.2234653Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:22:40.2234867Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:22:40.2235076Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:22:40.2235293Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:22:40.2235514Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:22:40.2235708Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:22:40.2235925Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:22:40.2236154Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:22:40.2236363Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:22:40.2236600Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:22:40.2236834Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:22:40.2237047Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:22:40.2249688Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:22:40.2250179Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:22:40.2250617Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:22:40.2251025Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:22:40.2251359Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:22:40.2251748Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:22:40.2252080Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:22:40.2252509Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:22:40.2252921Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:22:40.2253270Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:22:40.2253648Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:22:40.2253986Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:22:40.2254628Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:22:40.2255010Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:22:40.2255379Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:22:40.2255714Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:22:40.2256143Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:22:40.2256502Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:22:40.2256836Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:22:40.2257204Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:22:40.2257542Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:22:40.2257914Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:22:40.2258287Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:22:40.2258648Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:22:40.2259027Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:22:40.2259416Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:22:40.2259811Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:22:40.2260169Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:22:40.2260616Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:22:40.2260962Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:22:40.2261312Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:22:40.2261704Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:22:40.2262106Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:22:40.2262482Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:22:40.2262932Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:22:40.2263425Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:22:40.2263776Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:22:40.2264146Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:22:40.2264497Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:22:40.2264933Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:22:40.2265312Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:22:40.2265647Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:22:40.2265990Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:22:40.2266387Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:22:40.2266779Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:22:40.2267313Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:22:40.2267810Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:22:40.2268182Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:22:40.2268589Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:22:40.2268929Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:22:40.2269293Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:22:40.2269685Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:22:40.2270138Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:22:40.2270486Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:22:40.2270897Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:22:40.2271361Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:22:40.2271927Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:22:40.2272322Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:22:40.2272975Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:22:40.2273490Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:22:40.2274015Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:22:40.2274554Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:22:40.2274886Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:22:40.2275299Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:22:40.2275620Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:22:40.2275955Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:22:40.2276280Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:22:40.2276580Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:22:40.2276990Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:22:40.2277377Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:22:40.2277724Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:22:40.2278241Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:40.2278706Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:40.2279129Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:22:40.2279519Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:22:40.2279881Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:22:40.2280239Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:22:40.2280601Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:22:40.2281003Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:22:40.2281466Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:22:40.2281756Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:22:40.2282257Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:22:40.2282932Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:22:40.2283519Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:40.2283971Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:22:40.2284262Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:22:40.2284592Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:22:40.2284900Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:22:40.2285158Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:22:40.2285536Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:22:40.2285862Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:22:40.2286306Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:22:40.2286835Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:22:40.2287226Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:22:40.2287758Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:22:40.2288201Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:22:40.2288718Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:22:40.2289245Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:22:40.2289707Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:22:40.2546913Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:22:40.2547550Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:22:40.2548144Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:22:40.2548760Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:22:40.2549312Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:22:40.2549757Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:22:40.2550273Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:22:40.2550789Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:22:40.2551302Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:22:40.2551940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:22:40.2552492Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:22:40.2553024Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:22:40.2553487Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:22:40.2553955Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:22:40.2554399Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:22:40.2554789Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:22:40.2555136Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:22:40.2555612Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:22:40.2556252Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:22:40.2556908Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:22:40.2557409Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:22:40.2557912Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:22:40.2558618Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:22:40.2559228Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:22:40.2559770Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:22:40.2560351Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:22:40.2560741Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:22:40.2561182Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:22:40.2561641Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:22:40.2562186Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:22:40.2562695Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:22:40.2563054Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:22:40.2563400Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:22:40.2563725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:22:40.2564009Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:22:40.2564361Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:22:40.2565093Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:22:40.2565649Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:22:40.2566338Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:22:40.2566784Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:22:40.2567323Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:22:40.2568017Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:22:40.2568522Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:22:40.2568910Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:22:40.2569277Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:22:40.2569889Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:22:40.2570367Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:22:40.2570945Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:22:40.2571418Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:22:40.2571760Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:22:40.2572160Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:22:40.2572481Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:22:40.2572818Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:22:40.2573140Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:22:40.2573474Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:22:40.2573790Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:22:40.2574121Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:22:40.2574431Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:22:40.2574763Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:22:40.2575094Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:22:40.2575372Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:22:40.2575666Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:22:40.2575999Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:22:40.2576265Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:22:40.2576485Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:22:40.2576789Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:22:40.2577070Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:22:40.2577477Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:22:40.2577876Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:22:40.2578276Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:22:40.2578788Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:22:40.2579171Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:22:40.2579515Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:22:40.2579811Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:22:40.2580194Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:22:40.2580656Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:22:40.2581318Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:22:40.2581877Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:22:40.2582349Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:22:40.2582876Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:22:40.2583443Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:22:40.2584135Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:22:40.2584593Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:22:40.2585204Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:22:40.2585810Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:22:40.2586399Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:22:40.2586822Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:22:40.2587346Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:22:40.2588027Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:22:40.2588897Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:22:40.2589259Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:22:40.2589762Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:22:40.2590336Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:22:40.2590793Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:22:40.2591241Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:22:40.2591584Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:22:40.2591918Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:22:40.2592205Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:22:40.2592576Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:22:40.2592939Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:22:40.2593504Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:22:40.2593934Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:40.2594336Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:22:40.2907413Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:22:40.2907980Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:22:40.2908394Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:22:40.2908863Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:22:40.2909276Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:40.2909636Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:22:40.2909941Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:22:40.2910218Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:22:40.2910433Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:22:40.2910639Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:22:40.2911002Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:22:40.2911325Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:22:40.2911885Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:22:40.2912252Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:22:40.2912683Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:22:40.2913031Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:22:40.2913256Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:22:40.2913770Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:22:40.2914172Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:22:40.2914568Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:22:40.2914907Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:22:40.2915431Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:22:40.2915742Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:22:40.2915964Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:22:40.2916169Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:22:40.2916395Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:22:40.2916637Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:22:40.2917009Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:22:40.2917389Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:22:40.2917911Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:22:40.2918302Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:22:40.2918698Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:22:40.2919039Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:22:40.2919419Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:22:40.2919797Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:22:40.2920204Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:22:40.2920568Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:22:40.2920950Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:22:40.2921173Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:22:40.2921555Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:22:40.2921914Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:22:40.2922270Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:22:40.2922645Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:22:40.2923022Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:22:40.2923392Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:22:40.2923638Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:22:40.2923990Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:22:40.2924365Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:22:40.2924785Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:22:40.2925179Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:22:40.2925675Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:22:40.2926307Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:22:40.2926506Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:22:40.2926718Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:22:40.2927041Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:22:40.2927370Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:22:40.2928014Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:22:40.2928447Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:22:40.2929002Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:22:40.2929492Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:22:40.2929966Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:22:40.2930286Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:22:40.2930560Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:22:40.2930830Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:22:40.2931054Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:22:40.2931321Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:22:40.2931607Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:22:40.2931882Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:22:40.2932102Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:22:40.2932391Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:22:40.2932712Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:22:40.2932940Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:22:40.2933220Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:22:40.2933444Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:22:40.2933653Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:22:40.2933893Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:22:40.2934133Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:22:40.2934385Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:22:40.2934643Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:22:40.2934884Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:22:40.2935140Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:22:40.2935538Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:22:40.2935876Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:22:40.2936298Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:22:40.2936751Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:22:40.2937079Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:22:40.2937423Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:22:40.2937731Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:22:40.2937981Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:22:40.2938217Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:22:40.2938414Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:22:40.2938625Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:22:40.2938833Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:22:40.2939123Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:22:40.2939329Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:22:40.2939583Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:22:40.2939929Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:22:40.2940264Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:22:40.2940758Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:22:40.2941122Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:22:40.2941537Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:22:40.2941885Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:22:40.2942192Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:22:40.2942492Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:22:40.2942699Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:22:40.2942932Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:22:40.2943149Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:22:40.2943396Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:22:40.2943614Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:22:40.2943834Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:22:40.2944070Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:22:40.2944280Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:22:40.2944510Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:22:40.2944707Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:22:40.2944933Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:22:40.2945211Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:22:40.2945413Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:22:40.2945631Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:22:40.2945831Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:22:40.2946061Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:22:40.2946295Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:22:40.2946511Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:22:40.2946710Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:22:40.2946920Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:22:40.3182054Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:22:40.3182476Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:22:40.3182950Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:22:40.3183311Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:22:40.3183712Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:22:40.3184001Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:22:40.3184311Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:22:40.3184616Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:22:40.3184937Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:22:40.3185240Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:22:40.3185600Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:22:40.3186009Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:22:40.3186360Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:22:40.3186654Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:22:40.3186869Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:22:40.3187084Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:22:40.3187730Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:22:40.3188063Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:22:40.3188298Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:22:40.3188638Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:22:40.3189208Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:22:40.3189552Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:22:40.3189867Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:22:40.3190197Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:22:40.3190431Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:22:40.3190891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:22:40.3191287Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:22:40.3191689Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:22:40.3192084Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:22:40.3192427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:22:40.3192757Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:22:40.3193082Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:22:40.3193457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:22:40.3193816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:22:40.3194155Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:22:40.3194480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:22:40.3194811Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:22:40.3195144Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:22:40.3195476Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:22:40.3195800Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:22:40.3196174Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:22:40.3196472Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:22:40.3196756Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:22:40.3197071Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:22:40.3197360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:22:40.3197691Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:22:40.3198166Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:22:40.3198565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:22:40.3198873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:22:40.3199272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:22:40.3199615Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:22:40.3199956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:22:40.3200289Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:22:40.3200668Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:22:40.3200972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:22:40.3201305Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:22:40.3201686Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:22:40.3202005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:22:40.3202326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:22:40.3202657Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:22:40.3202947Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:22:40.3203400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:22:40.3203793Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.3204150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.3204543Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:22:40.3204858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:22:40.3205207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:22:40.3205521Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:22:40.3205906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:22:40.3206208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:22:40.3206638Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:22:40.3207087Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:22:40.3207568Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:22:40.3208069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:22:40.3208626Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:22:40.3209328Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:22:40.3209696Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:22:40.3210094Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:22:40.3210459Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.3211015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.3211652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.3212318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:40.3212980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.3213484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.3213873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.3214301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:40.3214818Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.3215465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.3216313Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:22:40.3216937Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:22:40.3217459Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:22:40.3217855Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:22:40.3218207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:22:40.3218582Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:22:40.3219143Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:22:40.3219782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:22:40.3220318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:22:40.6647752Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:22:40.6648927Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:22:40.6649788Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:22:40.6650650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:22:40.6651361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:22:40.6652102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:22:40.6653004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:22:40.6653940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:22:40.6654866Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:22:40.6655874Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:22:40.6656892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:22:40.6657867Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:22:40.6658745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:22:40.6659652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:22:40.6660605Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:22:40.6661555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:22:40.6662439Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:22:40.6663358Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:22:40.6664338Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:22:40.6665337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:22:40.6666389Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:22:40.6667232Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:22:40.6668146Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:22:40.6669033Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:22:40.6669888Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:22:40.6670849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:22:40.6672070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:22:40.6673106Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:22:40.6673986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:22:40.6674864Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:22:40.6675610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:22:40.6676404Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:22:40.6677177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:22:40.6677915Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:22:40.6678562Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:22:40.6679259Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:22:40.6679988Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:22:40.6680779Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:22:40.6681746Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:22:40.6682694Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:22:40.6683476Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:22:40.6684164Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:22:40.6684737Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:22:40.6685283Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:22:40.6685836Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:22:40.6686367Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:22:40.6686942Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:22:40.6687352Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:22:40.6687823Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:22:40.6688330Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:22:40.6688909Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:22:40.6689430Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:22:40.6689940Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:22:40.6690362Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:22:40.6690865Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:22:40.6691412Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:22:40.6692054Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:22:40.6692740Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:22:40.6693337Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:22:40.6693727Z adding 'executorch/data/bin/flatc' 2025-03-21T20:22:40.6694141Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:22:40.6694638Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:22:40.6695196Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:22:40.6695856Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:22:40.6696470Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:22:40.6697013Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:22:40.6697511Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:22:40.6698130Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:22:40.6698942Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:22:40.6699710Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:22:40.6700461Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:22:40.6701187Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:22:40.6701944Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:22:40.6702635Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:22:40.6703420Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:22:40.6704147Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:22:40.6704868Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:22:40.6705549Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:22:40.6706224Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:22:40.6706812Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:22:40.6707397Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:22:40.6707985Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:22:40.6708549Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:22:40.6709091Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:22:40.6709562Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:22:40.6710027Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:22:40.6710511Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:22:40.6711116Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:22:40.6711621Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:22:40.6712182Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:22:40.6712771Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:22:40.6713235Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:22:40.6713780Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:22:40.6714346Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:22:40.6714919Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:22:40.6715594Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:22:40.6716209Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:22:40.6716837Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:22:40.6717500Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:22:40.6718100Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:22:40.6718716Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:22:40.6719410Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:22:40.6720055Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:22:40.6720718Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:22:40.6721315Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:22:40.6721887Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:22:40.6722403Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:22:40.6723008Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:22:40.6723570Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:22:40.6724189Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:22:40.6724858Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:22:40.6725515Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:22:40.6726515Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:22:40.6727086Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:22:40.6996220Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:22:40.6997203Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:22:40.6997930Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:22:40.6998457Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:22:40.6998937Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:22:40.6999437Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:22:40.6999966Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:22:40.7000468Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:22:40.7000939Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:22:40.7001589Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:22:40.7002308Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:22:40.7003014Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:22:40.7003845Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:22:40.7004762Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:22:40.7005811Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:22:40.7006666Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:22:40.7007603Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:22:40.7008327Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:22:40.7009065Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:22:40.7009715Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:22:40.7010262Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:22:40.7010841Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:22:40.7011438Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:22:40.7011947Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:22:40.7012434Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:22:40.7012939Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:22:40.7013671Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:22:40.7014221Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:22:40.7014765Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:22:40.7015282Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:22:40.7015962Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:22:40.7016558Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:22:40.7017102Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:22:40.7017625Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:22:40.7018214Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:22:40.7018792Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:22:40.7019251Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:22:40.7019769Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:22:40.7020339Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:22:40.7020925Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:22:40.7021527Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:22:40.7022187Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:22:40.7023039Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:22:40.7023696Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:22:40.7024311Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:22:40.7024870Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:22:40.7025488Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:22:40.7026376Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:22:40.7027166Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:22:40.7027965Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:22:40.7028720Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:22:40.7029443Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:22:40.7030228Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:22:40.7031116Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:22:40.7031846Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:22:40.7032616Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:22:40.7033440Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:22:40.7034143Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:22:40.7034814Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:22:40.7035515Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:22:40.7036287Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:22:40.7037128Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:22:40.7038034Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:22:40.7038869Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:22:40.7039640Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:22:40.7040356Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:22:40.7041009Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:22:40.7041646Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:22:40.7042232Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:22:40.7042855Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:22:40.7043599Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:22:40.7044330Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:22:40.7045048Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:22:40.7045891Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:22:40.7046640Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:22:40.7047291Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:22:40.7047946Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:22:40.7048600Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:22:40.7049440Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:22:40.7050237Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:22:40.7051179Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:22:40.7051876Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:22:40.7052611Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:22:40.7053512Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:22:40.7054199Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:22:40.7054827Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:22:40.7055359Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:22:40.7055834Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:22:40.7056342Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:22:40.7056885Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:22:40.7057399Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:22:40.7057985Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:22:40.7058487Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:22:40.7059016Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:22:40.7059553Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:22:40.7060102Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:22:40.7060645Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:22:40.7061172Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:22:40.7061711Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:22:40.7062257Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:22:40.7062786Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:22:40.7063401Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:22:40.7064075Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:22:40.7064623Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:22:40.7065228Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:22:40.7065872Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:22:40.7066478Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:22:40.7067037Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:22:40.7067562Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:22:40.7068097Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:22:40.7068616Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:22:40.7069275Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:22:40.7069774Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:22:40.7070328Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:22:40.7070884Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:22:40.7071514Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:22:40.7072103Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:22:40.7072648Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:22:40.7073176Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:22:40.7073610Z adding 'executorch/exir/__init__.py' 2025-03-21T20:22:40.7645080Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:22:40.7645768Z adding 'executorch/exir/common.py' 2025-03-21T20:22:40.7646353Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:22:40.7646748Z adding 'executorch/exir/delegate.py' 2025-03-21T20:22:40.7647133Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:22:40.7647519Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:22:40.7648130Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:22:40.7648676Z adding 'executorch/exir/error.py' 2025-03-21T20:22:40.7649234Z adding 'executorch/exir/graph.py' 2025-03-21T20:22:40.7649614Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:22:40.7650032Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:22:40.7650461Z adding 'executorch/exir/memory.py' 2025-03-21T20:22:40.7650982Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:22:40.7651394Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:22:40.7651828Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:22:40.7652265Z adding 'executorch/exir/print_program.py' 2025-03-21T20:22:40.7652710Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:22:40.7653101Z adding 'executorch/exir/schema.py' 2025-03-21T20:22:40.7653471Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:22:40.7653847Z adding 'executorch/exir/tensor.py' 2025-03-21T20:22:40.7654306Z adding 'executorch/exir/tracer.py' 2025-03-21T20:22:40.7654701Z adding 'executorch/exir/types.py' 2025-03-21T20:22:40.7655069Z adding 'executorch/exir/version.py' 2025-03-21T20:22:40.7655444Z adding 'executorch/exir/wrap.py' 2025-03-21T20:22:40.7655840Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:22:40.7656261Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:22:40.7656791Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:22:40.7657266Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:22:40.7657757Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:22:40.7658238Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:22:40.7658807Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:22:40.7659273Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:22:40.7659742Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:22:40.7660186Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:22:40.7660649Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:22:40.7661122Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:22:40.7661586Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:22:40.7662097Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:22:40.7662668Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:22:40.7663228Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:22:40.7663710Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:22:40.7664220Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:22:40.7664765Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:22:40.7665246Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:22:40.7665715Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:22:40.7666146Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:22:40.7666848Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:22:40.7667639Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:22:40.7668447Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:22:40.7669343Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:22:40.7670060Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:22:40.7670726Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:22:40.7671513Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:22:40.7672114Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:22:40.7672657Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:22:40.7673196Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:22:40.7673954Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:22:40.7674551Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:22:40.7675127Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:22:40.7675754Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:22:40.7676360Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:22:40.7676926Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:22:40.7677639Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:22:40.7678235Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:22:40.7678835Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:22:40.7679407Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:22:40.7680005Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:22:40.7680488Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:22:40.7681052Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:22:40.7681815Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:22:40.7682514Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:22:40.7683261Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:22:40.7683915Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:22:40.7684465Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:22:40.7684917Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:22:40.7685345Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:22:40.7693987Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:22:40.7694578Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:22:40.7695084Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:22:40.7695627Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:22:40.7696175Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:22:40.7696711Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:22:40.7697139Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:22:40.7697605Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:22:40.7698076Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:22:40.7698566Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:22:40.7699084Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:22:40.7699581Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:22:40.7700051Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:22:40.7700542Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:22:40.7701076Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:22:40.7701580Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:22:40.7702052Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:22:40.7702553Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:22:40.7703203Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:22:40.7703785Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:22:40.7704282Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:22:40.7704702Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:22:40.7705113Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:22:40.7705531Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:22:40.7706089Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:22:40.7706515Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:22:40.7706920Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:22:40.7707493Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:22:40.7707963Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:22:40.7708490Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:22:40.7709098Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:22:40.7709615Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:22:40.7710209Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:22:40.7710754Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:22:40.7711289Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:22:40.7711857Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:22:40.7712425Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:22:40.7712939Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:22:40.7713487Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:22:40.7714080Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:22:40.7714605Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:22:40.7715135Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:22:40.7715711Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:22:40.7716232Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:22:40.7716734Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:22:40.7717245Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:22:40.7717714Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:22:40.7718225Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:22:40.7718787Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:22:40.7719298Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:22:40.7719820Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:22:40.7720467Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:22:40.7721130Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:22:40.7721704Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:22:40.7722270Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:22:40.7722844Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:22:40.7723336Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:22:40.7723816Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:22:40.7724310Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:22:40.7724829Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:22:40.7725300Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:22:40.7725985Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:22:40.7726589Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:22:40.7727035Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:22:40.7727531Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:22:40.7728035Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:22:40.7728547Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:22:40.7729102Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:22:40.7729599Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:22:40.7730093Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:22:40.7730537Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:22:41.4035947Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:22:41.4036776Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:22:41.4037252Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:22:41.4037671Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:22:41.4038784Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:22:41.4039282Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:22:41.4039737Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:22:41.4040163Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:22:41.4040622Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:22:41.4041316Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:22:41.4041759Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:22:41.4042228Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:22:41.4042761Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:22:41.4043353Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:22:41.4043837Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:22:41.4044350Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:22:41.4044945Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:22:41.4045688Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:22:41.4046256Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:22:41.4046721Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:22:41.4047179Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:22:41.4047673Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:22:41.4048175Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:22:41.4048704Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:22:41.4049352Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:22:41.4049834Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:22:41.4050328Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:22:41.4050959Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:22:41.4051433Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:22:41.4051857Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:22:41.4052273Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:22:41.4052720Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:22:41.4053176Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:22:41.4053619Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:22:41.4054088Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:22:41.4054550Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:22:41.4055025Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:22:41.4055497Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:22:41.4056000Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:22:41.4056530Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:22:41.4057014Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:22:41.4057491Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:22:41.4057960Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:22:41.4058487Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:22:41.4059083Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:22:41.4059735Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:22:41.4060372Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:22:41.4060980Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:22:41.4061668Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:22:41.4062217Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:22:41.4062710Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:22:41.4063169Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:22:41.4063837Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:22:41.4064419Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:22:41.4064946Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:22:41.4065533Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:22:41.4066243Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:22:41.4066916Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:22:41.4067533Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:22:41.4068204Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:22:41.4068883Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:22:41.4069516Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:22:41.4070208Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:22:41.4071070Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:22:41.4071827Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:22:41.4072437Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:22:41.4072916Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:22:41.4073417Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:22:41.4073942Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:22:41.4074480Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:22:41.4075028Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:22:41.4075561Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:22:41.4076108Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:22:41.4076670Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:22:41.4077149Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:22:41.4077653Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:22:41.4078216Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:22:41.4078805Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:22:41.4079448Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:22:41.4080040Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:22:41.4080565Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:22:41.4081093Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:22:41.4081592Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:22:41.4082140Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:22:41.4082703Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:22:41.4083289Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:22:41.4084158Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:22:41.4084894Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:22:41.4085613Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:22:41.4086384Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:22:41.4087260Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:41.4088107Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:41.4088928Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:22:41.4089615Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:22:41.4090385Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:22:41.4090903Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:22:41.4091518Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:22:41.4092169Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:22:41.4092775Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:22:41.4093235Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:22:41.4093703Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:22:41.4094238Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:22:41.4094843Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:22:41.4095468Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:22:41.4096123Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:22:41.4096781Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:22:41.4097390Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:22:41.4098128Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:22:41.4098963Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:22:41.4099688Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:22:41.4100329Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:22:41.4100977Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:22:41.4101632Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:22:41.4102315Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:22:41.4103110Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:22:41.4103828Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:22:41.4104550Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:22:41.4105223Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:22:41.4105802Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:22:41.4106585Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:22:41.4107135Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:22:41.4107677Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:22:41.4108480Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:22:41.4109196Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:22:41.4109931Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:22:41.4110747Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:22:41.4111438Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:22:41.4112141Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:22:44.4810453Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:22:44.4811439Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:22:44.4812239Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:22:44.4813049Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:22:44.4813770Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:22:44.4814586Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:22:44.4815460Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:22:44.4816685Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:22:44.4817658Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:22:44.4818597Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:22:44.4819483Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:22:44.4820674Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:22:44.4821821Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:22:44.4822814Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:22:44.4823622Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:22:44.4824490Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:22:44.4825356Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:22:44.4826499Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:22:44.4827235Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:22:44.4827974Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:22:44.4828772Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:22:44.4829558Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:22:44.4830366Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:22:44.4831198Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:22:44.4832015Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:22:44.4832816Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:22:44.4833604Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:22:44.4834439Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:22:44.4835343Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:22:44.4836279Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:22:44.4837242Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:22:44.4838225Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:22:44.4839153Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:22:44.4840122Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:22:44.4841018Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:22:44.4841951Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:22:44.4842972Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:22:44.4843952Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:22:44.4844957Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:22:44.4845768Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:22:44.4846554Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:22:44.4847322Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:22:44.4848180Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:22:44.4849220Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:22:44.4849884Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:22:44.4850552Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:22:44.4851194Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:22:44.4851980Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:22:44.4852691Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:22:44.4853346Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:22:44.4853991Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:22:44.4854682Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:22:44.4855347Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:22:44.4856036Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:22:44.4856683Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:22:44.4857388Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:22:44.4858041Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:22:44.4858635Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:22:44.4859241Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:22:44.4859875Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:22:44.4860528Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:22:44.4861242Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:22:44.4861845Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:22:44.4862319Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:22:44.4862952Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:22:44.4863380Z adding 'executorch/schema/program.fbs' 2025-03-21T20:22:44.4863826Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:22:44.4864442Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:22:44.4865019Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:22:44.4865560Z adding 'executorch/util/collect_env.py' 2025-03-21T20:22:44.4865972Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:22:44.4866482Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:22:44.4867070Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:22:44.4867620Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:22:44.4868183Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:22:44.4868745Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:22:44.4869322Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:22:44.4869796Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:44.4870584Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:44.4871863Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=c5e773a0e6168e9689b18830e162355ee32d868a538242cd941ff4aca6a64cd0 2025-03-21T20:22:44.4873482Z Stored in directory: /tmp/pip-ephem-wheel-cache-x4dqwg_2/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:22:44.4874406Z Successfully built executorch 2025-03-21T20:22:44.4875254Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:22:44.4876112Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:22:44.4876725Z Attempting uninstall: pytest 2025-03-21T20:22:44.4877087Z Found existing installation: pytest 7.2.0 2025-03-21T20:22:44.4877703Z Uninstalling pytest-7.2.0: 2025-03-21T20:22:44.4878212Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:22:44.4878810Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:22:44.4879704Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:22:44.4880862Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:22:44.4881760Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:22:44.4882723Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:22:44.4883704Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:22:44.4884401Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:22:44.4884937Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:22:44.4885584Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:22:44.4886163Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:22:44.4887305Z 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:22:44.4888302Z + pip list 2025-03-21T20:22:44.4888698Z Package Version Editable project location 2025-03-21T20:22:44.4889377Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:22:44.4889939Z alabaster 0.7.16 2025-03-21T20:22:44.4890273Z attrs 25.3.0 2025-03-21T20:22:44.4890660Z babel 2.17.0 2025-03-21T20:22:44.4891051Z beautifulsoup4 4.13.3 2025-03-21T20:22:44.4891463Z breathe 4.34.0 2025-03-21T20:22:44.4891831Z bs4 0.0.2 2025-03-21T20:22:44.4892234Z certifi 2025.1.31 2025-03-21T20:22:44.4892656Z charset-normalizer 3.4.1 2025-03-21T20:22:44.4893001Z cmake 3.31.6 2025-03-21T20:22:44.4893424Z contourpy 1.3.1 2025-03-21T20:22:44.4893818Z coverage 7.7.0 2025-03-21T20:22:44.4894152Z cycler 0.12.1 2025-03-21T20:22:44.4894533Z docutils 0.16 2025-03-21T20:22:44.4894929Z exceptiongroup 1.2.2 2025-03-21T20:22:44.4895335Z execnet 2.1.1 2025-03-21T20:22:49.1950039Z executorch 0.6.0a0+be92d7d 2025-03-21T20:22:49.1950668Z exhale 0.2.3 2025-03-21T20:22:49.1951137Z expecttest 0.1.6 2025-03-21T20:22:49.1951527Z filelock 3.18.0 2025-03-21T20:22:49.1951885Z flatbuffers 25.2.10 2025-03-21T20:22:49.1952225Z fonttools 4.56.0 2025-03-21T20:22:49.1952614Z fsspec 2025.3.0 2025-03-21T20:22:49.1952977Z huggingface-hub 0.29.3 2025-03-21T20:22:49.1953332Z hypothesis 6.84.2 2025-03-21T20:22:49.1953680Z idna 3.10 2025-03-21T20:22:49.1954004Z imagesize 1.4.1 2025-03-21T20:22:49.1954350Z iniconfig 2.1.0 2025-03-21T20:22:49.1954691Z Jinja2 3.1.6 2025-03-21T20:22:49.1955047Z kiwisolver 1.4.8 2025-03-21T20:22:49.1955388Z lxml 5.3.1 2025-03-21T20:22:49.1955721Z markdown-it-py 2.2.0 2025-03-21T20:22:49.1956073Z MarkupSafe 3.0.2 2025-03-21T20:22:49.1956424Z matplotlib 3.10.1 2025-03-21T20:22:49.1956782Z mdit-py-plugins 0.3.5 2025-03-21T20:22:49.1957126Z mdurl 0.1.2 2025-03-21T20:22:49.1957443Z mpmath 1.3.0 2025-03-21T20:22:49.1957785Z myst-parser 0.18.1 2025-03-21T20:22:49.1958413Z networkx 3.4.2 2025-03-21T20:22:49.1958749Z numpy 2.2.4 2025-03-21T20:22:49.1959099Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:22:49.1959455Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:22:49.1959828Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:22:49.1960206Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:22:49.1960674Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:22:49.1961040Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:22:49.1961398Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:22:49.1961775Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:22:49.1962158Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:22:49.1962526Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:22:49.1962885Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:22:49.1963240Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:22:49.1963596Z packaging 24.2 2025-03-21T20:22:49.1963939Z pandas 2.2.3 2025-03-21T20:22:49.1964289Z parameterized 0.9.0 2025-03-21T20:22:49.1964638Z pillow 11.1.0 2025-03-21T20:22:49.1964963Z pip 25.0 2025-03-21T20:22:49.1965294Z pluggy 1.5.0 2025-03-21T20:22:49.1965632Z Pygments 2.19.1 2025-03-21T20:22:49.1965977Z pyparsing 3.2.1 2025-03-21T20:22:49.1966323Z pytest 8.3.5 2025-03-21T20:22:49.1966650Z pytest-cov 4.1.0 2025-03-21T20:22:49.1967004Z pytest-rerunfailures 15.0 2025-03-21T20:22:49.1967356Z pytest-xdist 3.6.1 2025-03-21T20:22:49.1967719Z python-dateutil 2.9.0.post0 2025-03-21T20:22:49.1968232Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:22:49.1968728Z pytz 2025.1 2025-03-21T20:22:49.1969067Z PyYAML 6.0.1 2025-03-21T20:22:49.1969519Z regex 2024.11.6 2025-03-21T20:22:49.1969875Z requests 2.32.3 2025-03-21T20:22:49.1970226Z ruamel.yaml 0.17.32 2025-03-21T20:22:49.1970568Z ruamel.yaml.clib 0.2.12 2025-03-21T20:22:49.1970923Z safetensors 0.5.3 2025-03-21T20:22:49.1971276Z setuptools 75.8.0 2025-03-21T20:22:49.1971617Z six 1.17.0 2025-03-21T20:22:49.1971963Z snowballstemmer 2.2.0 2025-03-21T20:22:49.1972301Z sortedcontainers 2.4.0 2025-03-21T20:22:49.1972648Z soupsieve 2.6 2025-03-21T20:22:49.1972981Z Sphinx 5.3.0 2025-03-21T20:22:49.1973323Z sphinx-copybutton 0.5.0 2025-03-21T20:22:49.1973670Z sphinx_design 0.4.1 2025-03-21T20:22:49.1974004Z sphinx-gallery 0.14.0 2025-03-21T20:22:49.1974368Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:22:49.1974739Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:22:49.1975109Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:22:49.1975472Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:22:49.1975818Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:22:49.1976192Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:22:49.1976554Z sympy 1.13.3 2025-03-21T20:22:49.1976890Z tabulate 0.9.0 2025-03-21T20:22:49.1977228Z timm 1.0.7 2025-03-21T20:22:49.1977548Z tokenizers 0.21.1 2025-03-21T20:22:49.1977887Z tomli 2.0.1 2025-03-21T20:22:49.1978244Z torch 2.7.0a0+git295f2ed 2025-03-21T20:22:49.1978646Z torchao 0.10.0+git64bcf4c 2025-03-21T20:22:49.1979047Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:22:49.1979404Z torchsr 1.0.4 2025-03-21T20:22:49.1979766Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:22:49.1980144Z tqdm 4.67.1 2025-03-21T20:22:49.1980599Z transformers 4.47.1 2025-03-21T20:22:49.1980947Z triton 3.0.0 2025-03-21T20:22:49.1981282Z typing_extensions 4.12.2 2025-03-21T20:22:49.1981635Z tzdata 2025.1 2025-03-21T20:22:49.1981970Z urllib3 2.3.0 2025-03-21T20:22:49.1982305Z wheel 0.45.1 2025-03-21T20:22:49.1982710Z zstd 1.5.5.1 2025-03-21T20:22:49.1983059Z + build_executorch_runner cmake Release 2025-03-21T20:22:49.1983427Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:22:49.1983741Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:49.1984074Z + build_executorch_runner_cmake Release 2025-03-21T20:22:49.1984450Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:22:49.1984784Z + clean_executorch_install_folders 2025-03-21T20:22:49.1985159Z + ./install_executorch.sh --clean 2025-03-21T20:22:49.1985518Z Cleaning build artifacts... 2025-03-21T20:22:49.1985848Z Cleaning pip-out/... 2025-03-21T20:22:49.1986166Z Done cleaning build artifacts. 2025-03-21T20:22:49.1986482Z + mkdir cmake-out 2025-03-21T20:22:49.1986768Z + pushd cmake-out 2025-03-21T20:22:49.1987108Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:22:49.1987531Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:22:49.1987850Z + CXXFLAGS= 2025-03-21T20:22:49.1988092Z + CXXFLAGS= 2025-03-21T20:22:49.1988497Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:49.1989114Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:49.1989629Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:49.1990077Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:49.1990477Z -- Detecting C compiler ABI info 2025-03-21T20:22:49.1990837Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:49.1991292Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:49.1991746Z -- Detecting C compile features 2025-03-21T20:22:49.1992106Z -- Detecting C compile features - done 2025-03-21T20:22:49.1992469Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:49.1992840Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:49.1993303Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:49.1993764Z -- Detecting CXX compile features 2025-03-21T20:22:49.1994129Z -- Detecting CXX compile features - done 2025-03-21T20:22:49.1995110Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:49.1995948Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.1996438Z CMake. 2025-03-21T20:22:49.1996576Z 2025-03-21T20:22:49.1996849Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.1997490Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.1998053Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.1998349Z 2025-03-21T20:22:49.1998471Z  2025-03-21T20:22:49.1999167Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:49.2000015Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.2000507Z CMake. 2025-03-21T20:22:49.2000644Z 2025-03-21T20:22:49.2000924Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.2001553Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.2002117Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.2002425Z 2025-03-21T20:22:49.2002544Z  2025-03-21T20:22:49.2002822Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:49.2003289Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:49.2003705Z -- Found Threads: TRUE 2025-03-21T20:22:49.2004468Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:49.2005435Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.2005931Z CMake. 2025-03-21T20:22:49.2006066Z 2025-03-21T20:22:49.2006346Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.2006992Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.2007615Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.2007910Z 2025-03-21T20:22:49.2008030Z  2025-03-21T20:22:49.2008297Z -- Using python executable 'python' 2025-03-21T20:22:49.2008657Z -- Resolved buck2 as buck2. 2025-03-21T20:22:49.2008979Z -- Killing buck2 daemon 2025-03-21T20:22:49.2009371Z 'buck2 killall' 2025-03-21T20:22:49.2009656Z -- executorch: Generating source lists 2025-03-21T20:22:49.2010263Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:49.2011065Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:49.2011649Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:49.2012031Z -- Generating operator lib: 2025-03-21T20:22:49.2012347Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:49.2012813Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:49.2013303Z -- ROOT_OPS: 2025-03-21T20:22:49.2013579Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:49.2015011Z 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:22:49.2016305Z -- Generating kernel bindings: 2025-03-21T20:22:49.2016634Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:49.2017106Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:49.2017609Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:49.2017926Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:49.2019830Z 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:22:49.2021499Z -- Generating operator lib: 2025-03-21T20:22:49.2021838Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:49.2022181Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:49.2022524Z -- DEPS: executorch 2025-03-21T20:22:49.2023166Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:49.2023917Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:49.2024392Z CMake. 2025-03-21T20:22:49.2024539Z 2025-03-21T20:22:49.2024796Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:49.2025438Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:49.2026252Z to work with policies introduced by or earlier. 2025-03-21T20:22:49.2026549Z 2025-03-21T20:22:49.2026694Z  2025-03-21T20:22:49.2026945Z -- Looking for C++ include unistd.h 2025-03-21T20:22:49.2027332Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:49.2027723Z -- Looking for C++ include stdint.h 2025-03-21T20:22:49.2028109Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:49.2028499Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:49.2028872Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:49.2029274Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:49.2029669Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:49.2030067Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:49.2030459Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:49.2030838Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:49.2031381Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:50.5616540Z -- Looking for C++ include stddef.h 2025-03-21T20:22:50.5617311Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:50.5617870Z -- Check size of uint32_t 2025-03-21T20:22:50.5618199Z -- Check size of uint32_t - done 2025-03-21T20:22:50.5618522Z -- Looking for strtoll 2025-03-21T20:22:50.5618923Z -- Looking for strtoll - found 2025-03-21T20:22:50.5619776Z -- 2025-03-21T20:22:50.5620053Z -- ******** Summary ******** 2025-03-21T20:22:50.5620396Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:50.5630554Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:50.5631160Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:50.5631551Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:50.5631922Z -- BUCK2 : buck2 2025-03-21T20:22:50.5632309Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:50.5632959Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:50.5633755Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:50.5634206Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:50.5634644Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:50.5635317Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:50.5636028Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:50.5636735Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:50.5637398Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:50.5638284Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:50.5639122Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:50.5639853Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:50.5640574Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:50.5641299Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:50.5642005Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:50.5642696Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:50.5643382Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:50.5644184Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:50.5645088Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:50.5645750Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:50.5646426Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:50.5647129Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:50.5648126Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:50.5648848Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:50.5649702Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:50.5650445Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:50.5651186Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:50.5651941Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:50.5652682Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:50.5653424Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:50.5654143Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:50.5654824Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:50.5655537Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:50.5656258Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:50.5656975Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:50.5657619Z -- Configuring done (5.0s) 2025-03-21T20:22:50.5658139Z -- Generating done (0.1s) 2025-03-21T20:22:50.5658820Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:50.5659601Z + popd 2025-03-21T20:22:50.5660034Z /pytorch/executorch 2025-03-21T20:22:50.5660480Z ++ uname 2025-03-21T20:22:50.5660881Z + '[' Linux == Darwin ']' 2025-03-21T20:22:50.5661657Z ++ nproc 2025-03-21T20:22:50.5662053Z + CMAKE_JOBS=7 2025-03-21T20:22:50.5662536Z + cmake --build cmake-out -j 7 2025-03-21T20:22:50.5663543Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:50.5665080Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:50.5667324Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:50.5669602Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:50.5671793Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:50.5674024Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:50.5675955Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:50.5677143Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:22:50.5677807Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:50.5678532Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:50.5679778Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:50.5680256Z CMake Warning: 2025-03-21T20:22:50.5680631Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:50.5680966Z 2025-03-21T20:22:50.5681086Z  2025-03-21T20:22:50.5681386Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:50.5681924Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:50.5682375Z git describe failed with exit code: 128 2025-03-21T20:22:50.5682627Z 2025-03-21T20:22:50.5682838Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:50.5683269Z Call Stack (most recent call first): 2025-03-21T20:22:50.5683763Z CMakeLists.txt:5 (include) 2025-03-21T20:22:50.5684284Z 2025-03-21T20:22:50.5684476Z  2025-03-21T20:22:50.5684881Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:50.5686521Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:50.5688880Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:50.5691014Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:50.5692319Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:50.5693505Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:50.5694384Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:50.5694880Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:22:50.5695643Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:50.5696739Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:50.5697846Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:50.5698932Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:50.5699871Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:50.5700915Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:50.5702062Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:50.5703086Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:50.5704427Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:50.5705713Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:22:50.5707126Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:50.5709424Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:50.5711896Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:50.5713230Z [ 7%] Built target pthreadpool 2025-03-21T20:22:50.5714768Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:50.5716983Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:50.5719091Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:50.5721125Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:50.5723195Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:50.5725128Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:50.5727672Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:50.5729896Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:50.5731936Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:50.5734177Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:50.5735579Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:50.5737170Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:50.5739123Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:50.5740300Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:50.5741085Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:50.5741563Z -- Detecting CXX compile features 2025-03-21T20:22:50.5741941Z -- Detecting CXX compile features - done 2025-03-21T20:22:50.5742785Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:50.5743957Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:50.5744663Z -- Looking for strtof_l 2025-03-21T20:22:50.5745405Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:50.5746620Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:53.9386379Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:53.9388694Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:53.9391188Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:53.9393797Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:22:53.9396353Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:53.9398950Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:53.9401138Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:53.9403335Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:53.9405912Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:53.9408210Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:53.9409937Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:22:53.9410653Z [ 13%] Built target cpuinfo 2025-03-21T20:22:53.9411174Z -- Looking for strtof_l - found 2025-03-21T20:22:53.9411718Z -- Looking for strtoull_l 2025-03-21T20:22:53.9412547Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:53.9413624Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:22:53.9414254Z -- Looking for strtoull_l - found 2025-03-21T20:22:53.9414926Z -- Looking for realpath 2025-03-21T20:22:53.9415461Z -- Looking for realpath - found 2025-03-21T20:22:53.9416154Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:53.9416908Z -- Configuring done (1.3s) 2025-03-21T20:22:53.9417456Z -- Generating done (0.0s) 2025-03-21T20:22:53.9418396Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:22:53.9419705Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:22:53.9420863Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:53.9422149Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:53.9423425Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:53.9424624Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:53.9426172Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:53.9427527Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:53.9428926Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:53.9430336Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:53.9431734Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:53.9433201Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:53.9434621Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:53.9435860Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:53.9437065Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:53.9438330Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:53.9439655Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:53.9441166Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:53.9442619Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:53.9443957Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:53.9445304Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:53.9447587Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:53.9448972Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:53.9450547Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:53.9452249Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:53.9453591Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:53.9454863Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:53.9456082Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:53.9457330Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:53.9458756Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:53.9460171Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:53.9461453Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:53.9462728Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:53.9464160Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:53.9465595Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:53.9467101Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:53.9468606Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:53.9470021Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:53.9471354Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:53.9472531Z [100%] Linking CXX executable flatc 2025-03-21T20:22:53.9473174Z [100%] Built target flatc 2025-03-21T20:22:53.9473831Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:22:53.9474585Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:22:53.9475118Z [ 13%] Built target flatbuffers 2025-03-21T20:22:53.9475770Z [ 13%] Generating common_schema headers 2025-03-21T20:22:53.9476185Z [ 13%] Built target common_schema 2025-03-21T20:22:53.9476624Z [ 13%] Generating program_schema headers 2025-03-21T20:22:53.9477041Z [ 13%] Built target program_schema 2025-03-21T20:22:53.9477731Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:53.9478821Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:53.9479861Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:53.9480895Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:53.9482001Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:53.9482955Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:53.9483845Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:53.9484768Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:53.9485704Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:53.9486699Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:53.9488517Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:53.9490501Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:53.9492210Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:53.9493968Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:53.9495490Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:53.9496458Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:53.9497367Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:53.9498281Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:53.9499198Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:53.9500147Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:53.9500937Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:53.9501399Z [ 18%] Built target executorch_core 2025-03-21T20:22:53.9502048Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:53.9502939Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:53.9503955Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:53.9504989Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:53.9506065Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:53.9507201Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:56.2476772Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:56.2478475Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:56.2479350Z [ 20%] Built target extension_threadpool 2025-03-21T20:22:56.2480232Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:56.2480977Z [ 20%] Built target executorch 2025-03-21T20:22:56.2482345Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:56.2484255Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:56.2486181Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:56.2488152Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:56.2490243Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:56.2492026Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:56.2493934Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:56.2495860Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:56.2497684Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:56.2499384Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:56.2500679Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:56.2501748Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:56.2502997Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:56.2504971Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:56.2507286Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:56.2509372Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:56.2511541Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:56.2513588Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:56.2515597Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:56.2517562Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:56.2519329Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:56.2521140Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:56.2522998Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:56.2524971Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:56.2527171Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:56.2529398Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:56.2531452Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:56.2533420Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:56.2535297Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:56.2537458Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:56.2539429Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:56.2541395Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:56.2543445Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:56.2545438Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:56.2547248Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:56.2549105Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:56.2551001Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:56.2552778Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:56.2554597Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:56.2556804Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:56.2558687Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:56.2560586Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:56.2562681Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:56.2564124Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:56.2566031Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:56.2568173Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:56.2570351Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:56.2572241Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:56.2574115Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:56.2575932Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:56.2577726Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:56.2579383Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:56.2581197Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:56.2583069Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:56.2584760Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:56.2586512Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:56.2588435Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:56.2590324Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:56.2592273Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:56.2594242Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:56.2596128Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:56.2597951Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:56.2599859Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:56.2601713Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:56.2603540Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:56.2605488Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:56.2607604Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:56.2609726Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:56.2611786Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:56.2613663Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:58.4268768Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:58.4271121Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:58.4273499Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:58.4275646Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:58.4277820Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:58.4279935Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:58.4281999Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:58.4284139Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:58.4286292Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:58.4288372Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:58.4290558Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:58.4292575Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:58.4294426Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:58.4296325Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:58.4298168Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:58.4300166Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:58.4302199Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:58.4304270Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:58.4306206Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:58.4308238Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:58.4310424Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:58.4312523Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:58.4314583Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:58.4316571Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:58.4318427Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:58.4320288Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:58.4322148Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:58.4324444Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:58.4326611Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:58.4328454Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:58.4330752Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:58.4332645Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:58.4334555Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:58.4336479Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:58.4338513Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:58.4340622Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:58.4342849Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:58.4344898Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:58.4346757Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:58.4348696Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:58.4350886Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:58.4353087Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:58.4355148Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:58.4357114Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:58.4359162Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:58.4361307Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:58.4363422Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:58.4365417Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:58.4367411Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:58.4369424Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:58.4371342Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:58.4373427Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:58.4375625Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:58.4377859Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:58.4380156Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:58.4382399Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:58.4384574Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:58.4386816Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:58.4388828Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:58.4391110Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:58.4393446Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:58.4395917Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:58.4398192Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:58.4400060Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:58.4402141Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:58.4404324Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:58.4406474Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:58.4408531Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:58.4410848Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:58.4413157Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:58.4415440Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:58.4417567Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:58.4419726Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:00.6252357Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:00.6254646Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:00.6256877Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:00.6259241Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:00.6261602Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:00.6263830Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:00.6265956Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:00.6268100Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:00.6270501Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:00.6272781Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:00.6274758Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:00.6276677Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:00.6279387Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:00.6281887Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:00.6284267Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:00.6286460Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:00.6288592Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:00.6290823Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:00.6292876Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:00.6295010Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:00.6297230Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:00.6299602Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:00.6301872Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:00.6304181Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:00.6306561Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:00.6308912Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:00.6311179Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:00.6313162Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:00.6315069Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:00.6317025Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:00.6318903Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:00.6320906Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:00.6323011Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:00.6325097Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:00.6329620Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:00.6331783Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:00.6333795Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:00.6335807Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:00.6337866Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:00.6339901Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:00.6341891Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:00.6344400Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:00.6346586Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:00.6348838Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:00.6350965Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:00.6353167Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:00.6355250Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:00.6357360Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:00.6359696Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:00.6362048Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:00.6364530Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:00.6366826Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:00.6368864Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:00.6370930Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:00.6372832Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:00.6374793Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:00.6376747Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:00.6378673Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:00.6380620Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:00.6382601Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:00.6384746Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:00.6386935Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:00.6389095Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:00.6391404Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:00.6393568Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:00.6395546Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:00.6397607Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:00.6399674Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:00.6401843Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:00.6404066Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:00.6406436Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:00.6408596Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:02.8834278Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:02.8836666Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:02.8838808Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:02.8840923Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:02.8842954Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:02.8845066Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:02.8847156Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:02.8849323Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:02.8851476Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:02.8853659Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:02.8855788Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:02.8857763Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:02.8859800Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:02.8861888Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:02.8864050Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:02.8866386Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:02.8868673Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:02.8870828Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:02.8872796Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:02.8874781Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:02.8876738Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:02.8878806Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:02.8880900Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:02.8883092Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:02.8885285Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:02.8887494Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:02.8889786Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:02.8891887Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:02.8894119Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:02.8896350Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:02.8898300Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:02.8900207Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:02.8902211Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:02.8904250Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:02.8906371Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:02.8908635Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:02.8910852Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:02.8913054Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:02.8915238Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:02.8917449Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:02.8919692Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:02.8921742Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:02.8923699Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:02.8925658Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:02.8927922Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:02.8929762Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:02.8931823Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:02.8933866Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:02.8935904Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:02.8937992Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:02.8940055Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:02.8942074Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:02.8944188Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:02.8946293Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:02.8948519Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:02.8950559Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:02.8952727Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:02.8954858Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:02.8957156Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:02.8959243Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:02.8961232Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:02.8963079Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:02.8965172Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:02.8967290Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:02.8969547Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:02.8971835Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:02.8973744Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:02.8975776Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:02.8977991Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:02.8980185Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:02.8982340Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:02.8984389Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:02.8986262Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:04.9155626Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:04.9157709Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:04.9160118Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:04.9162150Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:04.9164224Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:04.9166381Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:04.9168422Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:04.9170468Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:04.9172305Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:04.9174207Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:04.9176517Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:04.9178673Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:04.9181045Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:04.9183286Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:04.9185609Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:04.9187686Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:04.9198450Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:04.9201091Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:04.9203431Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:04.9205856Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:04.9208320Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:04.9210703Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:04.9212872Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:04.9215060Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:04.9217159Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:04.9219294Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:04.9221598Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:04.9224155Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:04.9228095Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:04.9230755Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:04.9232857Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:04.9235362Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:04.9237626Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:04.9239490Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:04.9241681Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:04.9243842Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:04.9245987Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:04.9248372Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:04.9250887Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:04.9253468Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:04.9255791Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:04.9258083Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:04.9260849Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:04.9263375Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:04.9265750Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:04.9268160Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:04.9271044Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:04.9273468Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:04.9275743Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:04.9277831Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:04.9280004Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:04.9282216Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:04.9284378Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:04.9286616Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:04.9288822Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:04.9291029Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:04.9293162Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:04.9295193Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:04.9297209Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:04.9299375Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:04.9301702Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:04.9303823Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:04.9306117Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:04.9308420Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:04.9310781Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:04.9313026Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:04.9315167Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:04.9317505Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:26.6228052Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:26.6230385Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:26.6231749Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:26.6232427Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:26.6232925Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:23:26.6233328Z [ 98%] Built target portable_kernels 2025-03-21T20:23:26.6233879Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:26.6234500Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:26.6235587Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:26.6236628Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:26.6237099Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:26.6237854Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:26.6238998Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:26.6240115Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:26.6241124Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:26.6242151Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:26.6243289Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:26.6244132Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:26.6244548Z [100%] Built target executor_runner 2025-03-21T20:23:26.6244894Z + [[ '' == *main* ]] 2025-03-21T20:23:26.6245174Z + [[ '' == *gh* ]] 2025-03-21T20:23:26.6245483Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:26.6245826Z + bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:23:26.6246163Z + setup_libc++ 12 2025-03-21T20:23:26.6246442Z + clang_version=12 2025-03-21T20:23:26.6246725Z + sudo apt-get update 2025-03-21T20:23:26.6246904Z 2025-03-21T20:23:26.6247031Z 0% [Working] 2025-03-21T20:23:26.6247283Z 2025-03-21T20:23:26.6247616Z Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-03-21T20:23:26.6247936Z 2025-03-21T20:23:26.6248209Z 0% [Connecting to security.ubuntu.com (185.125.190.82)] [Waiting for headers] [ 2025-03-21T20:23:26.6248760Z 2025-03-21T20:23:26.6249212Z Hit:2 https://dl.yarnpkg.com/debian stable InRelease 2025-03-21T20:23:26.6249512Z 2025-03-21T20:23:26.6249893Z 0% [Waiting for headers] [Connecting to security.ubuntu.com (185.125.190.82)] [ 2025-03-21T20:23:26.6250423Z 2025-03-21T20:23:26.6250937Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-03-21T20:23:26.6251328Z 2025-03-21T20:23:26.6251570Z 0% [3 InRelease 14.2 kB/128 kB 11%] [Connecting to security.ubuntu.com (185.125 2025-03-21T20:23:26.6252078Z 2025-03-21T20:23:26.6252555Z Hit:4 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-03-21T20:23:26.6252885Z 2025-03-21T20:23:26.6253028Z 2025-03-21T20:23:26.6253649Z 0% [3 InRelease 54.7 kB/128 kB 43%] [Waiting for headers] 2025-03-21T20:23:26.6254058Z 2025-03-21T20:23:26.6254431Z 0% [Waiting for headers] 2025-03-21T20:23:26.6254737Z 2025-03-21T20:23:26.6255194Z Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-03-21T20:23:26.6255586Z 2025-03-21T20:23:26.6255847Z 0% [5 InRelease 11.3 kB/127 kB 9%] [Waiting for headers] 2025-03-21T20:23:26.6256268Z 2025-03-21T20:23:26.6256616Z 0% [Waiting for headers] 2025-03-21T20:23:26.6256922Z 0% [Waiting for headers] 2025-03-21T20:23:26.6257218Z 2025-03-21T20:23:26.6257670Z Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-03-21T20:23:26.6258058Z 2025-03-21T20:23:26.6258189Z 0% [6 InRelease 14.2 kB/129 kB 11%] 2025-03-21T20:23:26.6258521Z 0% [6 InRelease 37.3 kB/129 kB 29%] 2025-03-21T20:23:26.6258867Z 0% [6 InRelease 43.1 kB/129 kB 33%] 2025-03-21T20:23:26.6259207Z 0% [6 InRelease 89.5 kB/129 kB 69%] 2025-03-21T20:23:26.6259535Z 2025-03-21T20:23:26.6260051Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3003 kB] 2025-03-21T20:23:26.6260477Z 2025-03-21T20:23:26.6260677Z 0% [7 Packages 12.3 kB/3003 kB 0%] [6 InRelease 98.2 kB/129 kB 76%] 2025-03-21T20:23:26.6261138Z 2025-03-21T20:23:26.6261516Z 0% [7 Packages 476 kB/3003 kB 16%] 2025-03-21T20:23:26.6261859Z 0% [7 Packages 2068 kB/3003 kB 69%] 2025-03-21T20:23:26.6262189Z 2025-03-21T20:23:26.6262506Z 0% [Working] 2025-03-21T20:23:26.6262787Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-03-21T20:23:26.6263172Z 2025-03-21T20:23:26.6263739Z Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [38.5 kB] 2025-03-21T20:23:26.6264197Z 2025-03-21T20:23:26.6264383Z 0% [7 Packages store 0 B] [8 Packages 15.7 kB/38.5 kB 41%] 2025-03-21T20:23:26.6264804Z 2025-03-21T20:23:26.6265159Z 0% [7 Packages store 0 B] 2025-03-21T20:23:26.6265463Z 2025-03-21T20:23:26.6265953Z Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [112 kB] 2025-03-21T20:23:26.6266389Z 2025-03-21T20:23:26.6266572Z 0% [7 Packages store 0 B] [9 Packages 42.5 kB/112 kB 38%] 2025-03-21T20:23:26.6266991Z 2025-03-21T20:23:26.6267340Z 0% [7 Packages store 0 B] 2025-03-21T20:23:26.6267654Z 99% [7 Packages store 0 B] 2025-03-21T20:23:26.6267957Z 2025-03-21T20:23:26.6268247Z 99% [Working] 2025-03-21T20:23:26.6268519Z 99% [8 Packages store 0 B] 2025-03-21T20:23:26.6268810Z 2025-03-21T20:23:26.6269104Z 100% [Working] 2025-03-21T20:23:26.6269386Z 100% [9 Packages store 0 B] 2025-03-21T20:23:26.6269699Z 2025-03-21T20:23:26.6269992Z 100% [Working] 2025-03-21T20:23:26.6270231Z 2025-03-21T20:23:26.6270501Z Fetched 3538 kB in 1s (5924 kB/s) 2025-03-21T20:23:26.6270731Z 2025-03-21T20:23:26.6270851Z Reading package lists... 0% 2025-03-21T20:23:26.6271051Z 2025-03-21T20:23:26.6271186Z Reading package lists... 0% 2025-03-21T20:23:26.6271390Z 2025-03-21T20:23:26.6271526Z Reading package lists... 0% 2025-03-21T20:23:26.6271724Z 2025-03-21T20:23:26.6271857Z Reading package lists... 4% 2025-03-21T20:23:26.6272054Z 2025-03-21T20:23:26.6272174Z Reading package lists... 4% 2025-03-21T20:23:26.6272388Z 2025-03-21T20:23:26.6272507Z Reading package lists... 5% 2025-03-21T20:23:26.6272722Z 2025-03-21T20:23:26.6272842Z Reading package lists... 5% 2025-03-21T20:23:26.6273039Z 2025-03-21T20:23:26.6273175Z Reading package lists... 48% 2025-03-21T20:23:26.6273384Z 2025-03-21T20:23:26.6273611Z Reading package lists... 48% 2025-03-21T20:23:26.6273817Z 2025-03-21T20:23:26.6273959Z Reading package lists... 48% 2025-03-21T20:23:26.6274163Z 2025-03-21T20:23:26.6274283Z Reading package lists... 48% 2025-03-21T20:23:26.6274504Z 2025-03-21T20:23:26.6274627Z Reading package lists... 57% 2025-03-21T20:23:26.6274846Z 2025-03-21T20:23:26.6274967Z Reading package lists... 57% 2025-03-21T20:23:26.6275172Z 2025-03-21T20:23:26.6275304Z Reading package lists... 70% 2025-03-21T20:23:26.6275566Z 2025-03-21T20:23:26.6275702Z Reading package lists... 70% 2025-03-21T20:23:26.6275904Z 2025-03-21T20:23:26.6276037Z Reading package lists... 74% 2025-03-21T20:23:26.6276242Z 2025-03-21T20:23:26.6276360Z Reading package lists... 74% 2025-03-21T20:23:26.6276575Z 2025-03-21T20:23:26.6276693Z Reading package lists... 75% 2025-03-21T20:23:26.6276909Z 2025-03-21T20:23:26.6277029Z Reading package lists... 75% 2025-03-21T20:23:26.6277231Z 2025-03-21T20:23:26.6277366Z Reading package lists... 75% 2025-03-21T20:23:26.6277572Z 2025-03-21T20:23:26.6277710Z Reading package lists... 75% 2025-03-21T20:23:26.6277912Z 2025-03-21T20:23:26.6278045Z Reading package lists... 75% 2025-03-21T20:23:26.6278249Z 2025-03-21T20:23:26.6278368Z Reading package lists... 75% 2025-03-21T20:23:26.6278583Z 2025-03-21T20:23:26.6278700Z Reading package lists... 76% 2025-03-21T20:23:26.6278917Z 2025-03-21T20:23:26.6279037Z Reading package lists... 83% 2025-03-21T20:23:26.6279240Z 2025-03-21T20:23:26.6279375Z Reading package lists... 83% 2025-03-21T20:23:26.6279576Z 2025-03-21T20:23:26.6279709Z Reading package lists... 95% 2025-03-21T20:23:26.6279911Z 2025-03-21T20:23:26.6280043Z Reading package lists... 95% 2025-03-21T20:23:26.6280244Z 2025-03-21T20:23:26.6280364Z Reading package lists... 99% 2025-03-21T20:23:26.6280579Z 2025-03-21T20:23:26.6280697Z Reading package lists... 99% 2025-03-21T20:23:26.6280916Z 2025-03-21T20:23:26.6281052Z Reading package lists... 99% 2025-03-21T20:23:26.6281253Z 2025-03-21T20:23:26.6281387Z Reading package lists... 99% 2025-03-21T20:23:26.6281594Z 2025-03-21T20:23:26.6281729Z Reading package lists... 99% 2025-03-21T20:23:26.6281933Z 2025-03-21T20:23:26.6282055Z Reading package lists... 99% 2025-03-21T20:23:26.6282274Z 2025-03-21T20:23:26.6282394Z Reading package lists... 99% 2025-03-21T20:23:26.6282616Z 2025-03-21T20:23:26.6282738Z Reading package lists... 99% 2025-03-21T20:23:26.6282942Z 2025-03-21T20:23:26.6283081Z Reading package lists... 99% 2025-03-21T20:23:26.6283289Z 2025-03-21T20:23:26.6283462Z Reading package lists... 99% 2025-03-21T20:23:26.6283765Z 2025-03-21T20:23:26.6283919Z Reading package lists... Done 2025-03-21T20:23:26.6284130Z 2025-03-21T20:23:26.6284889Z W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. 2025-03-21T20:23:26.6285948Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-03-21T20:23:26.6286336Z + j=0 2025-03-21T20:23:26.6286590Z + '[' 0 -lt 1 ']' 2025-03-21T20:23:26.6286903Z ++ verify_pkg_installed libc++-12-dev 2025-03-21T20:23:26.6287331Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-03-21T20:23:26.6287773Z +++ grep 'install ok installed' 2025-03-21T20:23:26.6288119Z ++ echo install ok installed 2025-03-21T20:23:26.6288464Z + install_status='install ok installed' 2025-03-21T20:23:26.6288845Z + '[' 'install ok installed' == '' ']' 2025-03-21T20:23:26.6289171Z + j=1 2025-03-21T20:23:26.6289420Z + '[' 1 -lt 1 ']' 2025-03-21T20:23:26.6289772Z + install_qnn 2025-03-21T20:23:26.6290058Z + echo 'Start installing qnn.' 2025-03-21T20:23:26.6290385Z Start installing qnn. 2025-03-21T20:23:26.6290680Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-03-21T20:23:26.6291011Z + mkdir -p /tmp/qnn 2025-03-21T20:23:26.6291768Z + curl -Lo /tmp/v2.28.0.24.10.29.zip https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.28.0.241029.zip 2025-03-21T20:23:26.6292708Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:23:26.6293351Z Dload Upload Total Spent Left Speed 2025-03-21T20:23:26.6293641Z 2025-03-21T20:23:26.6293812Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:23:26.6294312Z 100 134 100 134 0 0 445 0 --:--:-- --:--:-- --:--:-- 445 2025-03-21T20:23:26.6294714Z 2025-03-21T20:23:26.6294963Z 0 954M 0 219k 0 0 218k 0 1:14:38 0:00:01 1:14:37 218k 2025-03-21T20:23:26.6295441Z 6 954M 6 58.0M 0 0 29.1M 0 0:00:32 0:00:01 0:00:31 58.7M 2025-03-21T20:23:26.6295919Z 12 954M 12 116M 0 0 38.8M 0 0:00:24 0:00:02 0:00:22 58.4M 2025-03-21T20:23:26.6296404Z 17 954M 17 168M 0 0 42.1M 0 0:00:22 0:00:03 0:00:19 56.2M 2025-03-21T20:23:26.6296945Z 24 954M 24 229M 0 0 45.9M 0 0:00:20 0:00:04 0:00:16 57.4M 2025-03-21T20:23:26.6297419Z 27 954M 27 265M 0 0 44.3M 0 0:00:21 0:00:05 0:00:16 53.2M 2025-03-21T20:23:26.6297908Z 31 954M 31 296M 0 0 40.3M 0 0:00:23 0:00:07 0:00:16 44.5M 2025-03-21T20:23:26.6298388Z 35 954M 35 343M 0 0 42.9M 0 0:00:22 0:00:07 0:00:15 45.4M 2025-03-21T20:23:26.6298868Z 43 954M 43 416M 0 0 46.3M 0 0:00:20 0:00:08 0:00:12 49.7M 2025-03-21T20:23:26.6299348Z 51 954M 51 487M 0 0 48.6M 0 0:00:19 0:00:10 0:00:09 51.4M 2025-03-21T20:23:26.6299834Z 58 954M 58 558M 0 0 50.8M 0 0:00:18 0:00:10 0:00:08 58.5M 2025-03-21T20:23:26.6300305Z 62 954M 62 600M 0 0 50.0M 0 0:00:19 0:00:12 0:00:07 65.2M 2025-03-21T20:23:26.6300806Z 70 954M 70 675M 0 0 52.0M 0 0:00:18 0:00:12 0:00:06 66.4M 2025-03-21T20:23:26.6301293Z 78 954M 78 745M 0 0 53.2M 0 0:00:17 0:00:14 0:00:03 65.4M 2025-03-21T20:23:26.6301780Z 84 954M 84 811M 0 0 54.1M 0 0:00:17 0:00:14 0:00:03 65.0M 2025-03-21T20:23:26.6302267Z 92 954M 92 878M 0 0 54.9M 0 0:00:17 0:00:15 0:00:02 63.9M 2025-03-21T20:23:26.6302762Z 98 954M 98 938M 0 0 55.2M 0 0:00:17 0:00:17 --:--:-- 67.5M 2025-03-21T20:23:26.6303246Z 100 954M 100 954M 0 0 55.3M 0 0:00:17 0:00:17 --:--:-- 65.3M 2025-03-21T20:23:51.2709836Z + echo 'Finishing downloading qnn sdk.' 2025-03-21T20:23:51.2710487Z Finishing downloading qnn sdk. 2025-03-21T20:23:51.2711264Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-03-21T20:23:51.2711754Z + echo 'Finishing unzip qnn sdk.' 2025-03-21T20:23:51.2712148Z Finishing unzip qnn sdk. 2025-03-21T20:23:51.2712460Z + ls -lah /tmp/qairt 2025-03-21T20:23:51.2712745Z total 16K 2025-03-21T20:23:51.2713049Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 05:44 . 2025-03-21T20:23:51.2713482Z drwxrwxrwt. 1 root root 58 Mar 21 20:23 .. 2025-03-21T20:23:51.2713961Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:23:51.2714549Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-03-21T20:23:51.2715157Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-03-21T20:23:51.2715897Z Finishing installing qnn '/tmp/qnn' . 2025-03-21T20:23:51.2716308Z + ls -lah /tmp/qnn 2025-03-21T20:23:51.2716581Z total 16K 2025-03-21T20:23:51.2716881Z drwxr-xr-x. 3 ci-user ci-user 27 Mar 21 20:23 . 2025-03-21T20:23:51.2717317Z drwxrwxrwt. 1 root root 58 Mar 21 20:23 .. 2025-03-21T20:23:51.2717808Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:23:51.2718244Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:51.2718583Z + bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:23:51.2718927Z + set -o xtrace 2025-03-21T20:23:51.2719197Z + build_qnn_backend 2025-03-21T20:23:51.2719494Z + echo 'Start building qnn backend.' 2025-03-21T20:23:51.2719843Z Start building qnn backend. 2025-03-21T20:23:51.2720180Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:23:51.2720533Z + ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:23:51.2720878Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:23:51.2721489Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:23:51.2721854Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:23:51.2722238Z ++ cd -- .ci/scripts/../.. 2025-03-21T20:23:51.2722610Z ++ pwd 2025-03-21T20:23:51.2722886Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:23:51.2723291Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:23:51.2723852Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 2 --release 2025-03-21T20:23:51.2724516Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-03-21T20:23:51.2724865Z + '[' --skip_aarch64 = -h ']' 2025-03-21T20:23:51.2725171Z + BUILD_X86_64=true 2025-03-21T20:23:51.2725454Z + CMAKE_X86_64=build-x86 2025-03-21T20:23:51.2726001Z + BUILD_AARCH64=true 2025-03-21T20:23:51.2726326Z + CMAKE_AARCH64=build-android 2025-03-21T20:23:51.2726645Z + CLEAN=true 2025-03-21T20:23:51.2726897Z + BUILD_TYPE=Debug 2025-03-21T20:23:51.2727176Z + BUILD_JOB_NUMBER=16 2025-03-21T20:23:51.2727483Z + '[' -z PYTHON_EXECUTABLE ']' 2025-03-21T20:23:51.2727818Z + '[' -z BUCK2 ']' 2025-03-21T20:23:51.2728205Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-03-21T20:23:51.2729266Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 2 --release 2025-03-21T20:23:51.2730384Z + parsed_args=' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:23:51.2730948Z + eval set -- ' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:23:51.2731443Z ++ set -- --skip_aarch64 --job_number 2 --release -- 2025-03-21T20:23:51.2731833Z + true 2025-03-21T20:23:51.2732067Z + case "$1" in 2025-03-21T20:23:51.2732342Z + BUILD_AARCH64=false 2025-03-21T20:23:51.2732629Z + shift 2025-03-21T20:23:51.2732868Z + true 2025-03-21T20:23:51.2733111Z + case "$1" in 2025-03-21T20:23:51.2733362Z + BUILD_JOB_NUMBER=2 2025-03-21T20:23:51.2733639Z + shift 2 2025-03-21T20:23:51.2733879Z + true 2025-03-21T20:23:51.2734118Z + case "$1" in 2025-03-21T20:23:51.2734372Z + BUILD_TYPE=Release 2025-03-21T20:23:51.2734651Z + shift 2025-03-21T20:23:51.2734887Z + true 2025-03-21T20:23:51.2735127Z + case "$1" in 2025-03-21T20:23:51.2735381Z + shift 2025-03-21T20:23:51.2735600Z + break 2025-03-21T20:23:51.2735883Z +++ dirname backends/qualcomm/scripts/build.sh 2025-03-21T20:23:51.2736292Z ++ cd backends/qualcomm/scripts/../../.. 2025-03-21T20:23:51.2736653Z ++ pwd -P 2025-03-21T20:23:51.2736936Z + PRJ_ROOT=/pytorch/executorch 2025-03-21T20:23:51.2737245Z + '[' false = true ']' 2025-03-21T20:23:51.2737529Z + '[' true = true ']' 2025-03-21T20:23:51.2737850Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-03-21T20:23:51.2738220Z + '[' true = true ']' 2025-03-21T20:23:51.2738516Z + rm -rf /pytorch/executorch/build-x86 2025-03-21T20:23:51.2738899Z + mkdir /pytorch/executorch/build-x86 2025-03-21T20:23:51.2739269Z + cd /pytorch/executorch/build-x86 2025-03-21T20:23:51.2741304Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-03-21T20:23:51.2743411Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:51.2743870Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:51.2744289Z -- Detecting C compiler ABI info 2025-03-21T20:23:51.2744638Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:51.2745091Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:51.2745543Z -- Detecting C compile features 2025-03-21T20:23:51.2745899Z -- Detecting C compile features - done 2025-03-21T20:23:51.2746279Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:51.2746639Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:51.2747112Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:51.2747740Z -- Detecting CXX compile features 2025-03-21T20:23:51.2748116Z -- Detecting CXX compile features - done 2025-03-21T20:23:51.2749121Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:51.2749946Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:51.2750437Z CMake. 2025-03-21T20:23:51.2750676Z 2025-03-21T20:23:51.2750938Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:51.2751586Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:51.2752285Z to work with policies introduced by or earlier. 2025-03-21T20:23:51.2752580Z 2025-03-21T20:23:51.2752730Z  2025-03-21T20:23:51.2753418Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:51.2754276Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:51.2754766Z CMake. 2025-03-21T20:23:51.2754900Z 2025-03-21T20:23:51.2755171Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:51.2755813Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:51.2756375Z to work with policies introduced by or earlier. 2025-03-21T20:23:51.2756674Z 2025-03-21T20:23:51.2756792Z  2025-03-21T20:23:51.2757074Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:51.2757513Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:51.2757924Z -- Found Threads: TRUE 2025-03-21T20:23:51.2758702Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:51.2759553Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:51.2760041Z CMake. 2025-03-21T20:23:51.2760193Z 2025-03-21T20:23:51.2760446Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:51.2761085Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:51.2761642Z to work with policies introduced by or earlier. 2025-03-21T20:23:51.2761931Z 2025-03-21T20:23:51.2762061Z  2025-03-21T20:23:51.2762313Z -- Using python executable 'python' 2025-03-21T20:23:51.2762675Z -- Resolved buck2 as buck2. 2025-03-21T20:23:51.2762994Z -- Killing buck2 daemon 2025-03-21T20:23:51.2763309Z 'buck2 killall' 2025-03-21T20:23:51.2763655Z -- executorch: Generating source lists 2025-03-21T20:23:51.2764270Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:23:51.2765048Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:23:51.2765636Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:51.2766022Z -- Generating operator lib: 2025-03-21T20:23:51.2766368Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:51.2766843Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:51.2767324Z -- ROOT_OPS: 2025-03-21T20:23:51.2767608Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:51.2769026Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:51.2770392Z -- Generating kernel bindings: 2025-03-21T20:23:51.2770745Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:51.2771223Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:51.2771713Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:51.2772034Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:51.2773959Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:51.2775845Z -- Generating operator lib: 2025-03-21T20:23:51.2776183Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:51.2776540Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:51.2776873Z -- DEPS: executorch 2025-03-21T20:23:51.2777599Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:51.2778358Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:51.2778846Z CMake. 2025-03-21T20:23:51.2778981Z 2025-03-21T20:23:51.2779249Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:51.2779875Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:51.2780436Z to work with policies introduced by or earlier. 2025-03-21T20:23:51.2780741Z 2025-03-21T20:23:51.2780864Z  2025-03-21T20:23:51.2781126Z -- Looking for C++ include unistd.h 2025-03-21T20:23:51.2781504Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:51.2781891Z -- Looking for C++ include stdint.h 2025-03-21T20:23:51.2782249Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:51.2782639Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:51.2783030Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:51.2783434Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:51.2783826Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:51.2784210Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:51.2784594Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:51.2784989Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:51.2785378Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:51.2785770Z -- Looking for C++ include stddef.h 2025-03-21T20:23:51.2786130Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:51.2786512Z -- Check size of uint32_t 2025-03-21T20:23:51.2786834Z -- Check size of uint32_t - done 2025-03-21T20:23:51.2787167Z -- Looking for strtoll 2025-03-21T20:23:51.2787476Z -- Looking for strtoll - found 2025-03-21T20:23:51.2787818Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:23:51.2788246Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:23:51.2789022Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:23:51.2789790Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:51.2790279Z CMake. 2025-03-21T20:23:51.2790412Z 2025-03-21T20:23:51.2790668Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:51.2791314Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:51.2791873Z to work with policies introduced by or earlier. 2025-03-21T20:23:51.2792179Z 2025-03-21T20:23:51.2792303Z  2025-03-21T20:23:51.2792550Z -- pybind11 v2.13.6 2025-03-21T20:23:51.2793046Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:23:51.2793740Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:23:51.2794219Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:23:51.2794584Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:23:51.2795302Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:23:51.2796050Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:51.2796522Z CMake. 2025-03-21T20:23:51.2796668Z 2025-03-21T20:23:54.3453468Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:54.3454742Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:54.3455746Z to work with policies introduced by or earlier. 2025-03-21T20:23:54.3457231Z 2025-03-21T20:23:54.3457628Z  2025-03-21T20:23:54.3458232Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:23:54.3459369Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:23:54.3460217Z -- Setting Clang compiler options 2025-03-21T20:23:54.3461646Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:23:54.3463533Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:23:54.3464664Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:54.3465515Z CMake. 2025-03-21T20:23:54.3465730Z 2025-03-21T20:23:54.3466165Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:54.3467192Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:54.3468079Z to work with policies introduced by or earlier. 2025-03-21T20:23:54.3468417Z 2025-03-21T20:23:54.3468422Z 2025-03-21T20:23:54.3468581Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:54.3469004Z -- Detecting C compiler ABI info 2025-03-21T20:23:54.3469371Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:54.3469829Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:54.3470283Z -- Detecting C compile features 2025-03-21T20:23:54.3470742Z -- Detecting C compile features - done 2025-03-21T20:23:54.3471293Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:23:54.3471827Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:23:54.3472289Z -- Setting Clang compiler options 2025-03-21T20:23:54.3473099Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:23:54.3473901Z -- Configuring done (0.3s) 2025-03-21T20:23:54.3474228Z -- Generating done (0.0s) 2025-03-21T20:23:54.3474700Z -- Build files have been written to: /pytorch/executorch/build-x86/_host_build 2025-03-21T20:23:54.3475343Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:23:54.3475953Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:23:54.3476554Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:23:54.3477159Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:23:54.3477794Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:23:54.3478445Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:23:54.3479152Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:23:54.3479722Z [ 21%] Built target flatccrt 2025-03-21T20:23:54.3480261Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:23:54.3481354Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:23:54.3482635Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:23:54.3483936Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:23:54.3485239Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:23:54.3486693Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:23:54.3488096Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:23:54.3489292Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:23:54.3490404Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:23:54.3491416Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:23:54.3492108Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:23:54.3492834Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:23:54.3493418Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:23:54.3494064Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:23:54.3494991Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:23:54.3495664Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:23:54.3496360Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:23:54.3497056Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:23:54.3497744Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:23:54.3498760Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:23:54.3500038Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:23:54.3501221Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:23:54.3502128Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:23:54.3502852Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:23:54.3503391Z [ 93%] Built target flatcc 2025-03-21T20:23:54.3503833Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:23:54.3504527Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:23:54.3505190Z [100%] Built target flatcc_cli 2025-03-21T20:23:54.3505527Z -- Generating operator lib: 2025-03-21T20:23:54.3505853Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:23:54.3506336Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:23:54.3506837Z -- ROOT_OPS: 2025-03-21T20:23:54.3507117Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:54.3508918Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:23:54.3511299Z -- Generating kernel bindings: 2025-03-21T20:23:54.3511823Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:23:54.3512384Z -- FUNCTIONS_YAML: 2025-03-21T20:23:54.3513142Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:23:54.3514016Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:54.3521030Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:23:54.3527600Z -- Generating operator lib: 2025-03-21T20:23:54.3528201Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:23:54.3528777Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:23:54.3529370Z -- DEPS: executorch 2025-03-21T20:23:54.3529837Z -- 2025-03-21T20:23:54.3530242Z -- ******** Summary ******** 2025-03-21T20:23:54.3530904Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:54.3531570Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:54.3532188Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:54.3532860Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:54.3533475Z -- BUCK2 : buck2 2025-03-21T20:23:54.3534128Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:54.3535349Z -- FLATC_EXECUTABLE : /pytorch/executorch/build-x86/third-party/flatbuffers/flatc 2025-03-21T20:23:54.3536415Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:54.3537201Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:54.3537972Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:54.3538732Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:54.3539612Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:54.3540382Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:54.3541115Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:54.3541862Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:54.3542615Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:23:54.3543370Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:54.3544135Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:23:54.3544893Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:23:54.3545630Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:54.3546353Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:23:54.3547132Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:54.3547907Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:23:54.3548672Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:54.3549431Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:54.3550126Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:54.3550856Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:54.3551592Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:54.3552314Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:54.3553087Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:54.3553855Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:23:54.3554592Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:54.3555329Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:54.3556092Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:54.3556782Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:54.3557468Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:23:54.3558144Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:54.3558850Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:54.3559548Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:54.3560242Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:54.3560915Z -- Configuring done (8.9s) 2025-03-21T20:23:54.3561427Z -- Generating done (0.2s) 2025-03-21T20:23:54.3562180Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-03-21T20:23:54.3563267Z + cmake --build /pytorch/executorch/build-x86 -j2 --target install 2025-03-21T20:23:54.3564369Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:54.3565939Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:54.3567356Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:23:54.3568216Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:23:54.3569060Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T20:23:54.3570036Z [ 1%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:57.9358109Z CMake Warning: 2025-03-21T20:23:57.9358797Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:57.9359137Z 2025-03-21T20:23:57.9359293Z  2025-03-21T20:23:57.9359603Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:57.9360231Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:57.9360683Z git describe failed with exit code: 128 2025-03-21T20:23:57.9360935Z 2025-03-21T20:23:57.9361153Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:57.9361846Z Call Stack (most recent call first): 2025-03-21T20:23:57.9362198Z CMakeLists.txt:5 (include) 2025-03-21T20:23:57.9362420Z 2025-03-21T20:23:57.9362548Z  2025-03-21T20:23:57.9362822Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:57.9363659Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:57.9364534Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:57.9364987Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:57.9365864Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:57.9366744Z [ 2%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:57.9367225Z [ 2%] Built target gflags_nothreads_static 2025-03-21T20:23:57.9367679Z [ 2%] Generating etdump headers 2025-03-21T20:23:57.9368071Z [ 2%] Built target etdump_schema 2025-03-21T20:23:57.9368445Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:57.9369176Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:23:57.9369900Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:57.9370468Z -- Detecting CXX compile features 2025-03-21T20:23:57.9370851Z -- Detecting CXX compile features - done 2025-03-21T20:23:57.9371236Z -- Looking for strtof_l 2025-03-21T20:23:57.9371889Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:23:57.9372857Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:23:57.9373485Z -- Looking for strtof_l - found 2025-03-21T20:23:57.9373827Z -- Looking for strtoull_l 2025-03-21T20:23:57.9374502Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:23:57.9375506Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:23:57.9376510Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:23:57.9377175Z -- Looking for strtoull_l - found 2025-03-21T20:23:57.9377524Z -- Looking for realpath 2025-03-21T20:23:57.9378175Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:23:57.9378781Z [ 3%] Built target flatccrt 2025-03-21T20:23:57.9379482Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:57.9380494Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:57.9381152Z -- Looking for realpath - found 2025-03-21T20:23:57.9381554Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:57.9381978Z -- Configuring done (0.9s) 2025-03-21T20:23:57.9382309Z -- Generating done (0.0s) 2025-03-21T20:23:57.9382822Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers 2025-03-21T20:23:57.9383521Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:23:57.9384323Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:57.9385190Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:57.9386069Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:57.9387110Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:57.9387982Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:57.9388895Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:57.9390080Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:57.9390979Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:57.9391894Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:57.9393032Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:57.9394123Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:57.9394983Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:57.9395856Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:57.9396951Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:57.9397887Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:57.9398888Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:57.9400120Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:57.9401076Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:57.9402022Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:57.9403185Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:57.9404342Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:57.9405288Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:57.9406258Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:57.9407398Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:57.9408309Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:57.9409280Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:57.9410107Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T20:23:57.9410611Z [ 8%] Built target cpuinfo 2025-03-21T20:23:57.9411382Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:57.9412317Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:57.9413280Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:57.9414424Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:57.9415380Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:57.9416362Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:57.9417796Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:57.9418821Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:57.9419800Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:57.9421096Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:57.9422069Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:57.9423110Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:57.9424359Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:57.9425572Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:57.9427607Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:57.9428573Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:57.9429802Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:57.9430774Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:57.9431822Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:57.9433179Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:57.9434484Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:57.9435486Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:57.9436529Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:57.9437533Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:57.9438556Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:57.9439833Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:24:02.2570328Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:24:02.2571759Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:24:02.2573128Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:24:02.2574156Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:24:02.2574829Z [ 11%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:24:02.2575301Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:24:02.2576153Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:24:02.2577381Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:24:02.2578352Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:24:02.2579322Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:24:02.2580499Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:24:02.2581485Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:24:02.2582478Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:24:02.2583336Z [ 12%] Linking C static library libpthreadpool.a 2025-03-21T20:24:02.2584000Z [ 12%] Built target pthreadpool 2025-03-21T20:24:02.2584572Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:24:02.2585406Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:24:02.2586258Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:24:02.2587092Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:24:02.2587792Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:24:02.2588731Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:24:02.2589908Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:24:02.2590836Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:24:02.2591790Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:24:02.2592911Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:24:02.2593853Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:24:02.2594815Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:24:02.2595950Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:24:02.2596940Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:24:02.2597932Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:24:02.2598954Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:24:02.2599771Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:24:02.2600620Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:24:02.2601587Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:24:02.2602552Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:24:02.2603382Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:24:02.2604226Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:24:02.2605170Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:24:02.2606038Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:24:02.2606970Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:24:02.2608022Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:24:02.2608978Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:24:02.2609969Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:24:02.2611154Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:24:02.2612108Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:24:02.2612988Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:24:02.2613970Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:24:02.2615045Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:24:02.2616070Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:24:02.2617257Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:24:02.2618348Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:24:02.2619331Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:24:02.2620325Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:24:02.2621399Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:24:02.2622373Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:24:02.2623271Z [ 16%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:24:02.2624033Z [ 16%] Built target flatcc 2025-03-21T20:24:02.2624780Z [ 16%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:24:02.2625496Z [100%] Linking CXX executable flatc 2025-03-21T20:24:02.2626430Z [ 16%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:24:02.2626995Z [ 16%] Built target flatcc_cli 2025-03-21T20:24:02.2627329Z [100%] Built target flatc 2025-03-21T20:24:02.2627728Z [ 16%] No install step for 'flatbuffers' 2025-03-21T20:24:02.2628369Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:24:02.2628967Z [ 16%] Built target flatbuffers 2025-03-21T20:24:02.2629673Z [ 16%] Generating common_schema headers 2025-03-21T20:24:02.2630193Z [ 16%] Generating qualcomm ir schema headers 2025-03-21T20:24:02.2630597Z [ 16%] Built target common_schema 2025-03-21T20:24:02.2630938Z [ 16%] Built target qcir 2025-03-21T20:24:02.2631398Z [ 16%] Generating qnn_schema headers 2025-03-21T20:24:02.2631897Z [ 16%] Generating bundled_program headers 2025-03-21T20:24:02.2632328Z [ 16%] Built target qnn_schema 2025-03-21T20:24:02.2632687Z [ 16%] Built target bundled_program_schema 2025-03-21T20:24:02.2633160Z [ 16%] Generating scalar_type_schema headers 2025-03-21T20:24:02.2633675Z [ 16%] Generating program_schema headers 2025-03-21T20:24:02.2634098Z [ 16%] Built target scalar_type_schema 2025-03-21T20:24:02.2634837Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:24:02.2635495Z [ 16%] Built target program_schema 2025-03-21T20:24:02.2636274Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:24:02.2637150Z [ 16%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:24:02.2637772Z [ 17%] Linking CXX static library libqcir_utils.a 2025-03-21T20:24:02.2638223Z [ 17%] Built target qnn_executorch_logging 2025-03-21T20:24:02.2638609Z [ 17%] Built target qcir_utils 2025-03-21T20:24:02.2639055Z [ 17%] Generating flat_tensor_schema headers 2025-03-21T20:24:02.2639787Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:24:02.2640409Z [ 17%] Built target flat_tensor_schema 2025-03-21T20:24:02.2641065Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:24:02.2642127Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:24:02.2643564Z [ 17%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:24:02.2644798Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:24:02.2645687Z [ 18%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:24:02.2646149Z [ 18%] Built target qnn_implementation 2025-03-21T20:24:02.2647160Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:24:02.2648370Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:24:02.2649228Z [ 18%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:24:02.2649731Z [ 18%] Built target qnn_sys_implementation 2025-03-21T20:24:02.2650725Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:24:08.3903753Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:24:08.3904868Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:24:08.3906058Z [ 18%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:24:08.3906658Z [ 18%] Built target qnn_custom_protocol 2025-03-21T20:24:08.3907541Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:24:08.3908642Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:24:08.3909474Z [ 18%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:24:08.3910004Z [ 18%] Built target qnn_profiler 2025-03-21T20:24:08.3910749Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:24:08.3911776Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:24:08.3912581Z [ 19%] Linking CXX static library libutils.a 2025-03-21T20:24:08.3913069Z [ 19%] Built target utils 2025-03-21T20:24:08.3913881Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:24:08.3914979Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:24:08.3915815Z [ 20%] Linking CXX static library libshared_buffer.a 2025-03-21T20:24:08.3916343Z [ 20%] Built target shared_buffer 2025-03-21T20:24:08.3917176Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:08.3918377Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:24:08.3919560Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:24:08.3920872Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:08.3922020Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:24:08.3923307Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:08.3924193Z [ 21%] Linking CXX static library libwrappers.a 2025-03-21T20:24:08.3924689Z [ 21%] Built target wrappers 2025-03-21T20:24:08.3925444Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:08.3926712Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:08.3927728Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:08.3929120Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:24:08.3930224Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:08.3931300Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:08.3932276Z [ 23%] Linking CXX static library libqnn_logger.a 2025-03-21T20:24:08.3932726Z [ 23%] Built target qnn_logger 2025-03-21T20:24:08.3933453Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:08.3934689Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:24:08.3935873Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:08.3936758Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:08.3937285Z [ 23%] Built target executorch_core 2025-03-21T20:24:08.3938170Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:24:08.3939615Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:24:08.3941000Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:24:08.3941907Z [ 24%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:24:08.3942376Z [ 24%] Built target qnn_backend_cache 2025-03-21T20:24:08.3943159Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:24:08.3944468Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:24:08.3945749Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:24:08.3947092Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:24:08.3948100Z [ 24%] Linking CXX static library libextension_tensor.a 2025-03-21T20:24:08.3948572Z [ 24%] Built target extension_tensor 2025-03-21T20:24:08.3949457Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:24:08.3950357Z [ 24%] Linking CXX static library libqnn_device.a 2025-03-21T20:24:08.3950786Z [ 24%] Built target qnn_device 2025-03-21T20:24:08.3951613Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:08.3952692Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:08.3953624Z [ 24%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:08.3954610Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:08.3955536Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:08.3956307Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:08.3956748Z [ 25%] Built target executorch 2025-03-21T20:24:08.3957494Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:24:08.3958619Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:24:08.3959757Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:24:08.3961043Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:24:08.3962065Z [ 26%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:24:08.3962564Z [ 26%] Built target extension_threadpool 2025-03-21T20:24:08.3963487Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:24:08.3964353Z [ 26%] Linking CXX static library libqnn_backend.a 2025-03-21T20:24:08.3964789Z [ 26%] Built target qnn_backend 2025-03-21T20:24:08.3965526Z [ 27%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:24:08.3966362Z [ 27%] Linking CXX static library libbundled_program.a 2025-03-21T20:24:08.3966926Z [ 27%] Built target bundled_program 2025-03-21T20:24:08.3968320Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:24:08.3970155Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:24:08.3971697Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:24:08.3972385Z [ 28%] Built target extension_data_loader 2025-03-21T20:24:08.3973469Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:24:08.3974904Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:08.3976359Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:24:08.3977948Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:24:08.3979449Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:08.3981005Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:24:08.3982552Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:24:08.3984039Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:24:08.3985478Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:24:08.3986933Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:24:08.3988048Z [ 30%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:24:08.3988677Z [ 30%] Built target quantized_kernels 2025-03-21T20:24:08.3989724Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:08.3991335Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:08.3992870Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:08.3994234Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:08.3995593Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:14.6713761Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:14.6714984Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:14.6716129Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:14.6717193Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:14.6718463Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:14.6719461Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:14.6720660Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:14.6721678Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:14.6722352Z [ 32%] Built target PyQnnWrapperAdaptor 2025-03-21T20:24:14.6723094Z [ 32%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:24:14.6724042Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:14.6724953Z [ 32%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:24:14.6726168Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:14.6727213Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:24:14.6728291Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:14.6729360Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:24:14.6730438Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:14.6731190Z [ 34%] Linking CXX static library libetdump.a 2025-03-21T20:24:14.6731606Z [ 34%] Built target etdump 2025-03-21T20:24:14.6732289Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:14.6733295Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:14.6734295Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:14.6735282Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:14.6736318Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:14.6737387Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:14.6738456Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:14.6739614Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:14.6740751Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:14.6741921Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:14.6743058Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:14.6744148Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:14.6745182Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:14.6746232Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:14.6747268Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:14.6748462Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:14.6749851Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:14.6750930Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:14.6751968Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:14.6753189Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:14.6754394Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:14.6755525Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:14.6756613Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:14.6757707Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:14.6758923Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:14.6760021Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:14.6761122Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:14.6762308Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:14.6763479Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:14.6764813Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:14.6765871Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:14.6766948Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:14.6768002Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:14.6769168Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:14.6770313Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:14.6771390Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:14.6772446Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:14.6773713Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:14.6774954Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:14.6776610Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:14.6778005Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:14.6779660Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:14.6780879Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:14.6781931Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:14.6783017Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:14.6784269Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:14.6785391Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:14.6787012Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:14.6788254Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:14.6789489Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:14.6790565Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:14.6791654Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:14.6792728Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:14.6793823Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:14.6794947Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:14.6796074Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:14.6797144Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:20.5411480Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:20.5412655Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:20.5413812Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:20.5414908Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:20.5415963Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:20.5417015Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:20.5418162Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:20.5419298Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:20.5420401Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:20.5421458Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:20.5422534Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:20.5423589Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:20.5424651Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:20.5426004Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:20.5427175Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:20.5428303Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:20.5429424Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:20.5430502Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:20.5432007Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:20.5433187Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:20.5434365Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:20.5435424Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:20.5436462Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:20.5437658Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:20.5438728Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:20.5439825Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:20.5440919Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:20.5441993Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:20.5443105Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:20.5444204Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:20.5445337Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:20.5446472Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:20.5447615Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:20.5448922Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:20.5450027Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:20.5451249Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:20.5452300Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:20.5453341Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:20.5454375Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:20.5455445Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:20.5456535Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:20.5457642Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:20.5458758Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:20.5459890Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:20.5461074Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:20.5462150Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:20.5463201Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:20.5464407Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:20.5465466Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:20.5466505Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:20.5467638Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:20.5468693Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:20.5469753Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:20.5470849Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:20.5471996Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:20.5473125Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:20.5474204Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:20.5475307Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:20.5476477Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:20.5477830Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:20.5479016Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:20.5480187Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:20.5481374Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:20.5482425Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:20.5483556Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:20.5484590Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:20.5485642Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:20.5486729Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:20.5487818Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:20.5488928Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:20.5490007Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:20.5491220Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:20.5492357Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:26.2435937Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:26.2437047Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:26.2438223Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:26.2439658Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:26.2440879Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:26.2442226Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:26.2443340Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:26.2444412Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:26.2445463Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:26.2446517Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:26.2447564Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:26.2448584Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:26.2449636Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:26.2450838Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:26.2451905Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:26.2453010Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:26.2454103Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:26.2455254Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:26.2456425Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:26.2457508Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:26.2458626Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:26.2459746Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:26.2460874Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:26.2461999Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:26.2463120Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:26.2464226Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:26.2465256Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:26.2466342Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:26.2467519Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:26.2468591Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:26.2469677Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:26.2470761Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:26.2471867Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:26.2472963Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:26.2474158Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:26.2475303Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:26.2476456Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:26.2477559Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:26.2478657Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:26.2479735Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:26.2480842Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:26.2481993Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:26.2483066Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:26.2484166Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:26.2485253Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:26.2486352Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:26.2487469Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:26.2488546Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:26.2489656Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:26.2490969Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:26.2492186Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:26.2493465Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:26.2494791Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:26.2496347Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:26.2497419Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:26.2498470Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:26.2499556Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:26.2500634Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:26.2501839Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:26.2502925Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:26.2504052Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:26.2505295Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:26.2506441Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:26.2507641Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:26.2508764Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:26.2509935Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:26.2511103Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:26.2512303Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:26.2513423Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:26.2514562Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:26.2515671Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:32.0647008Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:32.0648221Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:32.0649276Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:32.0650298Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:32.0657781Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:32.0658906Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:32.0660036Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:32.0661121Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:32.0662189Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:32.0663277Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:32.0664414Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:32.0665595Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:32.0666663Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:32.0667809Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:32.0668925Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:32.0670041Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:32.0671128Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:32.0672240Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:32.0673604Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:32.0674628Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:32.0675665Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:32.0676814Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:32.0677894Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:32.0679012Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:32.0680138Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:32.0681302Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:32.0682413Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:32.0683550Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:32.0684695Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:32.0685844Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:32.0687038Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:32.0688164Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:32.0689290Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:32.0690448Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:32.0691524Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:32.0692625Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:32.0693798Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:32.0694914Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:32.0696045Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:32.0697151Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:32.0698262Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:32.0699363Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:32.0700484Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:32.0701602Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:32.0702658Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:32.0703690Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:32.0704734Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:32.0706096Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:32.0707180Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:32.0708249Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:32.0709400Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:32.0710443Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:32.0711604Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:32.0712750Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:32.0713856Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:32.0714911Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:32.0715998Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:32.0717079Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:32.0718173Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:32.0719287Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:32.0720425Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:32.0721545Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:32.0722648Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:32.0723756Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:32.0724853Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:32.0726225Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:32.0727365Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:32.0728469Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:32.0729592Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:32.0730707Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:32.0731792Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:32.0732898Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:37.6328798Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:37.6330015Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:37.6331318Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:37.6332386Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:37.6333776Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:37.6334934Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:37.6336401Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:37.6337869Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:37.6339367Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:37.6340682Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:37.6341987Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:37.6343333Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:37.6344585Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:37.6345889Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:37.6347135Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:37.6348342Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:37.6349600Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:37.6350756Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:37.6352047Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:37.6353283Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:37.6354546Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:37.6355809Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:37.6356968Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:37.6358225Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:37.6359368Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:37.6360638Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:37.6361873Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:37.6363116Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:37.6364299Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:37.6365553Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:37.6366756Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:37.6367976Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:37.6369162Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:37.6370361Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:37.6372105Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:37.6373242Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:37.6374364Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:37.6375475Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:37.6376624Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:37.6377803Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:37.6379030Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:37.6380208Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:37.6381384Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:37.6382564Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:37.6383476Z [ 87%] Linking CXX static library libportable_kernels.a 2025-03-21T20:24:37.6384323Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:37.6385012Z [ 87%] Built target portable_kernels 2025-03-21T20:24:37.6385810Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:37.6386980Z [ 88%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:24:37.6388121Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:37.6389294Z [ 88%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:24:37.6390444Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:37.6391832Z [ 89%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:24:37.6393210Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:37.6394116Z [ 89%] Linking CXX static library libqnn_context.a 2025-03-21T20:24:37.6395229Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:37.6396105Z [ 89%] Built target qnn_context 2025-03-21T20:24:37.6397087Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:37.6398396Z [ 89%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:24:37.6399611Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:37.6400868Z [ 89%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:24:37.6402227Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:37.6403188Z [ 89%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:24:37.6403684Z [ 89%] Built target extension_flat_tensor 2025-03-21T20:24:37.6404591Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:37.6405540Z [ 91%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:24:37.6406519Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:37.6407374Z [ 91%] Generating code for kernel registration 2025-03-21T20:24:37.6408296Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:37.6409529Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:37.6410833Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:37.6411999Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:44.4726091Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:44.4728054Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:44.4729529Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:44.4731146Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:44.4732943Z [ 92%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:44.4734666Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:44.4735714Z [ 92%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:24:44.4736433Z [ 92%] Built target quantized_ops_lib 2025-03-21T20:24:44.4737385Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:44.4738463Z [ 93%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:24:44.4739547Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:44.4740559Z [ 94%] Generating code for kernel registration 2025-03-21T20:24:44.4741496Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:44.4742836Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:44.4743877Z [ 94%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:24:44.4744512Z [ 94%] Built target optimized_portable_kernels 2025-03-21T20:24:44.4745344Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:24:44.4746595Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:24:44.4747998Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:44.4749720Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:44.4750825Z [ 95%] Linking CXX static library libqnn_graph.a 2025-03-21T20:24:44.4751246Z [ 95%] Built target qnn_graph 2025-03-21T20:24:44.4752116Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:24:44.4753231Z [ 96%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:24:44.4753743Z [ 96%] Built target qnn_mem_manager 2025-03-21T20:24:44.4754742Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:24:44.4756267Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:44.4757785Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:24:44.4759029Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:24:44.4759799Z [ 97%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:24:44.4760322Z [ 97%] Built target portable_ops_lib 2025-03-21T20:24:44.4761212Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:24:44.4762285Z [ 97%] Linking CXX shared library libextension_module.so 2025-03-21T20:24:44.4763400Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:24:44.4764388Z [ 97%] Built target extension_module 2025-03-21T20:24:44.4765216Z [ 98%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:24:44.4766431Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:24:44.4767684Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:24:44.4768638Z [ 98%] Linking CXX static library libextension_module_static.a 2025-03-21T20:24:44.4769146Z [ 98%] Built target extension_module_static 2025-03-21T20:24:44.4770022Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:44.4771334Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:24:44.4772537Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:24:44.4773290Z [ 99%] Linking CXX static library libqnn_factory.a 2025-03-21T20:24:44.4773750Z [ 99%] Built target qnn_factory 2025-03-21T20:24:44.4774528Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:24:44.4775835Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:24:44.4777034Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:24:44.4778306Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:44.4779103Z [ 99%] Linking CXX executable executor_runner 2025-03-21T20:24:44.4779737Z [ 99%] Linking CXX static library libqnn_manager.a 2025-03-21T20:24:44.4780163Z [ 99%] Built target qnn_manager 2025-03-21T20:24:44.4781109Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-03-21T20:24:44.4781901Z [ 99%] Built target executor_runner 2025-03-21T20:24:44.4782952Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:24:44.4784037Z [100%] Linking CXX shared library libqnn_executorch_backend.so 2025-03-21T20:24:44.4784545Z [100%] Built target qnn_executorch_backend 2025-03-21T20:24:44.4785414Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:44.4786161Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:24:44.4786589Z Install the project... 2025-03-21T20:24:44.4786939Z -- Install configuration: "Release" 2025-03-21T20:24:44.4787415Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-03-21T20:24:44.4788101Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:24:44.4788854Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-03-21T20:24:44.4789401Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-03-21T20:24:44.4790099Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:24:44.4790881Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:24:44.4791742Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:24:44.4792359Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-03-21T20:24:44.4793037Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-03-21T20:24:44.4793685Z -- Installing: /pytorch/executorch/build-x86/lib/liboptimized_portable_kernels.a 2025-03-21T20:24:44.4794479Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-03-21T20:24:44.4795092Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-03-21T20:24:44.4796083Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-03-21T20:24:44.4797115Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:24:44.4797938Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-03-21T20:24:44.4798764Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-03-21T20:24:44.4799695Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-03-21T20:24:44.4800512Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-03-21T20:24:44.4801327Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-03-21T20:24:44.4802213Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-03-21T20:24:44.4803007Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:24:44.4803958Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:24:44.4805045Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:24:44.4805957Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-03-21T20:24:44.4806845Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:24:44.4807886Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:24:44.4808998Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:24:44.4810292Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:24:44.4811337Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:24:44.4812299Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:24:44.4834374Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:24:44.4835671Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:24:44.4836904Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:24:44.4838452Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:24:44.4839642Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:24:44.4840711Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:24:44.4841707Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:24:44.4842606Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:24:44.4843528Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:24:44.4844387Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:24:44.4845229Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-03-21T20:24:44.4846123Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:24:44.4847103Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:24:44.4848072Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:24:44.4849156Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:24:44.4850109Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:24:44.4851160Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:24:44.4852195Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:24:44.4853276Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:24:44.4854295Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:24:44.4855325Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:24:44.4856459Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:24:44.4857566Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:24:44.4858649Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:24:44.4859704Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:24:44.4860819Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:24:44.4861950Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:24:44.4863084Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:24:44.4864241Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:24:44.4865246Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:24:44.4866321Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:24:44.4867239Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:24:44.4868172Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:24:44.4869217Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:24:44.4870163Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:24:44.4871105Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:24:44.4872085Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:24:44.4873039Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:24:44.4874005Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:24:44.4875003Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:24:44.4875948Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-03-21T20:24:44.4876758Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-03-21T20:24:44.4877513Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-03-21T20:24:44.4878257Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-03-21T20:24:44.4879040Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:24:44.4879922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:24:44.4880757Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-03-21T20:24:44.4881456Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-03-21T20:24:44.4882249Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:24:44.4883178Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:24:44.4884113Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:24:44.4884939Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-03-21T20:24:44.4885748Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:24:44.4886681Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:24:44.4887533Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-03-21T20:24:44.4888295Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-03-21T20:24:44.4889100Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-03-21T20:24:44.4889905Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-03-21T20:24:44.4890853Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:24:44.4891713Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-03-21T20:24:44.4892670Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-03-21T20:24:44.4893655Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-03-21T20:24:44.4894645Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-03-21T20:24:44.4895684Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-03-21T20:24:44.4896752Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-03-21T20:24:44.4897693Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-03-21T20:24:44.4898636Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-03-21T20:24:44.4899683Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:24:44.4900618Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-03-21T20:24:44.4901503Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-03-21T20:24:44.4902702Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:24:44.4903900Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:24:44.4904928Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-03-21T20:24:44.4905876Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:24:44.4906906Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-03-21T20:24:44.4907763Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-03-21T20:24:44.4908790Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:24:44.4909768Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:24:44.4910742Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:24:44.4911658Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-03-21T20:24:44.4912564Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-03-21T20:24:44.4913516Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:24:57.7464961Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-03-21T20:24:57.7466196Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:24:57.7467161Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:24:57.7467933Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-03-21T20:24:57.7468540Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-03-21T20:24:57.7469265Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:24:57.7470041Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-03-21T20:24:57.7470696Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-03-21T20:24:57.7471258Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-03-21T20:24:57.7471804Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-03-21T20:24:57.7472421Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-03-21T20:24:57.7473093Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-03-21T20:24:57.7473747Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-03-21T20:24:57.7474411Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-03-21T20:24:57.7475058Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-03-21T20:24:57.7475704Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-03-21T20:24:57.7476621Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-03-21T20:24:57.7477276Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-03-21T20:24:57.7478016Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:24:57.7478924Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:24:57.7479766Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-03-21T20:24:57.7481309Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:24:57.7483673Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:24:57.7485762Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:24:57.7487241Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-03-21T20:24:57.7488114Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-03-21T20:24:57.7488999Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-03-21T20:24:57.7489927Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:24:57.7490688Z + EXAMPLE_ROOT=examples/qualcomm 2025-03-21T20:24:57.7491427Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-03-21T20:24:57.7492207Z + echo 'Update tokenizers submodule...' 2025-03-21T20:24:57.7492598Z Update tokenizers submodule... 2025-03-21T20:24:57.7492985Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-03-21T20:24:57.7493585Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-03-21T20:24:57.7494149Z + git submodule update --init 2025-03-21T20:24:57.7494891Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third-party/abseil-cpp' 2025-03-21T20:24:57.7495946Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-03-21T20:24:57.7496874Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'third-party/re2' 2025-03-21T20:24:57.7497957Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'third-party/sentencepiece' 2025-03-21T20:24:57.7498989Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:24:57.7499767Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:24:57.7500498Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:24:57.7501279Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:24:57.7502119Z Submodule path 'third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:24:57.7502917Z Submodule path 'third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:24:57.7503681Z Submodule path 'third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:24:57.7504496Z Submodule path 'third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:24:57.7505100Z + popd 2025-03-21T20:24:57.7505364Z /pytorch/executorch/build-x86 2025-03-21T20:24:57.7506886Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-03-21T20:24:57.7508557Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:24:57.7509004Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:57.7509422Z -- Detecting C compiler ABI info 2025-03-21T20:24:57.7509859Z -- Detecting C compiler ABI info - done 2025-03-21T20:24:57.7510554Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:24:57.7510995Z -- Detecting C compile features 2025-03-21T20:24:57.7511349Z -- Detecting C compile features - done 2025-03-21T20:24:57.7511723Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:57.7512093Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:57.7512561Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:57.7513005Z -- Detecting CXX compile features 2025-03-21T20:24:57.7513378Z -- Detecting CXX compile features - done 2025-03-21T20:24:57.7514074Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-03-21T20:24:57.7514674Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:24:57.7515331Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:24:57.7515956Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:24:57.7516314Z 2025-03-21T20:24:57.7516463Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:24:57.7516735Z 2025-03-21T20:24:57.7516885Z /pytorch/executorch/examples/qualcomm/../.. 2025-03-21T20:24:57.7517167Z 2025-03-21T20:24:57.7517328Z Environment variable EXECUTORCH_ROOT is set to: 2025-03-21T20:24:57.7517620Z 2025-03-21T20:24:57.7517731Z /pytorch/executorch 2025-03-21T20:24:57.7517910Z 2025-03-21T20:24:57.7518178Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:24:57.7518693Z .cmake module might still use it. 2025-03-21T20:24:57.7519162Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:24:57.7519655Z  2025-03-21T20:24:57.7519972Z coremldelegate library is not found. 2025-03-21T20:24:57.7520537Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7521227Z mpsdelegate library is not found. 2025-03-21T20:24:57.7521790Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7522330Z neuron_backend library is not found. 2025-03-21T20:24:57.7522882Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7523409Z custom_ops library is not found. 2025-03-21T20:24:57.7523945Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7524511Z extension_runner_util library is not found. 2025-03-21T20:24:57.7525070Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7525627Z extension_training library is not found. 2025-03-21T20:24:57.7526461Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7527001Z xnnpack_backend library is not found. 2025-03-21T20:24:57.7527553Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7528062Z XNNPACK library is not found. 2025-03-21T20:24:57.7528598Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7529148Z microkernels-prod library is not found. 2025-03-21T20:24:57.7529709Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7530235Z kleidiai library is not found. 2025-03-21T20:24:57.7530835Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7531374Z vulkan_backend library is not found. 2025-03-21T20:24:57.7531925Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7532671Z optimized_kernels library is not found. 2025-03-21T20:24:57.7533234Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7533760Z cpublas library is not found. 2025-03-21T20:24:57.7534275Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7534801Z eigen_blas library is not found. 2025-03-21T20:24:57.7535424Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7535977Z optimized_ops_lib library is not found. 2025-03-21T20:24:57.7536535Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7537116Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:24:57.7537839Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7538407Z quantized_ops_aot_lib library is not found. 2025-03-21T20:24:57.7538988Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:24:57.7539799Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-03-21T20:24:57.7540509Z -- Generating operator lib: 2025-03-21T20:24:57.7540837Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:24:57.7541192Z -- OPS_SCHEMA_YAML: 2025-03-21T20:24:57.7541486Z -- ROOT_OPS: 2025-03-21T20:24:57.7541767Z -- INCLUDE_ALL_OPS: ON 2025-03-21T20:24:57.7542914Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-03-21T20:24:57.7543944Z -- Generating kernel bindings: 2025-03-21T20:25:01.8683895Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:25:01.8684918Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-03-21T20:25:01.8686009Z -- CUSTOM_OPS_YAML: 2025-03-21T20:25:01.8686486Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:01.8687029Z -- Generating operator lib: 2025-03-21T20:25:01.8687578Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:25:01.8688101Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:25:01.8688583Z -- DEPS: executorch 2025-03-21T20:25:01.8688943Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:25:01.8689406Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:25:01.8689882Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:25:01.8690430Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:25:01.8690877Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:25:01.8691288Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:25:01.8691691Z -- Found Threads: TRUE 2025-03-21T20:25:01.8692678Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-03-21T20:25:01.8694104Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2025-03-21T20:25:01.8695023Z 2025-03-21T20:25:01.8695154Z  2025-03-21T20:25:01.8695404Z -- Configuring done (1.5s) 2025-03-21T20:25:01.8695709Z -- Generating done (0.4s) 2025-03-21T20:25:01.8696195Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-03-21T20:25:01.8696762Z + cmake --build examples/qualcomm -j2 2025-03-21T20:25:01.8697360Z [ 1%] Generating selected_operators.yaml for full_portable_ops_lib 2025-03-21T20:25:01.8698222Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:25:01.8698994Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:25:01.8699446Z [ 2%] Built target log_severity 2025-03-21T20:25:01.8700195Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:25:01.8701239Z [ 3%] Generating code for kernel registration 2025-03-21T20:25:01.8701813Z [ 3%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:25:01.8702268Z [ 3%] Built target spinlock_wait 2025-03-21T20:25:01.8702953Z [ 4%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:25:01.8703826Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:25:01.8704261Z [ 4%] Built target strerror 2025-03-21T20:25:01.8705039Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:25:01.8706197Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:25:01.8707333Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:25:01.8708449Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:25:01.8709573Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:25:01.8710695Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:25:01.8711840Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:25:01.8712982Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:25:01.8714123Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:25:01.8714968Z [ 7%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:25:01.8715393Z [ 7%] Built target time_zone 2025-03-21T20:25:01.8716222Z [ 8%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:25:01.8717215Z [ 8%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:25:01.8718023Z [ 8%] Built target utf8_for_code_point 2025-03-21T20:25:01.8718716Z [ 9%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:25:01.8719862Z [ 9%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:01.8720789Z [ 9%] Linking CXX static library libabsl_int128.a 2025-03-21T20:25:01.8721212Z [ 9%] Built target int128 2025-03-21T20:25:01.8722049Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:25:01.8722997Z [ 9%] Linking CXX static library libfull_portable_ops_lib.a 2025-03-21T20:25:01.8723484Z [ 9%] Built target full_portable_ops_lib 2025-03-21T20:25:01.8724315Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:25:01.8725210Z [ 10%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:25:01.8726799Z [ 10%] Built target exponential_biased 2025-03-21T20:25:01.8727568Z [ 10%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:25:01.8728346Z [ 10%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:25:01.8728992Z [ 10%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:25:01.8729434Z [ 10%] Built target civil_time 2025-03-21T20:25:01.8730383Z [ 10%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:25:01.8731349Z [ 10%] Built target leak_check 2025-03-21T20:25:01.8732123Z [ 10%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:25:01.8733067Z [ 10%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:25:01.8733634Z [ 10%] Built target flags_commandlineflag_internal 2025-03-21T20:25:01.8734732Z [ 11%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:25:01.8735742Z [ 11%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:25:01.8736510Z [ 11%] Built target log_internal_nullguard 2025-03-21T20:25:01.8737353Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:25:01.8738263Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:25:01.8738745Z [ 11%] Built target periodic_sampler 2025-03-21T20:25:01.8739605Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:25:01.8740588Z [ 12%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:25:01.8741118Z [ 12%] Built target random_seed_gen_exception 2025-03-21T20:25:01.8741901Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-03-21T20:25:01.8742780Z [ 12%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:25:01.8743326Z [ 12%] Built target random_internal_platform 2025-03-21T20:25:01.8744275Z [ 12%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-03-21T20:25:01.8745744Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:25:01.8746747Z [ 13%] Linking CXX static library libcustom_ops.a 2025-03-21T20:25:01.8747181Z [ 13%] Built target custom_ops 2025-03-21T20:25:01.8748122Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:01.8749542Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-03-21T20:25:01.8750793Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:25:01.8752100Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:25:01.8753167Z [ 15%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:25:01.8753672Z [ 15%] Built target raw_logging_internal 2025-03-21T20:25:01.8754578Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:25:01.8756046Z [ 16%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:25:01.8757168Z [ 16%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:25:01.8757674Z [ 16%] Built target decode_rust_punycode 2025-03-21T20:25:01.8758451Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:25:01.8759401Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:25:01.8766592Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:25:01.8768290Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:25:01.8769719Z const NamedDataMap* named_data_map = nullptr) 2025-03-21T20:25:01.8770197Z ^ 2025-03-21T20:25:01.8771085Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:25:01.8772077Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:25:01.8772408Z ^ 2025-03-21T20:25:03.9859256Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:25:03.9860256Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:25:03.9860742Z ^ 2025-03-21T20:25:03.9861264Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:25:03.9862323Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:25:03.9863856Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:62:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:25:03.9865236Z const NamedDataMap* get_named_data_map() const { 2025-03-21T20:25:03.9865637Z ^ 2025-03-21T20:25:03.9866522Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:25:03.9867431Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:25:03.9867775Z ^ 2025-03-21T20:25:03.9868463Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:25:03.9869415Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:25:03.9869906Z ^ 2025-03-21T20:25:03.9870420Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:25:03.9871361Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:25:03.9872883Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:70:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:25:03.9874120Z const NamedDataMap* named_data_map_ = nullptr; 2025-03-21T20:25:03.9874484Z ^ 2025-03-21T20:25:03.9875266Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:25:03.9876171Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:25:03.9876510Z ^ 2025-03-21T20:25:03.9877216Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:25:03.9878151Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:25:03.9878629Z ^ 2025-03-21T20:25:03.9878876Z 3 warnings generated. 2025-03-21T20:25:03.9879487Z [ 16%] Linking CXX executable qnn_executor_runner 2025-03-21T20:25:03.9880112Z [ 16%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:25:03.9880592Z [ 16%] Built target bad_variant_access 2025-03-21T20:25:03.9881394Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:25:03.9882290Z [ 17%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:25:03.9882785Z [ 17%] Built target bad_optional_access 2025-03-21T20:25:03.9883612Z [ 17%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:25:03.9884603Z [ 17%] Built target qnn_executor_runner 2025-03-21T20:25:03.9885505Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:25:03.9886463Z [ 18%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:25:03.9886925Z [ 18%] Built target cordz_functions 2025-03-21T20:25:03.9887873Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:25:03.9888896Z [ 18%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:25:03.9889671Z [ 18%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:25:03.9890331Z [ 18%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:25:03.9891125Z [ 18%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:25:03.9891798Z [ 18%] Built target random_internal_randen_slow 2025-03-21T20:25:03.9892530Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:25:03.9893330Z [ 19%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:25:03.9893816Z [ 19%] Built target bad_any_cast_impl 2025-03-21T20:25:03.9894509Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:25:03.9895539Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:25:03.9896389Z [ 20%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:25:03.9897171Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:25:03.9897774Z [ 20%] Built target throw_delegate 2025-03-21T20:25:03.9898496Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:25:03.9899537Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:25:03.9900624Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:25:03.9901419Z [ 21%] Linking CXX static library libabsl_base.a 2025-03-21T20:25:03.9901839Z [ 21%] Built target base 2025-03-21T20:25:03.9902669Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:25:03.9903602Z [ 21%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:25:03.9904068Z [ 21%] Built target scoped_set_env 2025-03-21T20:25:03.9904872Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:25:03.9906047Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:25:03.9907184Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:25:03.9908322Z [ 23%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:25:03.9909482Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:25:03.9910361Z [ 23%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:25:03.9910848Z [ 23%] Built target debugging_internal 2025-03-21T20:25:03.9911641Z [ 23%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:25:03.9912524Z [ 24%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:25:03.9912998Z [ 24%] Built target strings_internal 2025-03-21T20:25:03.9913797Z [ 24%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:25:03.9914591Z [ 25%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:25:03.9915049Z [ 25%] Built target demangle_rust 2025-03-21T20:25:03.9915766Z [ 26%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:25:03.9916638Z [ 27%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:25:03.9917253Z [ 27%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:25:03.9917708Z [ 27%] Built target string_view 2025-03-21T20:25:03.9918043Z [ 27%] Built target crc_cpu_detect 2025-03-21T20:25:03.9918694Z [ 28%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:25:03.9919680Z [ 29%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:25:03.9920498Z [ 29%] Linking CXX static library libabsl_city.a 2025-03-21T20:25:03.9920918Z [ 29%] Built target city 2025-03-21T20:25:03.9921653Z [ 30%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:25:03.9922517Z [ 30%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:25:03.9922979Z [ 30%] Built target low_level_hash 2025-03-21T20:25:03.9923831Z [ 30%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:25:03.9924805Z [ 30%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:25:03.9925322Z [ 30%] Built target log_internal_conditions 2025-03-21T20:25:03.9926388Z [ 30%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:25:03.9927331Z [ 30%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:25:03.9927885Z [ 30%] Built target random_internal_randen_hwaes 2025-03-21T20:25:03.9928673Z [ 30%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:25:03.9929518Z [ 30%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:25:03.9929998Z [ 30%] Built target tracing_internal 2025-03-21T20:25:03.9930818Z [ 30%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:25:03.9931633Z [ 31%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:25:03.9932106Z [ 31%] Built target malloc_internal 2025-03-21T20:25:03.9932907Z [ 32%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:25:03.9933771Z [ 32%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:25:03.9934223Z [ 32%] Built target stacktrace 2025-03-21T20:25:03.9934836Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:25:03.9935597Z [ 32%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:25:03.9936079Z [ 32%] Built target demangle_internal 2025-03-21T20:25:03.9936749Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:25:07.9224731Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:25:07.9227017Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:25:07.9229356Z [ 33%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:25:07.9231655Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:25:07.9233674Z [ 34%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:25:07.9234617Z [ 34%] Built target graphcycles_internal 2025-03-21T20:25:07.9235952Z [ 34%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:25:07.9238059Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:25:07.9240477Z [ 36%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:25:07.9242518Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:25:07.9244030Z [ 36%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:25:07.9244862Z [ 36%] Built target crc_internal 2025-03-21T20:25:07.9246306Z [ 36%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:25:07.9248459Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:25:07.9250290Z [ 37%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:25:07.9251220Z [ 37%] Built target random_internal_randen 2025-03-21T20:25:07.9252282Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:25:07.9254034Z [ 38%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:25:07.9255434Z [ 38%] Linking CXX static library libabsl_poison.a 2025-03-21T20:25:07.9256200Z [ 38%] Built target poison 2025-03-21T20:25:07.9257362Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:25:07.9259069Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:25:07.9260804Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:25:07.9262497Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:25:07.9264197Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:25:07.9265544Z [ 40%] Linking CXX static library libabsl_strings.a 2025-03-21T20:25:07.9266343Z [ 40%] Built target strings 2025-03-21T20:25:07.9267598Z [ 40%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:25:07.9269337Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:25:07.9270662Z [ 40%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:25:07.9271456Z [ 40%] Built target symbolize 2025-03-21T20:25:07.9272971Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:25:07.9274878Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:25:07.9276436Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:25:07.9278436Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:25:07.9280364Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:25:07.9282371Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:25:07.9284759Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:25:07.9286652Z [ 43%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:25:07.9288819Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:25:07.9290586Z [ 44%] Linking CXX static library libabsl_time.a 2025-03-21T20:25:07.9291351Z [ 44%] Built target time 2025-03-21T20:25:07.9292421Z [ 44%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:25:07.9294655Z [ 44%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:25:07.9296344Z [ 44%] Linking CXX static library libabsl_hash.a 2025-03-21T20:25:07.9297091Z [ 44%] Built target hash 2025-03-21T20:25:07.9298531Z [ 45%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:25:07.9300231Z [ 45%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:25:07.9301112Z [ 45%] Built target str_format_internal 2025-03-21T20:25:07.9302581Z [ 45%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:25:07.9304252Z [ 45%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:25:07.9305108Z [ 45%] Built target examine_stack 2025-03-21T20:25:07.9306545Z [ 45%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:25:07.9308236Z [ 46%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:25:07.9309180Z [ 46%] Built target flags_commandlineflag 2025-03-21T20:25:07.9310632Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:25:07.9312222Z [ 47%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:25:07.9313169Z [ 47%] Built target log_internal_globals 2025-03-21T20:25:07.9314641Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:25:07.9316292Z [ 47%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:25:07.9317187Z [ 47%] Built target log_internal_proto 2025-03-21T20:25:07.9318449Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:25:07.9319942Z [ 47%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:25:07.9320897Z [ 47%] Built target log_internal_fnmatch 2025-03-21T20:25:07.9322473Z [ 47%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:25:07.9324145Z [ 48%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:25:07.9324954Z [ 48%] Built target log_entry 2025-03-21T20:25:07.9326643Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:25:07.9328860Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:25:07.9330825Z [ 50%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:25:07.9331837Z [ 50%] Built target random_internal_seed_material 2025-03-21T20:25:07.9333670Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:25:07.9335630Z [ 50%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:25:07.9336574Z [ 50%] Built target random_distributions 2025-03-21T20:25:07.9338460Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:25:07.9341236Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:25:07.9343551Z [ 51%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:25:07.9344725Z [ 51%] Built target random_internal_distribution_test_util 2025-03-21T20:25:07.9346043Z [ 52%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:25:07.9347483Z [ 53%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:25:07.9348625Z [ 53%] Built target kernel_timeout_internal 2025-03-21T20:25:07.9350312Z [ 53%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:25:07.9352549Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:25:07.9354008Z [ 53%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:25:07.9354903Z [ 53%] Built target failure_signal_handler 2025-03-21T20:25:07.9356318Z [ 53%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:25:07.9358464Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:25:07.9360137Z [ 53%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:25:07.9361041Z [ 53%] Built target flags_marshalling 2025-03-21T20:25:07.9362827Z [ 53%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:25:07.9365250Z [ 54%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:25:07.9366948Z [ 54%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:25:07.9368005Z [ 54%] Built target flags_private_handle_accessor 2025-03-21T20:25:07.9369549Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:25:12.0824285Z [ 55%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:25:12.0824901Z [ 55%] Built target crc32c 2025-03-21T20:25:12.0825542Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:25:12.0826563Z [ 55%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:25:12.0827104Z [ 55%] Built target log_internal_format 2025-03-21T20:25:12.0827955Z [ 56%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:25:12.0828823Z [ 56%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:25:12.0829259Z [ 56%] Built target log_sink 2025-03-21T20:25:12.0830007Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:25:12.0830923Z [ 56%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:25:12.0831500Z [ 56%] Built target random_internal_pool_urbg 2025-03-21T20:25:12.0832360Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:25:12.0833671Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:25:12.0835013Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:25:12.0836177Z [ 57%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:25:12.0837034Z [ 57%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:25:12.0837506Z [ 57%] Built target crc_cord_state 2025-03-21T20:25:12.0838283Z [ 57%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:25:12.0839756Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:25:12.0840737Z [ 58%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:25:12.0841239Z [ 58%] Built target random_seed_sequences 2025-03-21T20:25:12.0842235Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:25:12.0843446Z [ 58%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:25:12.0844629Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:25:12.0845819Z [ 58%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:25:12.0847030Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:25:12.0848296Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:25:12.0849522Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:25:12.0850847Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:25:12.0852002Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:25:12.0853197Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:25:12.0854413Z [ 61%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:25:12.0855574Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:25:12.0856715Z [ 62%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:25:12.0857545Z [ 62%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:25:12.0858006Z [ 62%] Built target cord_internal 2025-03-21T20:25:12.0858530Z [ 62%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:25:12.0859009Z [ 62%] Built target synchronization 2025-03-21T20:25:12.0859877Z [ 63%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:25:12.0861070Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:25:12.0861902Z [ 64%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:25:12.0863011Z [ 64%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:25:12.0863911Z [ 64%] Built target cordz_handle 2025-03-21T20:25:12.0864695Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:25:12.0865590Z [ 65%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:25:12.0866088Z [ 65%] Built target hashtablez_sampler 2025-03-21T20:25:12.0866623Z [ 65%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:25:12.0867537Z [ 65%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:25:12.0868242Z [ 65%] Built target flags_program_name 2025-03-21T20:25:12.0869003Z [ 65%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:25:12.0869864Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:25:12.0870459Z [ 66%] Built target vlog_config_internal 2025-03-21T20:25:12.0870962Z [ 67%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:25:12.0871761Z [ 68%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:25:12.0872398Z [ 68%] Built target cordz_info 2025-03-21T20:25:12.0873103Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:25:12.0873854Z [ 69%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:25:12.0874304Z [ 69%] Built target flags_config 2025-03-21T20:25:12.0875134Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:25:12.0876032Z [ 69%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:25:12.0876488Z [ 69%] Built target log_globals 2025-03-21T20:25:12.0877103Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:25:12.0877858Z [ 70%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:25:12.0878338Z [ 70%] Built target cordz_sample_token 2025-03-21T20:25:12.0879024Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:25:12.0879946Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:25:12.0880665Z [ 71%] Linking CXX static library libabsl_cord.a 2025-03-21T20:25:12.0881461Z [ 71%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:25:12.0882100Z [ 71%] Built target cord 2025-03-21T20:25:12.0883144Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:25:12.0884494Z [ 72%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:25:12.0885198Z [ 72%] Built target flags_internal 2025-03-21T20:25:12.0885853Z [ 72%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:25:12.0886718Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:25:12.0887364Z [ 72%] Built target log_internal_log_sink_set 2025-03-21T20:25:12.0888198Z [ 73%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:25:12.0889053Z [ 74%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:25:12.0889523Z [ 74%] Built target log_initialize 2025-03-21T20:25:12.0890284Z [ 74%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:25:12.0891365Z [ 74%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:25:12.0892464Z [ 75%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:25:12.0893282Z [ 76%] Linking CXX static library libabsl_status.a 2025-03-21T20:25:12.0893710Z [ 76%] Built target status 2025-03-21T20:25:12.0894463Z [ 77%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:25:12.0895321Z [ 77%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:25:12.0895972Z [ 77%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:25:12.0896464Z [ 77%] Built target raw_hash_set 2025-03-21T20:25:12.0896798Z [ 77%] Built target log_internal_message 2025-03-21T20:25:12.0897486Z [ 77%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:25:12.0898458Z [ 77%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:25:12.0899384Z [ 77%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:25:12.0899821Z [ 77%] Built target statusor 2025-03-21T20:25:12.0900552Z [ 77%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:25:12.0901427Z [ 78%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:25:12.0901906Z [ 78%] Built target flags_reflection 2025-03-21T20:25:12.0902653Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:25:12.0903464Z [ 78%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:25:12.0903975Z [ 78%] Built target log_internal_check_op 2025-03-21T20:25:17.2993305Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:25:17.2994709Z [ 78%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:25:17.2995499Z [ 78%] Built target die_if_null 2025-03-21T20:25:17.2996464Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:25:17.2997676Z [ 78%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:25:17.2998466Z [ 78%] Built target log_flags 2025-03-21T20:25:17.2999419Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:25:17.3000737Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:25:17.3002416Z [ 79%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:25:17.3004076Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:25:17.3005322Z [ 80%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:25:17.3006236Z [ 80%] Built target flags_usage_internal 2025-03-21T20:25:17.3007336Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:25:17.3008725Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:25:17.3009946Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:25:17.3011466Z [ 81%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:25:17.3012818Z [ 81%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:25:17.3014029Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:25:17.3014967Z [ 81%] Built target flags_usage 2025-03-21T20:25:17.3015921Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:25:17.3017229Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:25:17.3018727Z [ 83%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:25:17.3020256Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:25:17.3021486Z [ 83%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:25:17.3022770Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:25:17.3023756Z [ 83%] Built target flags_parse 2025-03-21T20:25:17.3024686Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:25:17.3026152Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:25:17.3027196Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:25:17.3028285Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:25:17.3029547Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:25:17.3030852Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:25:17.3032256Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:25:17.3034015Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:25:17.3035496Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:25:17.3036789Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:25:17.3037906Z [ 87%] Linking CXX static library libre2.a 2025-03-21T20:25:17.3038625Z [ 87%] Built target re2 2025-03-21T20:25:17.3040050Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-03-21T20:25:17.3042301Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-03-21T20:25:17.3044468Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:17.3046512Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:17.3048647Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:25:17.3050839Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/io_manager.cpp.o 2025-03-21T20:25:17.3053617Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:25:17.3056872Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:25:17.3059691Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:17.3062553Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:17.3065359Z [ 90%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:25:17.3068223Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:25:17.3071142Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:25:17.3074065Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:25:17.3077077Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:25:17.3080195Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:25:17.3083391Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:25:17.3086621Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:25:17.3089715Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:25:17.3092868Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:25:17.3095766Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:25:17.3098734Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:25:17.3101599Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:25:17.3104638Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:25:17.3106601Z [ 95%] Linking CXX executable qnn_llama_runner 2025-03-21T20:25:17.3107644Z [ 95%] Linking CXX executable qaihub_llama2_7b_runner 2025-03-21T20:25:17.3108465Z [ 95%] Built target qaihub_llama2_7b_runner 2025-03-21T20:25:17.3110145Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-03-21T20:25:17.3111616Z [ 95%] Built target qnn_llama_runner 2025-03-21T20:25:17.3113115Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:17.3115675Z [ 95%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-03-21T20:25:17.3118050Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:25:17.3120343Z [ 96%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-03-21T20:25:17.3123318Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:25:17.3125549Z [ 97%] Linking CXX executable qaihub_stable_diffusion_runner 2025-03-21T20:25:17.3127986Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:17.3129786Z [ 97%] Built target qaihub_stable_diffusion_runner 2025-03-21T20:25:17.3131854Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:25:17.3134839Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:25:17.3137888Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:25:17.3141153Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:25:18.6983542Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:25:18.6985201Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:25:18.6986720Z [100%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:25:18.6987778Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-03-21T20:25:18.6988241Z [100%] Built target qaihub_llama3_8b_runner 2025-03-21T20:25:18.6988584Z + set_up_aot 2025-03-21T20:25:18.6988849Z + cd /pytorch/executorch 2025-03-21T20:25:18.6989159Z + '[' '!' -d cmake-out ']' 2025-03-21T20:25:18.6989463Z + pushd cmake-out 2025-03-21T20:25:18.6989890Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:25:18.6993348Z + cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF 2025-03-21T20:25:18.6997209Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:18.6998168Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:18.6998656Z CMake. 2025-03-21T20:25:18.6998794Z 2025-03-21T20:25:18.6999062Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:18.6999694Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:18.7000247Z to work with policies introduced by or earlier. 2025-03-21T20:25:18.7000534Z 2025-03-21T20:25:18.7000653Z  2025-03-21T20:25:18.7001341Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:18.7002186Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:18.7002662Z CMake. 2025-03-21T20:25:18.7002791Z 2025-03-21T20:25:18.7003056Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:18.7004067Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:18.7004891Z to work with policies introduced by or earlier. 2025-03-21T20:25:18.7005193Z 2025-03-21T20:25:18.7005318Z  2025-03-21T20:25:18.7006035Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:18.7006892Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:18.7007371Z CMake. 2025-03-21T20:25:18.7007499Z 2025-03-21T20:25:18.7007750Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:18.7008921Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:18.7009967Z to work with policies introduced by or earlier. 2025-03-21T20:25:18.7010613Z 2025-03-21T20:25:18.7010823Z  2025-03-21T20:25:18.7011270Z -- Using python executable 'python3' 2025-03-21T20:25:18.7011919Z -- Resolved buck2 as buck2. 2025-03-21T20:25:18.7012469Z -- Killing buck2 daemon 2025-03-21T20:25:18.7012976Z 'buck2 killall' 2025-03-21T20:25:18.7013492Z -- executorch: Generating source lists 2025-03-21T20:25:18.7014341Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:18.7015098Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:18.7015658Z -- executorch: Using PAL default 'posix' 2025-03-21T20:25:18.7016030Z -- Generating operator lib: 2025-03-21T20:25:18.7016355Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:18.7016825Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:18.7017317Z -- ROOT_OPS: 2025-03-21T20:25:18.7017573Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:18.7019000Z Command - python3;-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:25:18.7020857Z -- Generating kernel bindings: 2025-03-21T20:25:18.7021439Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:18.7021943Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:18.7022434Z -- CUSTOM_OPS_YAML: 2025-03-21T20:25:18.7022730Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:18.7024652Z 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:25:18.7026698Z -- Generating operator lib: 2025-03-21T20:25:18.7027032Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:18.7027372Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:25:18.7027694Z -- DEPS: executorch 2025-03-21T20:25:18.7028347Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:25:18.7029207Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:18.7029699Z CMake. 2025-03-21T20:25:18.7029833Z 2025-03-21T20:25:18.7030101Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:18.7031223Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:18.7031920Z to work with policies introduced by or earlier. 2025-03-21T20:25:18.7032220Z 2025-03-21T20:25:18.7032347Z  2025-03-21T20:25:18.7032614Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:25:18.7033033Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:25:18.7033794Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:25:18.7034550Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:18.7035014Z CMake. 2025-03-21T20:25:18.7035156Z 2025-03-21T20:25:18.7035404Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:18.7036500Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:18.7037527Z to work with policies introduced by or earlier. 2025-03-21T20:25:18.7038079Z 2025-03-21T20:25:18.7038303Z  2025-03-21T20:25:18.7038703Z -- pybind11 v2.13.6 2025-03-21T20:25:18.7039646Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:25:18.7040949Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:25:18.7041813Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:25:18.7042375Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:25:18.7043295Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:25:18.7044588Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:18.7045208Z CMake. 2025-03-21T20:25:18.7045357Z 2025-03-21T20:25:18.7045626Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:18.7046379Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:18.7046955Z to work with policies introduced by or earlier. 2025-03-21T20:25:18.7047248Z 2025-03-21T20:25:18.7047396Z  2025-03-21T20:25:18.7047729Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:25:18.7048378Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:25:18.7049216Z -- Setting Clang compiler options 2025-03-21T20:25:18.7050231Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:25:18.7051035Z -- 2025-03-21T20:25:18.7051266Z -- ******** Summary ******** 2025-03-21T20:25:18.7051599Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:25:18.7051972Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:25:18.7052342Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:25:18.7052721Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:25:18.7053060Z -- BUCK2 : buck2 2025-03-21T20:25:18.7053427Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:25:18.7053988Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:25:18.7054609Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:25:18.7055387Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:25:18.7056115Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:25:18.7057076Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:25:18.7057851Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:25:18.7058618Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:25:18.7059368Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:25:18.7060100Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:25:18.7060846Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:25:18.7061682Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:25:18.7062434Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:25:18.7063015Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:25:18.7063408Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:25:18.7063805Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:25:18.7064224Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:25:18.7064642Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:25:18.7065058Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:25:18.7065474Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:25:18.7065857Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:25:18.7066256Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:25:18.7066666Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:25:18.7067340Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:25:18.7068125Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:25:18.7068537Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:25:18.7068945Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:25:18.7069344Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:25:18.7069748Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:25:18.7070158Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:25:18.7070541Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:25:18.7070941Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:25:18.7071350Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:25:18.7071768Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:25:18.7072257Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:25:18.7072955Z -- Configuring done (0.6s) 2025-03-21T20:25:18.7073492Z -- Generating done (0.2s) 2025-03-21T20:25:18.7074252Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:25:18.7075097Z ++ nproc 2025-03-21T20:25:18.7076084Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-03-21T20:25:18.7077308Z [ 6%] Built target flatbuffers 2025-03-21T20:25:18.7077910Z [ 6%] Built target common_schema 2025-03-21T20:25:18.7078777Z [ 12%] Generating qualcomm ir schema headers 2025-03-21T20:25:18.7079648Z [ 18%] Generating qnn_schema headers 2025-03-21T20:25:18.7080093Z [ 18%] Built target program_schema 2025-03-21T20:25:18.7080444Z [ 18%] Built target qcir 2025-03-21T20:25:18.7080752Z [ 18%] Built target qnn_schema 2025-03-21T20:25:18.7081443Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:25:20.8453171Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:25:20.8454312Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:25:20.8455220Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:25:20.8456269Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:25:20.8457452Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:25:20.8458570Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:25:20.8459724Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:25:20.8460617Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:25:20.8461413Z [ 25%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:25:20.8461909Z [ 25%] Built target qnn_executorch_logging 2025-03-21T20:25:20.8462931Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:25:20.8464266Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:25:20.8465190Z [ 25%] Linking CXX static library libqcir_utils.a 2025-03-21T20:25:20.8465618Z [ 25%] Built target qcir_utils 2025-03-21T20:25:20.8466383Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:25:20.8467389Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:25:20.8468288Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:25:20.8469220Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:25:20.8470143Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:25:20.8470922Z [ 37%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:25:20.8471567Z [ 37%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:25:20.8472045Z [ 37%] Built target qnn_sys_implementation 2025-03-21T20:25:20.8472816Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:25:20.8473491Z [ 37%] Built target qnn_implementation 2025-03-21T20:25:20.8474252Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:20.8475395Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:25:20.8476226Z [ 37%] Linking CXX static library libutils.a 2025-03-21T20:25:20.8477019Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:25:20.8477671Z [ 37%] Built target utils 2025-03-21T20:25:20.8478391Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:25:20.8479537Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:25:20.8480415Z [ 37%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:25:20.8480855Z [ 37%] Built target qnn_profiler 2025-03-21T20:25:20.8481603Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:25:20.8482621Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:25:20.8483640Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:25:20.8484444Z [ 37%] Linking CXX static library libshared_buffer.a 2025-03-21T20:25:20.8484887Z [ 37%] Built target shared_buffer 2025-03-21T20:25:20.8485749Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:25:20.8486882Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:25:20.8487641Z [ 50%] Linking CXX static library libqnn_logger.a 2025-03-21T20:25:20.8488192Z [ 56%] Linking CXX static library libwrappers.a 2025-03-21T20:25:20.8488678Z [ 56%] Built target qnn_logger 2025-03-21T20:25:20.8489318Z [ 56%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:25:20.8489912Z [ 56%] Built target wrappers 2025-03-21T20:25:20.8490635Z [ 56%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:25:20.8491851Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:25:20.8492993Z [ 62%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:25:20.8494037Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:25:20.8495198Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:25:20.8496223Z [ 62%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:25:20.8497128Z [ 62%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:25:20.8498064Z [ 68%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:25:20.8498866Z [ 68%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:25:20.8499324Z [ 68%] Built target qnn_custom_protocol 2025-03-21T20:25:20.8500160Z [ 68%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:25:20.8501540Z [ 68%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:25:20.8503017Z [ 68%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:25:20.8504016Z [ 68%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:25:20.8504475Z [ 68%] Built target qnn_backend_cache 2025-03-21T20:25:20.8504981Z [ 68%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:25:20.8505543Z [ 68%] Linking CXX static library libqnn_backend.a 2025-03-21T20:25:20.8505975Z [ 68%] Built target executorch_core 2025-03-21T20:25:20.8506683Z [ 68%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:25:20.8507697Z [ 75%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:25:20.8508350Z [ 75%] Built target qnn_backend 2025-03-21T20:25:20.8508993Z [ 75%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:25:20.8509885Z [ 75%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:25:20.8510818Z [ 75%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:25:20.8511571Z [ 81%] Linking CXX static library libqnn_device.a 2025-03-21T20:25:20.8511994Z [ 81%] Built target qnn_device 2025-03-21T20:25:20.8512782Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:25:20.8514101Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:25:20.8515446Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:25:20.8516347Z [ 81%] Linking CXX static library libextension_tensor.a 2025-03-21T20:25:20.8516803Z [ 81%] Built target extension_tensor 2025-03-21T20:25:20.8517284Z [ 81%] Linking CXX static library libexecutorch.a 2025-03-21T20:25:20.8517780Z [ 81%] Built target executorch 2025-03-21T20:25:20.8518225Z [ 81%] Linking CXX static library libqnn_context.a 2025-03-21T20:25:20.8518650Z [ 81%] Built target qnn_context 2025-03-21T20:25:20.8519415Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:25:20.8520716Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:25:20.8522102Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:25:20.8523390Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:25:20.8524565Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:25:20.8525420Z [ 81%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:25:20.8526145Z [ 81%] Built target qnn_mem_manager 2025-03-21T20:25:20.8526634Z [ 87%] Linking CXX static library libqnn_graph.a 2025-03-21T20:25:20.8527058Z [ 87%] Built target qnn_graph 2025-03-21T20:25:20.8527852Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:25:20.8528716Z [ 93%] Linking CXX static library libqnn_factory.a 2025-03-21T20:25:20.8529141Z [ 93%] Built target qnn_factory 2025-03-21T20:25:20.8529838Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:25:20.8530988Z [100%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:33.5301820Z [100%] Linking CXX static library libqnn_manager.a 2025-03-21T20:25:33.5302526Z [100%] Built target qnn_manager 2025-03-21T20:25:33.5303520Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:25:33.5304765Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:25:33.5305480Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:25:33.5305906Z [ 33%] Built target flatbuffers 2025-03-21T20:25:33.5306249Z [ 66%] Built target qnn_schema 2025-03-21T20:25:33.5306660Z [ 66%] Built target qnn_executorch_logging 2025-03-21T20:25:33.5307060Z [100%] Built target wrappers 2025-03-21T20:25:33.5308008Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:25:33.5309471Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:33.5310727Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:25:33.5311425Z [100%] Built target PyQnnWrapperAdaptor 2025-03-21T20:25:33.5312283Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:25:33.5313529Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:25:33.5314380Z + popd 2025-03-21T20:25:33.5314675Z /pytorch/executorch 2025-03-21T20:25:33.5315022Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:25:33.5315596Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:25:33.5316119Z + PYTHON_EXECUTABLE=python 2025-03-21T20:25:33.5316469Z + bash .ci/scripts/test_model.sh mb cmake qnn 2025-03-21T20:25:33.5316925Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:25:33.5317285Z + source .ci/scripts/utils.sh 2025-03-21T20:25:33.5317675Z + MODEL_NAME=mb 2025-03-21T20:25:33.5317937Z + [[ -z mb ]] 2025-03-21T20:25:33.5318193Z + BUILD_TOOL=cmake 2025-03-21T20:25:33.5318726Z + [[ -z cmake ]] 2025-03-21T20:25:33.5318994Z + BACKEND=qnn 2025-03-21T20:25:33.5319325Z + [[ -z qnn ]] 2025-03-21T20:25:33.5319581Z + UPLOAD_DIR= 2025-03-21T20:25:33.5319830Z + [[ -z python ]] 2025-03-21T20:25:33.5320166Z + which python 2025-03-21T20:25:33.5320444Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:25:33.5320862Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:25:33.5321180Z + EXPORTED_MODEL=mb 2025-03-21T20:25:33.5321627Z + [[ qnn == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:25:33.5321949Z + [[ qnn == *\q\n\n* ]] 2025-03-21T20:25:33.5322307Z + echo 'Testing mb with qnn...' 2025-03-21T20:25:33.5322640Z Testing mb with qnn... 2025-03-21T20:25:33.5322932Z + test_model_with_qnn 2025-03-21T20:25:33.5323304Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:25:33.5323670Z + source .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:25:33.5324102Z ++ set -eux 2025-03-21T20:25:33.5324348Z ++ set -o xtrace 2025-03-21T20:25:33.5324690Z ++ build_qnn_backend 2025-03-21T20:25:33.5324980Z ++ echo 'Start building qnn backend.' 2025-03-21T20:25:33.5325393Z Start building qnn backend. 2025-03-21T20:25:33.5325999Z ++ export ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:25:33.5326368Z ++ ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:25:33.5326749Z ++ export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:25:33.5327154Z ++ QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:25:33.5327611Z ++++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:25:33.5328002Z +++ cd -- .ci/scripts/../.. 2025-03-21T20:25:33.5328375Z +++ pwd 2025-03-21T20:25:33.5328650Z ++ export EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:25:33.5329112Z ++ EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:25:33.5329677Z ++ bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 2 --release 2025-03-21T20:25:33.5330390Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-03-21T20:25:33.5330799Z + '[' --skip_aarch64 = -h ']' 2025-03-21T20:25:33.5331100Z + BUILD_X86_64=true 2025-03-21T20:25:33.5331420Z + CMAKE_X86_64=build-x86 2025-03-21T20:25:33.5331752Z + BUILD_AARCH64=true 2025-03-21T20:25:33.5332046Z + CMAKE_AARCH64=build-android 2025-03-21T20:25:33.5332395Z + CLEAN=true 2025-03-21T20:25:33.5332675Z + BUILD_TYPE=Debug 2025-03-21T20:25:33.5332950Z + BUILD_JOB_NUMBER=16 2025-03-21T20:25:33.5333250Z + '[' -z PYTHON_EXECUTABLE ']' 2025-03-21T20:25:33.5333572Z + '[' -z BUCK2 ']' 2025-03-21T20:25:33.5334041Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-03-21T20:25:33.5335089Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 2 --release 2025-03-21T20:25:33.5336198Z + parsed_args=' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:25:33.5336744Z + eval set -- ' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:25:33.5337228Z ++ set -- --skip_aarch64 --job_number 2 --release -- 2025-03-21T20:25:33.5337606Z + true 2025-03-21T20:25:33.5337852Z + case "$1" in 2025-03-21T20:25:33.5338122Z + BUILD_AARCH64=false 2025-03-21T20:25:33.5338404Z + shift 2025-03-21T20:25:33.5338641Z + true 2025-03-21T20:25:33.5338869Z + case "$1" in 2025-03-21T20:25:33.5339135Z + BUILD_JOB_NUMBER=2 2025-03-21T20:25:33.5339411Z + shift 2 2025-03-21T20:25:33.5339651Z + true 2025-03-21T20:25:33.5339957Z + case "$1" in 2025-03-21T20:25:33.5340222Z + BUILD_TYPE=Release 2025-03-21T20:25:33.5340498Z + shift 2025-03-21T20:25:33.5340735Z + true 2025-03-21T20:25:33.5340980Z + case "$1" in 2025-03-21T20:25:33.5341221Z + shift 2025-03-21T20:25:33.5341458Z + break 2025-03-21T20:25:33.5341739Z +++ dirname backends/qualcomm/scripts/build.sh 2025-03-21T20:25:33.5342144Z ++ cd backends/qualcomm/scripts/../../.. 2025-03-21T20:25:33.5342493Z ++ pwd -P 2025-03-21T20:25:33.5342766Z + PRJ_ROOT=/pytorch/executorch 2025-03-21T20:25:33.5343090Z + '[' false = true ']' 2025-03-21T20:25:33.5343371Z + '[' true = true ']' 2025-03-21T20:25:33.5343690Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-03-21T20:25:33.5344042Z + '[' true = true ']' 2025-03-21T20:25:33.5344522Z + rm -rf /pytorch/executorch/build-x86 2025-03-21T20:25:33.5344904Z + mkdir /pytorch/executorch/build-x86 2025-03-21T20:25:33.5345276Z + cd /pytorch/executorch/build-x86 2025-03-21T20:25:33.5347488Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-03-21T20:25:33.5349579Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:25:33.5350025Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:33.5350426Z -- Detecting C compiler ABI info 2025-03-21T20:25:33.5350784Z -- Detecting C compiler ABI info - done 2025-03-21T20:25:33.5351239Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:25:33.5351699Z -- Detecting C compile features 2025-03-21T20:25:33.5352053Z -- Detecting C compile features - done 2025-03-21T20:25:33.5352419Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:33.5352790Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:33.5353259Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:33.5353716Z -- Detecting CXX compile features 2025-03-21T20:25:33.5354084Z -- Detecting CXX compile features - done 2025-03-21T20:25:33.5354949Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:33.5355783Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:33.5356269Z CMake. 2025-03-21T20:25:33.5356405Z 2025-03-21T20:25:33.5356718Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:33.5357359Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:33.5357925Z to work with policies introduced by or earlier. 2025-03-21T20:25:33.5358216Z 2025-03-21T20:25:33.5358355Z  2025-03-21T20:25:33.5359038Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:33.5359881Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:33.5360461Z CMake. 2025-03-21T20:25:33.5360606Z 2025-03-21T20:25:33.5360864Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:33.5361503Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:33.5362062Z to work with policies introduced by or earlier. 2025-03-21T20:25:33.5362350Z 2025-03-21T20:25:33.5362472Z  2025-03-21T20:25:33.5362746Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:25:33.5363181Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:25:33.5363587Z -- Found Threads: TRUE 2025-03-21T20:25:33.5364365Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:33.5365216Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:33.5365696Z CMake. 2025-03-21T20:25:33.5365839Z 2025-03-21T20:25:33.5366092Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:33.5366729Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:33.5367284Z to work with policies introduced by or earlier. 2025-03-21T20:25:33.5367573Z 2025-03-21T20:25:33.5367699Z  2025-03-21T20:25:33.5367947Z -- Using python executable 'python' 2025-03-21T20:25:33.5368306Z -- Resolved buck2 as buck2. 2025-03-21T20:25:33.5368620Z -- Killing buck2 daemon 2025-03-21T20:25:33.5368908Z 'buck2 killall' 2025-03-21T20:25:33.5369198Z -- executorch: Generating source lists 2025-03-21T20:25:33.5369781Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:25:33.5370735Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:25:33.5371317Z -- executorch: Using PAL default 'posix' 2025-03-21T20:25:33.5371693Z -- Generating operator lib: 2025-03-21T20:25:33.5372020Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:33.5372476Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:33.5373031Z -- ROOT_OPS: 2025-03-21T20:25:33.5373302Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:33.5374711Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:25:33.5375986Z -- Generating kernel bindings: 2025-03-21T20:25:33.5376323Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:33.5376778Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:33.5377279Z -- CUSTOM_OPS_YAML: 2025-03-21T20:25:33.5377591Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:33.5379495Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:25:33.5381168Z -- Generating operator lib: 2025-03-21T20:25:33.5381496Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:33.5381825Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:25:33.5382162Z -- DEPS: executorch 2025-03-21T20:25:33.5382795Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:25:33.5383545Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:33.5384028Z CMake. 2025-03-21T20:25:33.5384160Z 2025-03-21T20:25:33.5384418Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:33.5385058Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:33.5385619Z to work with policies introduced by or earlier. 2025-03-21T20:25:33.5385924Z 2025-03-21T20:25:33.5386040Z  2025-03-21T20:25:33.5386331Z -- Looking for C++ include unistd.h 2025-03-21T20:25:33.5386771Z -- Looking for C++ include unistd.h - found 2025-03-21T20:25:33.5387153Z -- Looking for C++ include stdint.h 2025-03-21T20:25:33.5387526Z -- Looking for C++ include stdint.h - found 2025-03-21T20:25:33.5387917Z -- Looking for C++ include inttypes.h 2025-03-21T20:25:33.5388306Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:25:33.5388708Z -- Looking for C++ include sys/types.h 2025-03-21T20:25:33.5389087Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:25:33.5389486Z -- Looking for C++ include sys/stat.h 2025-03-21T20:25:33.5389869Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:25:33.5390264Z -- Looking for C++ include fnmatch.h 2025-03-21T20:25:33.5390643Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:25:37.4454495Z -- Looking for C++ include stddef.h 2025-03-21T20:25:37.4455234Z -- Looking for C++ include stddef.h - found 2025-03-21T20:25:37.4455900Z -- Check size of uint32_t 2025-03-21T20:25:37.4456496Z -- Check size of uint32_t - done 2025-03-21T20:25:37.4457065Z -- Looking for strtoll 2025-03-21T20:25:37.4457637Z -- Looking for strtoll - found 2025-03-21T20:25:37.4458228Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:25:37.4458978Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:25:37.4460599Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:25:37.4462011Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:37.4462891Z CMake. 2025-03-21T20:25:37.4463116Z 2025-03-21T20:25:37.4463600Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:37.4465130Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:37.4466161Z to work with policies introduced by or earlier. 2025-03-21T20:25:37.4466725Z 2025-03-21T20:25:37.4466959Z  2025-03-21T20:25:37.4467378Z -- pybind11 v2.13.6 2025-03-21T20:25:37.4468460Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:25:37.4469722Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:25:37.4470586Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:25:37.4471231Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:25:37.4472545Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:25:37.4473946Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:37.4474827Z CMake. 2025-03-21T20:25:37.4475059Z 2025-03-21T20:25:37.4475529Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:37.4476714Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:37.4477728Z to work with policies introduced by or earlier. 2025-03-21T20:25:37.4478266Z 2025-03-21T20:25:37.4478492Z  2025-03-21T20:25:37.4479063Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:25:37.4479994Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:25:37.4480829Z -- Setting Clang compiler options 2025-03-21T20:25:37.4482296Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:25:37.4483863Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:25:37.4484831Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:37.4485583Z CMake. 2025-03-21T20:25:37.4485812Z 2025-03-21T20:25:37.4486217Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:37.4487281Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:37.4488172Z to work with policies introduced by or earlier. 2025-03-21T20:25:37.4488662Z 2025-03-21T20:25:37.4488670Z 2025-03-21T20:25:37.4488927Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:25:37.4489666Z -- Detecting C compiler ABI info 2025-03-21T20:25:37.4490388Z -- Detecting C compiler ABI info - done 2025-03-21T20:25:37.4491110Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:25:37.4491822Z -- Detecting C compile features 2025-03-21T20:25:37.4492372Z -- Detecting C compile features - done 2025-03-21T20:25:37.4493099Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:25:37.4494000Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:25:37.4494775Z -- Setting Clang compiler options 2025-03-21T20:25:37.4496240Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:25:37.4497634Z -- Configuring done (0.3s) 2025-03-21T20:25:37.4498159Z -- Generating done (0.0s) 2025-03-21T20:25:37.4498950Z -- Build files have been written to: /pytorch/executorch/build-x86/_host_build 2025-03-21T20:25:37.4500076Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:25:37.4501162Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:25:37.4502219Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:25:37.4503286Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:25:37.4504403Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:25:37.4505527Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:25:37.4506968Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:25:37.4507967Z [ 21%] Built target flatccrt 2025-03-21T20:25:37.4508890Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:25:37.4510280Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:25:37.4511765Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:25:37.4513121Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:25:37.4514404Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:25:37.4515771Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:25:37.4517109Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:25:37.4518331Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:25:37.4519416Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:25:37.4520535Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:25:37.4521633Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:25:37.4522686Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:25:37.4523778Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:25:37.4524949Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:25:37.4526426Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:25:37.4527609Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:25:37.4528834Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:25:37.4530130Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:25:37.4531380Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:25:37.4532685Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:25:37.4534004Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:25:37.4535261Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:25:37.4536457Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:25:37.4537635Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:25:37.4538550Z [ 93%] Built target flatcc 2025-03-21T20:25:37.4539267Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:25:37.4540351Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:25:37.4541255Z [100%] Built target flatcc_cli 2025-03-21T20:25:37.4541817Z -- Generating operator lib: 2025-03-21T20:25:37.4542371Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:25:37.4543150Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:25:37.4543980Z -- ROOT_OPS: 2025-03-21T20:25:37.4544419Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:37.4547055Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:25:37.4549320Z -- Generating kernel bindings: 2025-03-21T20:25:37.4549894Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:25:37.4550451Z -- FUNCTIONS_YAML: 2025-03-21T20:25:37.4551169Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:25:37.4552026Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:37.4558983Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:25:37.4565034Z -- Generating operator lib: 2025-03-21T20:25:37.4565641Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:25:37.4566254Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:25:37.4566865Z -- DEPS: executorch 2025-03-21T20:25:37.4567295Z -- 2025-03-21T20:25:37.4567692Z -- ******** Summary ******** 2025-03-21T20:25:37.4568265Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:25:37.4568925Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:25:37.4569577Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:25:37.4570310Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:25:37.4570924Z -- BUCK2 : buck2 2025-03-21T20:25:37.4571563Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:25:37.4572564Z -- FLATC_EXECUTABLE : /pytorch/executorch/build-x86/third-party/flatbuffers/flatc 2025-03-21T20:25:37.4573645Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:25:37.4574403Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:25:37.4575167Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:25:37.4575908Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:25:37.4576671Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:25:37.4577427Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:25:37.4578148Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:25:37.4578892Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:25:37.4579647Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:25:37.4580395Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:25:37.4581145Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:25:37.4581912Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:25:37.4582631Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:25:37.4583347Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:25:37.4584113Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:25:37.4584868Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:25:37.4585615Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:25:37.4586287Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:25:37.4586991Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:25:37.4587695Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:25:37.4588441Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:25:37.4589230Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:25:41.1724869Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:25:41.1725432Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:25:41.1726123Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:25:41.1726561Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:25:41.1727083Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:25:41.1727492Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:25:41.1727972Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:25:41.1728365Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:25:41.1728842Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:25:41.1729324Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:25:41.1729733Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:25:41.1730263Z -- Configuring done (8.4s) 2025-03-21T20:25:41.1730797Z -- Generating done (0.2s) 2025-03-21T20:25:41.1731293Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-03-21T20:25:41.1731877Z + cmake --build /pytorch/executorch/build-x86 -j2 --target install 2025-03-21T20:25:41.1732771Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:25:41.1733743Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:25:41.1734796Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:25:41.1735659Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:25:41.1736258Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T20:25:41.1736839Z [ 1%] Performing configure step for 'flatbuffers' 2025-03-21T20:25:41.1737295Z CMake Warning: 2025-03-21T20:25:41.1737657Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:25:41.1737967Z 2025-03-21T20:25:41.1738093Z  2025-03-21T20:25:41.1738382Z fatal: No names found, cannot describe anything. 2025-03-21T20:25:41.1738982Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:25:41.1739416Z git describe failed with exit code: 128 2025-03-21T20:25:41.1739662Z 2025-03-21T20:25:41.1739867Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:25:41.1740305Z Call Stack (most recent call first): 2025-03-21T20:25:41.1740657Z CMakeLists.txt:5 (include) 2025-03-21T20:25:41.1740870Z 2025-03-21T20:25:41.1740984Z  2025-03-21T20:25:41.1741244Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:25:41.1742061Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:25:41.1742812Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:41.1743219Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:41.1744015Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:25:41.1744889Z [ 2%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:25:41.1745349Z [ 2%] Built target gflags_nothreads_static 2025-03-21T20:25:41.1745894Z [ 2%] Generating etdump headers 2025-03-21T20:25:41.1746283Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:41.1746645Z [ 2%] Built target etdump_schema 2025-03-21T20:25:41.1747082Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:41.1747536Z -- Detecting CXX compile features 2025-03-21T20:25:41.1747895Z -- Detecting CXX compile features - done 2025-03-21T20:25:41.1748615Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:25:41.1749225Z -- Looking for strtof_l 2025-03-21T20:25:41.1749853Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:25:41.1750797Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:25:41.1751411Z -- Looking for strtof_l - found 2025-03-21T20:25:41.1751737Z -- Looking for strtoull_l 2025-03-21T20:25:41.1752395Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:25:41.1753369Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:25:41.1754387Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:25:41.1755128Z -- Looking for strtoull_l - found 2025-03-21T20:25:41.1755602Z -- Looking for realpath 2025-03-21T20:25:41.1756246Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:25:41.1756914Z [ 3%] Built target flatccrt 2025-03-21T20:25:41.1757599Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:25:41.1758394Z -- Looking for realpath - found 2025-03-21T20:25:41.1758783Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:25:41.1759293Z -- Configuring done (1.0s) 2025-03-21T20:25:41.1760003Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:25:41.1760683Z -- Generating done (0.0s) 2025-03-21T20:25:41.1761507Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers 2025-03-21T20:25:41.1762219Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:25:41.1762844Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:25:41.1763716Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:25:41.1764724Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:25:41.1765561Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:25:41.1766467Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:25:41.1767516Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:25:41.1768581Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:25:41.1769473Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:25:41.1770485Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:25:41.1771557Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:25:41.1772440Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:25:41.1773337Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:25:41.1774418Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:25:41.1775296Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:25:41.1776239Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:25:41.1777410Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:41.1778614Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:41.1779569Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:25:41.1780499Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:25:41.1781642Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:41.1782575Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:25:41.1783530Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:25:41.1784677Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:25:41.1786000Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:25:41.1787342Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:25:41.1788490Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:25:41.1789431Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:25:41.1790362Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T20:25:41.1790763Z [ 8%] Built target cpuinfo 2025-03-21T20:25:41.1791317Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:25:41.1792061Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:25:41.1792851Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:25:41.1793561Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:25:41.1794489Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:25:41.1795623Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:25:41.1796525Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:25:41.1797466Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:25:41.1798586Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:25:41.1799503Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:25:41.1800483Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:25:41.1801649Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:25:41.1802599Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:25:41.1803579Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:25:41.1804770Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:25:41.1805733Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:25:45.3516717Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:25:45.3518039Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:25:45.3519243Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:25:45.3520179Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:25:45.3521184Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:25:45.3522480Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:45.3523526Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:25:45.3524599Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:45.3526422Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:25:45.3527466Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:25:45.3528532Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:45.3536222Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:25:45.3537548Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:25:45.3538814Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:25:45.3540083Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:25:45.3541154Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:25:45.3542336Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:25:45.3543265Z [ 11%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:25:45.3543730Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:25:45.3544573Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:25:45.3545561Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:25:45.3546597Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:25:45.3547775Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:25:45.3548697Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:25:45.3549675Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:25:45.3550859Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:25:45.3551768Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:25:45.3552389Z [ 12%] Linking C static library libpthreadpool.a 2025-03-21T20:25:45.3552827Z [ 12%] Built target pthreadpool 2025-03-21T20:25:45.3553611Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:25:45.3554544Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:25:45.3555502Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:25:45.3556662Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:25:45.3557794Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:25:45.3558731Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:25:45.3559671Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:25:45.3560802Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:25:45.3561976Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:25:45.3563339Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:25:45.3564361Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:25:45.3565200Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:25:45.3566044Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:25:45.3566993Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:25:45.3567840Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:25:45.3568681Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:25:45.3569723Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:25:45.3570672Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:25:45.3571550Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:25:45.3572620Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:25:45.3573589Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:25:45.3574550Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:25:45.3575606Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:25:45.3576566Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:25:45.3577546Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:25:45.3578502Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:25:45.3579473Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:25:45.3580558Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:25:45.3581674Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:25:45.3582681Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:25:45.3583677Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:25:45.3584744Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:25:45.3585807Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:25:45.3586802Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:25:45.3587789Z [ 16%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:25:45.3588674Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:25:45.3589246Z [ 16%] Built target flatcc 2025-03-21T20:25:45.3589914Z [ 16%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:25:45.3590790Z [ 16%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:25:45.3591427Z [100%] Linking CXX executable flatc 2025-03-21T20:25:45.3591819Z [ 16%] Built target flatcc_cli 2025-03-21T20:25:45.3592150Z [100%] Built target flatc 2025-03-21T20:25:45.3592558Z [ 16%] No install step for 'flatbuffers' 2025-03-21T20:25:45.3593014Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:25:45.3593391Z [ 16%] Built target flatbuffers 2025-03-21T20:25:45.3593813Z [ 16%] Generating common_schema headers 2025-03-21T20:25:45.3594315Z [ 16%] Generating qualcomm ir schema headers 2025-03-21T20:25:45.3594731Z [ 16%] Built target common_schema 2025-03-21T20:25:45.3595068Z [ 16%] Built target qcir 2025-03-21T20:25:45.3595443Z [ 16%] Generating qnn_schema headers 2025-03-21T20:25:45.3595929Z [ 16%] Generating bundled_program headers 2025-03-21T20:25:45.3596333Z [ 16%] Built target qnn_schema 2025-03-21T20:25:45.3596681Z [ 16%] Built target bundled_program_schema 2025-03-21T20:25:45.3597158Z [ 16%] Generating scalar_type_schema headers 2025-03-21T20:25:45.3597646Z [ 16%] Generating program_schema headers 2025-03-21T20:25:45.3598139Z [ 16%] Built target scalar_type_schema 2025-03-21T20:25:45.3598864Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:25:45.3599506Z [ 16%] Built target program_schema 2025-03-21T20:25:45.3600273Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:25:45.3601160Z [ 17%] Linking CXX static library libqcir_utils.a 2025-03-21T20:25:45.3601784Z [ 17%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:25:45.3602266Z [ 17%] Built target qcir_utils 2025-03-21T20:25:45.3602616Z [ 17%] Built target qnn_executorch_logging 2025-03-21T20:25:45.3603098Z [ 17%] Generating flat_tensor_schema headers 2025-03-21T20:25:50.5694303Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:25:50.5694982Z [ 17%] Built target flat_tensor_schema 2025-03-21T20:25:50.5695739Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:25:50.5696796Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:25:50.5697965Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:25:50.5699132Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:25:50.5700318Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:25:50.5701371Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:25:50.5702106Z [ 18%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:25:50.5702906Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:25:50.5703539Z [ 18%] Built target qnn_implementation 2025-03-21T20:25:50.5704461Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:25:50.5705568Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:25:50.5706357Z [ 18%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:25:50.5706862Z [ 18%] Built target qnn_sys_implementation 2025-03-21T20:25:50.5707586Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:25:50.5708726Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:25:50.5709821Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:25:50.5710585Z [ 19%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:25:50.5711403Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:25:50.5712037Z [ 19%] Built target qnn_custom_protocol 2025-03-21T20:25:50.5712810Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:25:50.5713927Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:25:50.5715027Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:25:50.5715826Z [ 19%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:25:50.5716266Z [ 19%] Built target qnn_profiler 2025-03-21T20:25:50.5716913Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:25:50.5718106Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:25:50.5719056Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:25:50.5719757Z [ 20%] Linking CXX static library libutils.a 2025-03-21T20:25:50.5720146Z [ 20%] Built target utils 2025-03-21T20:25:50.5720866Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:25:50.5721847Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:25:50.5722850Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:25:50.5723774Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:25:50.5724684Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:25:50.5725404Z [ 21%] Linking CXX static library libshared_buffer.a 2025-03-21T20:25:50.5726141Z [ 21%] Built target shared_buffer 2025-03-21T20:25:50.5726862Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:25:50.5727914Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:50.5728752Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:25:50.5729205Z [ 21%] Built target executorch_core 2025-03-21T20:25:50.5730085Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:25:50.5731146Z [ 21%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:25:50.5732138Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:25:50.5733089Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:25:50.5733789Z [ 23%] Linking CXX static library libwrappers.a 2025-03-21T20:25:50.5734208Z [ 23%] Built target wrappers 2025-03-21T20:25:50.5734922Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:25:50.5736035Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:25:50.5737090Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:25:50.5738152Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:25:50.5738983Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:25:50.5739418Z [ 24%] Built target executorch 2025-03-21T20:25:50.5740145Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:25:50.5741249Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:25:50.5742120Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:25:50.5742717Z [ 25%] Linking CXX static library libqnn_logger.a 2025-03-21T20:25:50.5743162Z [ 25%] Built target extension_threadpool 2025-03-21T20:25:50.5744018Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:25:50.5744745Z [ 25%] Built target qnn_logger 2025-03-21T20:25:50.5745642Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:25:50.5746803Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:25:50.5747584Z [ 25%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:25:50.5748201Z [ 25%] Built target qnn_backend_cache 2025-03-21T20:25:50.5748953Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:25:50.5750125Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:25:50.5751155Z [ 25%] Linking CXX static library libextension_tensor.a 2025-03-21T20:25:50.5751618Z [ 25%] Built target extension_tensor 2025-03-21T20:25:50.5752387Z [ 26%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:25:50.5753222Z [ 26%] Linking CXX static library libbundled_program.a 2025-03-21T20:25:50.5753680Z [ 26%] Built target bundled_program 2025-03-21T20:25:50.5754451Z [ 27%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:25:50.5755715Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:25:50.5757128Z [ 27%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:25:50.5758145Z [ 27%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:25:50.5758922Z [ 27%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:25:50.5759416Z [ 27%] Built target extension_data_loader 2025-03-21T20:25:50.5760169Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:25:50.5761198Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:50.5762284Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:25:50.5763416Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:25:50.5764492Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:50.5765568Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:25:50.5766659Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:25:50.5767729Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:25:50.5768795Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:25:50.5769919Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:25:50.5770827Z [ 29%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:25:50.5771315Z [ 29%] Built target quantized_kernels 2025-03-21T20:25:50.5772090Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:50.5773229Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:57.7177998Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:57.7179099Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:57.7180088Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:57.7181077Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:57.7182066Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:57.7183343Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:57.7184404Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:57.7185422Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:57.7186508Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:57.7187496Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:57.7188492Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:57.7189505Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:57.7190521Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:57.7191591Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:57.7192636Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:57.7193622Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:57.7194615Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:57.7195606Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:57.7196602Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:57.7197255Z [ 33%] Built target PyQnnWrapperAdaptor 2025-03-21T20:25:57.7198024Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:57.7199075Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:25:57.7200045Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:25:57.7201027Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:25:57.7201962Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:25:57.7202907Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:25:57.7203944Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:25:57.7204984Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:25:57.7206006Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:25:57.7206987Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:25:57.7207723Z [ 35%] Linking CXX static library libetdump.a 2025-03-21T20:25:57.7208131Z [ 35%] Built target etdump 2025-03-21T20:25:57.7208935Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:57.7210029Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:25:57.7211247Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:57.7212409Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:25:57.7213498Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:57.7215098Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:25:57.7216140Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:57.7217251Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:25:57.7218310Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:57.7219342Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:25:57.7220390Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:57.7221484Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:25:57.7222593Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:57.7223678Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:25:57.7224803Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:57.7226212Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:25:57.7227358Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:57.7228421Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:25:57.7229465Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:57.7230509Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:25:57.7231550Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:57.7232589Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:25:57.7233615Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:57.7234662Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:25:57.7236005Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:57.7237116Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:25:57.7238209Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:57.7239325Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:25:57.7240424Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:57.7241519Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:25:57.7242623Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:57.7243805Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:57.7244881Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:57.7245920Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:25:57.7247146Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:57.7248177Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:25:57.7249284Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:57.7250405Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:25:57.7251460Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:57.7252500Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:25:57.7253542Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:57.7254636Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:25:57.7255756Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:57.7256818Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:25:57.7257910Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:26:03.4297519Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:26:03.4298671Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:26:03.4299835Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:26:03.4301024Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:26:03.4302305Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:26:03.4303576Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:26:03.4304801Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:26:03.4306070Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:26:03.4307185Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:26:03.4308409Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:26:03.4309542Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:26:03.4310827Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:26:03.4312081Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:26:03.4313278Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:26:03.4314497Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:26:03.4315635Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:26:03.4316831Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:26:03.4317964Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:26:03.4319440Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:26:03.4320705Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:26:03.4321896Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:26:03.4323253Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:26:03.4324424Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:26:03.4325945Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:26:03.4327230Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:26:03.4328486Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:26:03.4329621Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:26:03.4330926Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:26:03.4332082Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:26:03.4333328Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:26:03.4334430Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:26:03.4335630Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:26:03.4336747Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:26:03.4337874Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:26:03.4338962Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:26:03.4340064Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:26:03.4341259Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:26:03.4342299Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:26:03.4343387Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:26:03.4344510Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:26:03.4345660Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:26:03.4346773Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:26:03.4348006Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:26:03.4349133Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:26:03.4350165Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:26:03.4351208Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:26:03.4352254Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:26:03.4353455Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:26:03.4354507Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:26:03.4355614Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:26:03.4357262Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:26:03.4358425Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:26:03.4359836Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:26:03.4361119Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:26:03.4362219Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:26:03.4363320Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:26:03.4364409Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:26:03.4365489Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:26:03.4366570Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:26:03.4367694Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:26:03.4368820Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:26:03.4369906Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:26:03.4371049Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:26:03.4372094Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:26:03.4373131Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:26:03.4374212Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:26:03.4375323Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:26:03.4376421Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:26:03.4377531Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:26:03.4378632Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:26:03.4379711Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:26:03.4380811Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:26:03.4381861Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:26:09.1634754Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:26:09.1635979Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:26:09.1637111Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:26:09.1638311Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:26:09.1639812Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:26:09.1640906Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:26:09.1642074Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:26:09.1643141Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:26:09.1644249Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:26:09.1645324Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:26:09.1646418Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:26:09.1647524Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:26:09.1648600Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:26:09.1649640Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:26:09.1650770Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:26:09.1651815Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:26:09.1652857Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:26:09.1653935Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:26:09.1655062Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:26:09.1656208Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:26:09.1657392Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:26:09.1658553Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:26:09.1659773Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:26:09.1660979Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:26:09.1662080Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:26:09.1663180Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:26:09.1664212Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:26:09.1665253Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:26:09.1666286Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:26:09.1667329Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:26:09.1668385Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:26:09.1669489Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:26:09.1670632Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:26:09.1671722Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:26:09.1672850Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:26:09.1674028Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:26:09.1675150Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:26:09.1676282Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:26:09.1677403Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:26:09.1678538Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:26:09.1679685Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:26:09.1680796Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:26:09.1681826Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:26:09.1682858Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:26:09.1683887Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:26:09.1684976Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:26:09.1686082Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:26:09.1687222Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:26:09.1688380Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:26:09.1689527Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:26:09.1690776Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:26:09.1691881Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:26:09.1692991Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:26:09.1694222Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:26:09.1695484Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:26:09.1696774Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:26:09.1697985Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:26:09.1699078Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:26:09.1700148Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:26:09.1701227Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:26:09.1702337Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:26:09.1703559Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:26:09.1704667Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:26:09.1705828Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:26:09.1706963Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:26:09.1708093Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:26:09.1709193Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:26:09.1710221Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:26:09.1711262Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:26:09.1712305Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:26:09.1713390Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:26:09.1714475Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:26:14.7717496Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:26:14.7719166Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:26:14.7720404Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:26:14.7721613Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:26:14.7722790Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:26:14.7723908Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:26:14.7725043Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:26:14.7726426Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:26:14.7727676Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:26:14.7728924Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:26:14.7730203Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:26:14.7731517Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:26:14.7732697Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:26:14.7733952Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:26:14.7735245Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:26:14.7736418Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:26:14.7737689Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:26:14.7738860Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:26:14.7740406Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:26:14.7741655Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:26:14.7743002Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:26:14.7744240Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:26:14.7745496Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:26:14.7746696Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:26:14.7747967Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:26:14.7749156Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:26:14.7750421Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:26:14.7751698Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:26:14.7752951Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:26:14.7754242Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:26:14.7755542Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:26:14.7756646Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:26:14.7757951Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:26:14.7759111Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:26:14.7760193Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:26:14.7761348Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:26:14.7762441Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:26:14.7763514Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:26:14.7764575Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:26:14.7765635Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:26:14.7766764Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:26:14.7768078Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:26:14.7769447Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:26:14.7770691Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:26:14.7771803Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:26:14.7772935Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:26:14.7774166Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:26:14.7775221Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:26:14.7776275Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:26:14.7777511Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:26:14.7778771Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:26:14.7779898Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:26:14.7781220Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:26:14.7782335Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:26:14.7783464Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:26:14.7784554Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:26:14.7785799Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:26:14.7786890Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:26:14.7787997Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:26:14.7789130Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:26:14.7790252Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:26:14.7791385Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:26:14.7792506Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:26:14.7793667Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:26:14.7794850Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:26:14.7795999Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:26:14.7797143Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:26:14.7798266Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:26:14.7799309Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:26:14.7800335Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:26:14.7801405Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:26:14.7802486Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:26:20.2881995Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:26:20.2884145Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:26:20.2886208Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:26:20.2888734Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:26:20.2891126Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:26:20.2893327Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:26:20.2895885Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:26:20.2898262Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:26:20.2900733Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:26:20.2903315Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:26:20.2905724Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:26:20.2907889Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:26:20.2910060Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:26:20.2912248Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:26:20.2914448Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:26:20.2916639Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:26:20.2918766Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:26:20.2920930Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:26:20.2923066Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:26:20.2925166Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:26:20.2927573Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:26:20.2929693Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:26:20.2931806Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:26:20.2933913Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:26:20.2935992Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:26:20.2938112Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:26:20.2940222Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:26:20.2942357Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:26:20.2944536Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:26:20.2946774Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:26:20.2948985Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:26:20.2951397Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:26:20.2953598Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:26:20.2955766Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:26:20.2958051Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:26:20.2960139Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:26:20.2962236Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:26:20.2964376Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:26:20.2966489Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:26:20.2968633Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:26:20.2970930Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:26:20.2973135Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:26:20.2974799Z [ 85%] Linking CXX static library libportable_kernels.a 2025-03-21T20:26:20.2976511Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:26:20.2977882Z [ 86%] Built target portable_kernels 2025-03-21T20:26:20.2979520Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:26:20.2991126Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:26:20.2993498Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:26:20.2995211Z [ 86%] Linking CXX static library libqnn_backend.a 2025-03-21T20:26:20.2995995Z [ 86%] Built target qnn_backend 2025-03-21T20:26:20.2997392Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:26:20.2999523Z [ 87%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:26:20.3001717Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:26:20.3003992Z [ 87%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:26:20.3006228Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:26:20.3008782Z [ 87%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:26:20.3011391Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:26:20.3013860Z [ 88%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:26:20.3016478Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:26:20.3018194Z [ 88%] Linking CXX static library libqnn_device.a 2025-03-21T20:26:20.3018959Z [ 88%] Built target qnn_device 2025-03-21T20:26:20.3020436Z [ 88%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:26:20.3023081Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:26:20.3025638Z [ 88%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:20.3027824Z [ 88%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:26:20.3028751Z [ 88%] Built target extension_flat_tensor 2025-03-21T20:26:20.3030664Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:26:20.3032719Z [ 89%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:26:20.3033855Z [ 89%] Generating code for kernel registration 2025-03-21T20:26:20.3035607Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:26:20.3038092Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:26:20.3040486Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:26:20.3042826Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:26:27.7681301Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:26:27.7683309Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:26:27.7684965Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:26:27.7686547Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:26:27.7688081Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:26:27.7689968Z [ 91%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:27.7691789Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:26:27.7692900Z [ 91%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:26:27.7693468Z [ 91%] Built target quantized_ops_lib 2025-03-21T20:26:27.7694110Z [ 92%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:26:27.7695233Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:26:27.7696364Z [ 92%] Generating code for kernel registration 2025-03-21T20:26:27.7697521Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:26:27.7699005Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:26:27.7700670Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:26:27.7702538Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:26:27.7704135Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:26:27.7705496Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:26:27.7706985Z [ 93%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:26:27.7707667Z [ 93%] Built target optimized_portable_kernels 2025-03-21T20:26:27.7708728Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:26:27.7710330Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:26:27.7712082Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:27.7713904Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:26:27.7715191Z [ 94%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:26:27.7715736Z [ 94%] Built target portable_ops_lib 2025-03-21T20:26:27.7716373Z [ 94%] Linking CXX static library libqnn_context.a 2025-03-21T20:26:27.7717442Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:26:27.7718380Z [ 95%] Built target qnn_context 2025-03-21T20:26:27.7719396Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:27.7720736Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:26:27.7722119Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:26:27.7723274Z [ 95%] Linking CXX shared library libextension_module.so 2025-03-21T20:26:27.7724505Z [ 95%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:27.7725532Z [ 95%] Built target extension_module 2025-03-21T20:26:27.7726601Z [ 96%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:26:27.7728009Z [ 96%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:26:27.7729154Z [ 96%] Linking CXX static library libextension_module_static.a 2025-03-21T20:26:27.7729903Z [ 96%] Built target extension_module_static 2025-03-21T20:26:27.7731127Z [ 96%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:26:27.7732759Z [ 96%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:26:27.7734123Z [ 97%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:27.7735436Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:26:27.7736752Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:26:27.7738151Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:26:27.7739594Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:26:27.7741171Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:26:27.7742757Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:26:27.7743913Z [ 98%] Linking CXX static library libqnn_graph.a 2025-03-21T20:26:27.7744380Z [ 98%] Built target qnn_graph 2025-03-21T20:26:27.7746226Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:26:27.7747360Z [ 98%] Linking CXX executable executor_runner 2025-03-21T20:26:27.7748182Z [ 99%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:26:27.7748783Z [ 99%] Built target qnn_mem_manager 2025-03-21T20:26:27.7749991Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:26:27.7750869Z [ 99%] Built target executor_runner 2025-03-21T20:26:27.7751537Z [ 99%] Linking CXX static library libqnn_factory.a 2025-03-21T20:26:27.7752099Z [ 99%] Built target qnn_factory 2025-03-21T20:26:27.7753034Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:26:27.7754388Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:26:27.7755502Z [ 99%] Linking CXX static library libqnn_manager.a 2025-03-21T20:26:27.7756147Z [ 99%] Built target qnn_manager 2025-03-21T20:26:27.7757192Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-03-21T20:26:27.7758875Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:26:27.7760147Z [100%] Linking CXX shared library libqnn_executorch_backend.so 2025-03-21T20:26:27.7761251Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:26:27.7762026Z [100%] Built target qnn_executorch_backend 2025-03-21T20:26:27.7762570Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:26:27.7763112Z Install the project... 2025-03-21T20:26:27.7763599Z -- Install configuration: "Release" 2025-03-21T20:26:27.7764171Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-03-21T20:26:27.7765072Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:26:27.7765759Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-03-21T20:26:27.7766543Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-03-21T20:26:27.7767340Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:26:27.7768236Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:26:27.7769254Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:26:27.7770147Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-03-21T20:26:27.7770836Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-03-21T20:26:27.7771753Z -- Installing: /pytorch/executorch/build-x86/lib/liboptimized_portable_kernels.a 2025-03-21T20:26:27.7772680Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-03-21T20:26:27.7773757Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-03-21T20:26:27.7774619Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-03-21T20:26:27.7775631Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:26:27.7776449Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-03-21T20:26:27.7777317Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-03-21T20:26:27.7778219Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-03-21T20:26:27.7779087Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-03-21T20:26:27.7779962Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-03-21T20:26:27.7780765Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-03-21T20:26:27.7781833Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:26:27.7782829Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:26:27.7783881Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:26:27.7784974Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-03-21T20:26:27.7785878Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:26:27.7786857Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:26:27.7787979Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:26:27.7789158Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:26:27.7790303Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:26:27.7791209Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:26:27.7792139Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:26:27.7793247Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:26:27.7794321Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:26:27.7795442Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:26:27.7796501Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:26:27.7797446Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:26:27.7798328Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:26:27.7799246Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:26:27.7800156Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:26:27.7801157Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:26:27.7801997Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-03-21T20:26:27.7802891Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:26:27.7803872Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:26:27.7804859Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:26:27.7805764Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:26:27.7806659Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:26:27.7807618Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:26:27.7808662Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:26:27.7809851Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:26:27.7810883Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:26:27.7811940Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:26:27.7813197Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:26:27.7814315Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:26:27.7815470Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:26:27.7816536Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:26:27.7817645Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:26:27.7818780Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:26:27.7819932Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:26:27.7821062Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:26:27.7822067Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:26:27.7823010Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:26:27.7823931Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:26:27.7824861Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:26:27.7826076Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:26:27.7827034Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:26:27.7827986Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:26:27.7828975Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:26:27.7829936Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:26:27.7830895Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:26:27.7831896Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:26:27.7832844Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-03-21T20:26:27.7833655Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-03-21T20:26:27.7834443Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-03-21T20:26:27.7835195Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-03-21T20:26:27.7835993Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:26:27.7836891Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:26:27.7837721Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-03-21T20:26:27.7838447Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-03-21T20:26:27.7839247Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:26:27.7840184Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:26:27.7841135Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:26:27.7841974Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-03-21T20:26:27.7842912Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:26:27.7843858Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:26:27.7844832Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-03-21T20:26:27.7845691Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-03-21T20:26:27.7846658Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-03-21T20:26:27.7847473Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-03-21T20:26:27.7848399Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:26:27.7849269Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-03-21T20:26:27.7850201Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-03-21T20:26:27.7850994Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-03-21T20:26:27.7851933Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-03-21T20:26:27.7852768Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-03-21T20:26:27.7853603Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-03-21T20:26:27.7854410Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-03-21T20:26:27.7855291Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-03-21T20:26:27.7856155Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:26:27.7857033Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-03-21T20:26:27.7857823Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-03-21T20:26:27.7858787Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:26:28.5428719Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:26:28.5430235Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-03-21T20:26:28.5431679Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:26:28.5432565Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-03-21T20:26:28.5433597Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-03-21T20:26:28.5434474Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:26:28.5435386Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:26:28.5436289Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:26:28.5437144Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-03-21T20:26:28.5437901Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-03-21T20:26:28.5438756Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:26:28.5439640Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-03-21T20:26:28.5440511Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:26:28.5441459Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:26:28.5442442Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-03-21T20:26:28.5443027Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-03-21T20:26:28.5443746Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:26:28.5444510Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-03-21T20:26:28.5445255Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-03-21T20:26:28.5445834Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-03-21T20:26:28.5446380Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-03-21T20:26:28.5446979Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-03-21T20:26:28.5447649Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-03-21T20:26:28.5448302Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-03-21T20:26:28.5448969Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-03-21T20:26:28.5449732Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-03-21T20:26:28.5450368Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-03-21T20:26:28.5451021Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-03-21T20:26:28.5451662Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-03-21T20:26:28.5452411Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:26:28.5453315Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:26:28.5454844Z + rm -f /pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:26:28.5457172Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:26:28.5459517Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:26:28.5461580Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:26:28.5463045Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-03-21T20:26:28.5463907Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-03-21T20:26:28.5464795Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-03-21T20:26:28.5465715Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:26:28.5466364Z + EXAMPLE_ROOT=examples/qualcomm 2025-03-21T20:26:28.5467100Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-03-21T20:26:28.5467858Z + echo 'Update tokenizers submodule...' 2025-03-21T20:26:28.5468243Z Update tokenizers submodule... 2025-03-21T20:26:28.5468632Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-03-21T20:26:28.5469227Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-03-21T20:26:28.5469780Z + git submodule update --init 2025-03-21T20:26:28.5470080Z + popd 2025-03-21T20:26:28.5470343Z /pytorch/executorch/build-x86 2025-03-21T20:26:28.5471863Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-03-21T20:26:28.5473521Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:26:28.5473970Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:26:28.5474386Z -- Detecting C compiler ABI info 2025-03-21T20:26:28.5474736Z -- Detecting C compiler ABI info - done 2025-03-21T20:26:28.5475257Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:26:28.5475712Z -- Detecting C compile features 2025-03-21T20:26:28.5476070Z -- Detecting C compile features - done 2025-03-21T20:26:28.5476449Z -- Detecting CXX compiler ABI info 2025-03-21T20:26:28.5476812Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:26:28.5477278Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:26:28.5477741Z -- Detecting CXX compile features 2025-03-21T20:26:28.5478110Z -- Detecting CXX compile features - done 2025-03-21T20:26:28.5478809Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-03-21T20:26:28.5479390Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:26:28.5480044Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:26:28.5480664Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:26:28.5481028Z 2025-03-21T20:26:28.5481172Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:26:28.5481430Z 2025-03-21T20:26:28.5481592Z /pytorch/executorch/examples/qualcomm/../.. 2025-03-21T20:26:28.5481859Z 2025-03-21T20:26:28.5482034Z Environment variable EXECUTORCH_ROOT is set to: 2025-03-21T20:26:28.5482314Z 2025-03-21T20:26:28.5482425Z /pytorch/executorch 2025-03-21T20:26:28.5482616Z 2025-03-21T20:26:28.5482874Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:26:28.5483391Z .cmake module might still use it. 2025-03-21T20:26:28.5483871Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:26:28.5484363Z  2025-03-21T20:26:28.5484686Z coremldelegate library is not found. 2025-03-21T20:26:28.5485235Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5485770Z mpsdelegate library is not found. 2025-03-21T20:26:28.5486309Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5486852Z neuron_backend library is not found. 2025-03-21T20:26:28.5487397Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5487912Z custom_ops library is not found. 2025-03-21T20:26:28.5488444Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5489006Z extension_runner_util library is not found. 2025-03-21T20:26:28.5489662Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5490219Z extension_training library is not found. 2025-03-21T20:26:28.5490773Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5491314Z xnnpack_backend library is not found. 2025-03-21T20:26:28.5491879Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5492401Z XNNPACK library is not found. 2025-03-21T20:26:28.5492935Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5493484Z microkernels-prod library is not found. 2025-03-21T20:26:28.5494030Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5494551Z kleidiai library is not found. 2025-03-21T20:26:28.5495080Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5495610Z vulkan_backend library is not found. 2025-03-21T20:26:28.5496154Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5496780Z optimized_kernels library is not found. 2025-03-21T20:26:28.5497339Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5497863Z cpublas library is not found. 2025-03-21T20:26:28.5498387Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5498911Z eigen_blas library is not found. 2025-03-21T20:26:28.5499514Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5500048Z optimized_ops_lib library is not found. 2025-03-21T20:26:28.5500601Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5501197Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:26:28.5501802Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5502369Z quantized_ops_aot_lib library is not found. 2025-03-21T20:26:28.5502926Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:26:28.5503726Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-03-21T20:26:28.5504425Z -- Generating operator lib: 2025-03-21T20:26:28.5504757Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:26:28.5505104Z -- OPS_SCHEMA_YAML: 2025-03-21T20:26:28.5505377Z -- ROOT_OPS: 2025-03-21T20:26:28.5505648Z -- INCLUDE_ALL_OPS: ON 2025-03-21T20:26:28.5506795Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-03-21T20:26:28.5507828Z -- Generating kernel bindings: 2025-03-21T20:26:32.4560002Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:26:32.4560924Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-03-21T20:26:32.4561543Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:32.4561852Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:26:32.4562216Z -- Generating operator lib: 2025-03-21T20:26:32.4562541Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:26:32.4562891Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:26:32.4563219Z -- DEPS: executorch 2025-03-21T20:26:32.4563540Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:26:32.4563986Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:26:32.4564464Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:26:32.4564916Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:26:32.4565359Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:26:32.4565786Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:26:32.4566174Z -- Found Threads: TRUE 2025-03-21T20:26:32.4567158Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-03-21T20:26:32.4568578Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2025-03-21T20:26:32.4569602Z 2025-03-21T20:26:32.4569723Z  2025-03-21T20:26:32.4569976Z -- Configuring done (1.4s) 2025-03-21T20:26:32.4570289Z -- Generating done (0.3s) 2025-03-21T20:26:32.4570758Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-03-21T20:26:32.4571323Z + cmake --build examples/qualcomm -j2 2025-03-21T20:26:32.4571943Z [ 1%] Generating selected_operators.yaml for full_portable_ops_lib 2025-03-21T20:26:32.4572829Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:26:32.4573611Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:26:32.4574058Z [ 2%] Built target log_severity 2025-03-21T20:26:32.4574815Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:26:32.4576318Z [ 3%] Generating code for kernel registration 2025-03-21T20:26:32.4576888Z [ 3%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:26:32.4577346Z [ 3%] Built target spinlock_wait 2025-03-21T20:26:32.4578050Z [ 4%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:26:32.4578916Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:26:32.4579348Z [ 4%] Built target strerror 2025-03-21T20:26:32.4580106Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:26:32.4581256Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:26:32.4582387Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:26:32.4583516Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:26:32.4584650Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:26:32.4585782Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:26:32.4586925Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:26:32.4588053Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:26:32.4589203Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:26:32.4590176Z [ 7%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:26:32.4590685Z [ 7%] Built target time_zone 2025-03-21T20:26:32.4591673Z [ 8%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:26:32.4592610Z [ 8%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:26:32.4593080Z [ 8%] Built target utf8_for_code_point 2025-03-21T20:26:32.4593729Z [ 9%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:26:32.4594868Z [ 9%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:32.4595803Z [ 9%] Linking CXX static library libabsl_int128.a 2025-03-21T20:26:32.4596221Z [ 9%] Built target int128 2025-03-21T20:26:32.4597046Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:26:32.4597983Z [ 9%] Linking CXX static library libfull_portable_ops_lib.a 2025-03-21T20:26:32.4598468Z [ 9%] Built target full_portable_ops_lib 2025-03-21T20:26:32.4599307Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:26:32.4600220Z [ 10%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:26:32.4600717Z [ 10%] Built target exponential_biased 2025-03-21T20:26:32.4601432Z [ 10%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:26:32.4602194Z [ 10%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:26:32.4602628Z [ 10%] Built target civil_time 2025-03-21T20:26:32.4603487Z [ 10%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:26:32.4604417Z [ 10%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:26:32.4604848Z [ 10%] Built target leak_check 2025-03-21T20:26:32.4605713Z [ 10%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:26:32.4606643Z [ 10%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:26:32.4607210Z [ 10%] Built target flags_commandlineflag_internal 2025-03-21T20:26:32.4608166Z [ 10%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:26:32.4609121Z [ 11%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:26:32.4609742Z [ 11%] Built target log_internal_nullguard 2025-03-21T20:26:32.4610590Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:26:32.4611485Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:26:32.4611966Z [ 11%] Built target periodic_sampler 2025-03-21T20:26:32.4612838Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:26:32.4613825Z [ 12%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:26:32.4614350Z [ 12%] Built target random_seed_gen_exception 2025-03-21T20:26:32.4615121Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-03-21T20:26:32.4615989Z [ 12%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:26:32.4616509Z [ 12%] Built target random_internal_platform 2025-03-21T20:26:32.4617466Z [ 12%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-03-21T20:26:32.4618914Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:26:32.4619900Z [ 13%] Linking CXX static library libcustom_ops.a 2025-03-21T20:26:32.4620327Z [ 13%] Built target custom_ops 2025-03-21T20:26:32.4621258Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:32.4622660Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-03-21T20:26:32.4624090Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:26:32.4625634Z [ 15%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:26:32.4627226Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:26:32.4628182Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:26:32.4629125Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:26:32.4630655Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:26:32.4632015Z const NamedDataMap* named_data_map = nullptr) 2025-03-21T20:26:32.4632377Z ^ 2025-03-21T20:26:32.4633169Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:26:32.4634072Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:26:32.4634406Z ^ 2025-03-21T20:26:32.4635100Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:26:32.4636211Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:26:32.4636671Z ^ 2025-03-21T20:26:32.4637176Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:26:32.4638114Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:26:34.5912626Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:62:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:26:34.5913973Z const NamedDataMap* get_named_data_map() const { 2025-03-21T20:26:34.5914358Z ^ 2025-03-21T20:26:34.5915178Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:26:34.5916094Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:26:34.5916414Z ^ 2025-03-21T20:26:34.5917114Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:26:34.5918053Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:26:34.5918528Z ^ 2025-03-21T20:26:34.5919047Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:26:34.5919973Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:26:34.5921495Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:70:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:26:34.5922730Z const NamedDataMap* named_data_map_ = nullptr; 2025-03-21T20:26:34.5923103Z ^ 2025-03-21T20:26:34.5923889Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:26:34.5924799Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:26:34.5925133Z ^ 2025-03-21T20:26:34.5926187Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:26:34.5927150Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:26:34.5927623Z ^ 2025-03-21T20:26:34.5927859Z 3 warnings generated. 2025-03-21T20:26:34.5928454Z [ 15%] Linking CXX executable qnn_executor_runner 2025-03-21T20:26:34.5929064Z [ 16%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:26:34.5929658Z [ 16%] Built target raw_logging_internal 2025-03-21T20:26:34.5930553Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:26:34.5931534Z [ 16%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:26:34.5932032Z [ 16%] Built target decode_rust_punycode 2025-03-21T20:26:34.5932820Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:26:34.5933498Z [ 16%] Built target qnn_executor_runner 2025-03-21T20:26:34.5934303Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:26:34.5935185Z [ 16%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:26:34.5935667Z [ 16%] Built target bad_variant_access 2025-03-21T20:26:34.5936487Z [ 16%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:26:34.5937388Z [ 17%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:26:34.5938022Z [ 17%] Built target bad_optional_access 2025-03-21T20:26:34.5938913Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:26:34.5939862Z [ 18%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:26:34.5940330Z [ 18%] Built target cordz_functions 2025-03-21T20:26:34.5941257Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:26:34.5942262Z [ 18%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:26:34.5942837Z [ 18%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:26:34.5943473Z [ 18%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:26:34.5944376Z [ 18%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:26:34.5945063Z [ 18%] Built target random_internal_randen_slow 2025-03-21T20:26:34.5945798Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:26:34.5946582Z [ 19%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:26:34.5947059Z [ 19%] Built target bad_any_cast_impl 2025-03-21T20:26:34.5947739Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:26:34.5948771Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:26:34.5949621Z [ 20%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:26:34.5950396Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:26:34.5950980Z [ 20%] Built target throw_delegate 2025-03-21T20:26:34.5951687Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:26:34.5952719Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:26:34.5953794Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:26:34.5954593Z [ 21%] Linking CXX static library libabsl_base.a 2025-03-21T20:26:34.5954997Z [ 21%] Built target base 2025-03-21T20:26:34.5955807Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:26:34.5956735Z [ 21%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:26:34.5957194Z [ 21%] Built target scoped_set_env 2025-03-21T20:26:34.5958012Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:26:34.5959192Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:26:34.5960385Z [ 23%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:26:34.5961508Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:26:34.5962342Z [ 23%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:26:34.5962828Z [ 23%] Built target debugging_internal 2025-03-21T20:26:34.5963600Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:26:34.5964730Z [ 23%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:26:34.5965599Z [ 24%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:26:34.5966227Z [ 25%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:26:34.5966765Z [ 25%] Built target demangle_rust 2025-03-21T20:26:34.5967461Z [ 25%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:26:34.5968090Z [ 25%] Built target strings_internal 2025-03-21T20:26:34.5968830Z [ 26%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:26:34.5969991Z [ 26%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:26:34.5970655Z [ 27%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:26:34.5971108Z [ 27%] Built target crc_cpu_detect 2025-03-21T20:26:34.5971793Z [ 28%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:26:34.5972436Z [ 28%] Built target string_view 2025-03-21T20:26:34.5973237Z [ 29%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:26:34.5974042Z [ 29%] Linking CXX static library libabsl_city.a 2025-03-21T20:26:34.5974438Z [ 29%] Built target city 2025-03-21T20:26:34.5975185Z [ 30%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:26:34.5976050Z [ 30%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:26:34.5976505Z [ 30%] Built target low_level_hash 2025-03-21T20:26:34.5977510Z [ 30%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:26:34.5978491Z [ 30%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:26:34.5978992Z [ 30%] Built target log_internal_conditions 2025-03-21T20:26:34.5979800Z [ 30%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:26:34.5980724Z [ 30%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:26:34.5981276Z [ 30%] Built target random_internal_randen_hwaes 2025-03-21T20:26:34.5982060Z [ 30%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:26:34.5982902Z [ 30%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:26:34.5983360Z [ 30%] Built target tracing_internal 2025-03-21T20:26:34.5983882Z [ 31%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:26:34.5984710Z [ 31%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:26:34.5985345Z [ 31%] Built target malloc_internal 2025-03-21T20:26:34.5986132Z [ 32%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:26:34.5987005Z [ 32%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:26:34.5987438Z [ 32%] Built target stacktrace 2025-03-21T20:26:34.5988066Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:26:34.5988823Z [ 32%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:26:34.5989306Z [ 32%] Built target demangle_internal 2025-03-21T20:26:38.6330388Z [ 32%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:26:38.6331754Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:26:38.6332643Z [ 33%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:26:38.6333151Z [ 33%] Built target graphcycles_internal 2025-03-21T20:26:38.6333846Z [ 33%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:26:38.6341422Z [ 34%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:26:38.6342691Z [ 35%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:26:38.6343808Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:26:38.6344653Z [ 35%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:26:38.6345112Z [ 35%] Built target crc_internal 2025-03-21T20:26:38.6345951Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:26:38.6347233Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:26:38.6348340Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:26:38.6349379Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:26:38.6350496Z [ 36%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:26:38.6351489Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:26:38.6352306Z [ 37%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:26:38.6352819Z [ 37%] Built target random_internal_randen 2025-03-21T20:26:38.6353505Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:26:38.6354400Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:26:38.6355306Z [ 39%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:26:38.6356044Z [ 39%] Linking CXX static library libabsl_poison.a 2025-03-21T20:26:38.6356465Z [ 39%] Built target poison 2025-03-21T20:26:38.6357114Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:26:38.6358044Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:26:38.6358962Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:26:38.6359684Z [ 40%] Linking CXX static library libabsl_strings.a 2025-03-21T20:26:38.6360106Z [ 40%] Built target strings 2025-03-21T20:26:38.6360777Z [ 40%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:26:38.6361684Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:26:38.6362390Z [ 40%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:26:38.6362827Z [ 40%] Built target symbolize 2025-03-21T20:26:38.6363388Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:26:38.6364395Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:26:38.6365589Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:26:38.6366582Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:26:38.6367400Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:26:38.6368492Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:26:38.6369897Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:26:38.6370931Z [ 43%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:26:38.6371954Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:26:38.6372914Z [ 44%] Linking CXX static library libabsl_time.a 2025-03-21T20:26:38.6373327Z [ 44%] Built target time 2025-03-21T20:26:38.6373942Z [ 44%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:26:38.6375070Z [ 44%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:26:38.6375918Z [ 44%] Linking CXX static library libabsl_hash.a 2025-03-21T20:26:38.6376326Z [ 44%] Built target hash 2025-03-21T20:26:38.6377082Z [ 45%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:26:38.6378018Z [ 45%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:26:38.6378603Z [ 45%] Built target str_format_internal 2025-03-21T20:26:38.6379386Z [ 45%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:26:38.6380252Z [ 45%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:26:38.6380704Z [ 45%] Built target examine_stack 2025-03-21T20:26:38.6381446Z [ 45%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:26:38.6382329Z [ 46%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:26:38.6382832Z [ 46%] Built target flags_commandlineflag 2025-03-21T20:26:38.6383573Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:26:38.6384426Z [ 47%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:26:38.6384923Z [ 47%] Built target log_internal_globals 2025-03-21T20:26:38.6385471Z [ 47%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:26:38.6386357Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:26:38.6387038Z [ 47%] Built target log_internal_proto 2025-03-21T20:26:38.6387758Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:26:38.6388539Z [ 47%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:26:38.6389040Z [ 47%] Built target log_internal_fnmatch 2025-03-21T20:26:38.6389872Z [ 47%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:26:38.6390735Z [ 48%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:26:38.6391170Z [ 48%] Built target log_entry 2025-03-21T20:26:38.6392020Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:26:38.6393675Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:26:38.6394648Z [ 50%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:26:38.6395205Z [ 50%] Built target random_internal_seed_material 2025-03-21T20:26:38.6396153Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:26:38.6397157Z [ 50%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:26:38.6397649Z [ 50%] Built target random_distributions 2025-03-21T20:26:38.6398634Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:26:38.6400057Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:26:38.6401141Z [ 51%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:26:38.6401865Z [ 51%] Built target random_internal_distribution_test_util 2025-03-21T20:26:38.6402560Z [ 52%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:26:38.6403307Z [ 53%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:26:38.6403822Z [ 53%] Built target kernel_timeout_internal 2025-03-21T20:26:38.6405101Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:26:38.6406581Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:26:38.6407707Z [ 54%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:26:38.6408893Z [ 54%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:26:38.6409887Z [ 54%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:26:38.6410300Z [ 54%] Built target crc32c 2025-03-21T20:26:38.6411009Z [ 54%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:26:38.6411867Z [ 54%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:26:38.6412378Z [ 54%] Built target failure_signal_handler 2025-03-21T20:26:38.6413322Z [ 54%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:26:38.6414319Z [ 54%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:26:38.6414787Z [ 54%] Built target flags_marshalling 2025-03-21T20:26:38.6415377Z [ 54%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:26:42.6973747Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:26:42.6974557Z [ 55%] Built target flags_private_handle_accessor 2025-03-21T20:26:42.6975257Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:26:42.6976030Z [ 55%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:26:42.6976659Z [ 55%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:26:42.6977156Z [ 55%] Built target log_internal_format 2025-03-21T20:26:42.6977503Z [ 55%] Built target log_sink 2025-03-21T20:26:42.6978309Z [ 56%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:26:42.6979463Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:26:42.6980374Z [ 56%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:26:42.6981361Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:26:42.6982117Z [ 57%] Built target random_internal_pool_urbg 2025-03-21T20:26:42.6983058Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:26:42.6984399Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:26:42.6985673Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:26:42.6986959Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:26:42.6988218Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:26:42.6989764Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:26:42.6991026Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:26:42.6992272Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:26:42.6993567Z [ 59%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:26:42.6994699Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:26:42.6995586Z [ 60%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:26:42.6996048Z [ 60%] Built target crc_cord_state 2025-03-21T20:26:42.6996803Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:26:42.6997894Z [ 60%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:26:42.6998751Z [ 60%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:26:42.6999220Z [ 60%] Built target synchronization 2025-03-21T20:26:42.7000091Z [ 61%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:26:42.7001050Z [ 61%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:26:42.7001548Z [ 61%] Built target random_seed_sequences 2025-03-21T20:26:42.7002556Z [ 61%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:26:42.7003875Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:26:42.7004753Z [ 61%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:26:42.7005247Z [ 61%] Built target hashtablez_sampler 2025-03-21T20:26:42.7006039Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:26:42.7007229Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:26:42.7008448Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:26:42.7009584Z [ 63%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:26:42.7010848Z [ 63%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:26:42.7011693Z [ 63%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:26:42.7012145Z [ 63%] Built target cordz_handle 2025-03-21T20:26:42.7012933Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:26:42.7014085Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:26:42.7014932Z [ 65%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:26:42.7015391Z [ 65%] Built target cord_internal 2025-03-21T20:26:42.7016158Z [ 65%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:26:42.7017031Z [ 65%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:26:42.7017520Z [ 65%] Built target flags_program_name 2025-03-21T20:26:42.7018271Z [ 65%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:26:42.7019113Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:26:42.7019727Z [ 66%] Built target vlog_config_internal 2025-03-21T20:26:42.7020450Z [ 67%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:26:42.7021227Z [ 68%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:26:42.7021673Z [ 68%] Built target cordz_info 2025-03-21T20:26:42.7022370Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:26:42.7023119Z [ 69%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:26:42.7023568Z [ 69%] Built target flags_config 2025-03-21T20:26:42.7024387Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:26:42.7025280Z [ 69%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:26:42.7026025Z [ 69%] Built target log_globals 2025-03-21T20:26:42.7026742Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:26:42.7027498Z [ 70%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:26:42.7027986Z [ 70%] Built target cordz_sample_token 2025-03-21T20:26:42.7028717Z [ 70%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:26:42.7029687Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:26:42.7030447Z [ 71%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:26:42.7030895Z [ 71%] Built target flags_internal 2025-03-21T20:26:42.7031692Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:26:42.7032716Z [ 71%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:26:42.7033516Z [ 71%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:26:42.7034039Z [ 71%] Built target log_internal_log_sink_set 2025-03-21T20:26:42.7034759Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:26:42.7035488Z [ 72%] Linking CXX static library libabsl_cord.a 2025-03-21T20:26:42.7035893Z [ 72%] Built target cord 2025-03-21T20:26:42.7036627Z [ 73%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:26:42.7037482Z [ 74%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:26:42.7037945Z [ 74%] Built target log_initialize 2025-03-21T20:26:42.7038699Z [ 75%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:26:42.7039539Z [ 75%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:26:42.7039983Z [ 75%] Built target raw_hash_set 2025-03-21T20:26:42.7040720Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:26:42.7041580Z [ 76%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:26:42.7042088Z [ 76%] Built target log_internal_message 2025-03-21T20:26:42.7042738Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:26:42.7043682Z [ 76%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:26:42.7044706Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:26:42.7045525Z [ 77%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:26:42.7046004Z [ 77%] Built target flags_reflection 2025-03-21T20:26:42.7046775Z [ 77%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:26:42.7047779Z [ 78%] Linking CXX static library libabsl_status.a 2025-03-21T20:26:42.7048204Z [ 78%] Built target status 2025-03-21T20:26:42.7048834Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:26:42.7049638Z [ 78%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:26:42.7050260Z [ 78%] Built target log_internal_check_op 2025-03-21T20:26:42.7051013Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:26:42.7051742Z [ 78%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:26:48.0264465Z [ 78%] Built target die_if_null 2025-03-21T20:26:48.0265669Z [ 78%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:26:48.0266432Z [ 78%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:26:48.0266868Z [ 78%] Built target log_flags 2025-03-21T20:26:48.0267442Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:26:48.0268067Z [ 78%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:26:48.0268505Z [ 78%] Built target statusor 2025-03-21T20:26:48.0269023Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:26:48.0269700Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:26:48.0270369Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:26:48.0271058Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:26:48.0271761Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:26:48.0272679Z [ 80%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:26:48.0273532Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:26:48.0274200Z [ 81%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:26:48.0274692Z [ 81%] Built target flags_usage_internal 2025-03-21T20:26:48.0275244Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:26:48.0276019Z [ 81%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:26:48.0276794Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:26:48.0277416Z [ 81%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:26:48.0277854Z [ 81%] Built target flags_usage 2025-03-21T20:26:48.0278398Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:26:48.0279090Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:26:48.0279893Z [ 83%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:26:48.0280712Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:26:48.0281379Z [ 83%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:26:48.0281823Z [ 83%] Built target flags_parse 2025-03-21T20:26:48.0282330Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:26:48.0282962Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:26:48.0283640Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:26:48.0284293Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:26:48.0284954Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:26:48.0285636Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:26:48.0286353Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:26:48.0287110Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:26:48.0288044Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:26:48.0288720Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:26:48.0289314Z [ 87%] Linking CXX static library libre2.a 2025-03-21T20:26:48.0289704Z [ 87%] Built target re2 2025-03-21T20:26:48.0290762Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-03-21T20:26:48.0291886Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-03-21T20:26:48.0292884Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:48.0293922Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:48.0294983Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/io_manager.cpp.o 2025-03-21T20:26:48.0296070Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:26:48.0297448Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:26:48.0299093Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:26:48.0300644Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:48.0302118Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:48.0303632Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:26:48.0305056Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:26:48.0306458Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:26:48.0307926Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:26:48.0309483Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:26:48.0311116Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:26:48.0312748Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:26:48.0314385Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:26:48.0315944Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:26:48.0317471Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:26:48.0318926Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:26:48.0320331Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:26:48.0321836Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:26:48.0323617Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:26:48.0324875Z [ 95%] Linking CXX executable qnn_llama_runner 2025-03-21T20:26:48.0325494Z [ 95%] Linking CXX executable qaihub_llama2_7b_runner 2025-03-21T20:26:48.0326205Z [ 95%] Built target qaihub_llama2_7b_runner 2025-03-21T20:26:48.0327102Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-03-21T20:26:48.0327854Z [ 95%] Built target qnn_llama_runner 2025-03-21T20:26:48.0328621Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:48.0330005Z [ 95%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-03-21T20:26:48.0331293Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:26:48.0332496Z [ 96%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-03-21T20:26:48.0333991Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:26:48.0335131Z [ 97%] Linking CXX executable qaihub_stable_diffusion_runner 2025-03-21T20:26:48.0336262Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:26:48.0337184Z [ 97%] Built target qaihub_stable_diffusion_runner 2025-03-21T20:26:48.0338209Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:26:48.0339716Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:26:48.0341316Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:26:48.0343001Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:26:49.2307613Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:26:49.2310479Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:26:49.2312033Z [100%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:26:49.2313086Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-03-21T20:26:49.2313553Z [100%] Built target qaihub_llama3_8b_runner 2025-03-21T20:26:49.2313913Z ++ set_up_aot 2025-03-21T20:26:49.2314183Z ++ cd /pytorch/executorch 2025-03-21T20:26:49.2314495Z ++ '[' '!' -d cmake-out ']' 2025-03-21T20:26:49.2314788Z ++ pushd cmake-out 2025-03-21T20:26:49.2315122Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:26:49.2316880Z ++ cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF 2025-03-21T20:26:49.2319243Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:49.2320074Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:49.2320663Z CMake. 2025-03-21T20:26:49.2320798Z 2025-03-21T20:26:49.2321063Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:49.2321686Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:49.2322246Z to work with policies introduced by or earlier. 2025-03-21T20:26:49.2322550Z 2025-03-21T20:26:49.2322667Z  2025-03-21T20:26:49.2323356Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:49.2324196Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:49.2324676Z CMake. 2025-03-21T20:26:49.2324804Z 2025-03-21T20:26:49.2325054Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:49.2325681Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:49.2326609Z to work with policies introduced by or earlier. 2025-03-21T20:26:49.2326897Z 2025-03-21T20:26:49.2327043Z  2025-03-21T20:26:49.2327768Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:49.2328631Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:49.2329097Z CMake. 2025-03-21T20:26:49.2329240Z 2025-03-21T20:26:49.2329533Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:49.2330254Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:49.2330809Z to work with policies introduced by or earlier. 2025-03-21T20:26:49.2331111Z 2025-03-21T20:26:49.2331226Z  2025-03-21T20:26:49.2331481Z -- Using python executable 'python3' 2025-03-21T20:26:49.2331843Z -- Resolved buck2 as buck2. 2025-03-21T20:26:49.2332146Z -- Killing buck2 daemon 2025-03-21T20:26:49.2332430Z 'buck2 killall' 2025-03-21T20:26:49.2332727Z -- executorch: Generating source lists 2025-03-21T20:26:49.2333290Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:49.2334049Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:49.2334680Z -- executorch: Using PAL default 'posix' 2025-03-21T20:26:49.2335479Z -- Generating operator lib: 2025-03-21T20:26:49.2335990Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:49.2336744Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:49.2337847Z -- ROOT_OPS: 2025-03-21T20:26:49.2338296Z -- INCLUDE_ALL_OPS: 2025-03-21T20:26:49.2340901Z Command - python3;-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:26:49.2343256Z -- Generating kernel bindings: 2025-03-21T20:26:49.2343850Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:49.2344691Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:49.2345611Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:49.2346151Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:26:49.2349999Z 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:26:49.2353578Z -- Generating operator lib: 2025-03-21T20:26:49.2354167Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:49.2354759Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:26:49.2355358Z -- DEPS: executorch 2025-03-21T20:26:49.2356559Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:26:49.2357995Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:49.2359023Z CMake. 2025-03-21T20:26:49.2359256Z 2025-03-21T20:26:49.2359750Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:49.2360965Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:49.2361992Z to work with policies introduced by or earlier. 2025-03-21T20:26:49.2362550Z 2025-03-21T20:26:49.2362759Z  2025-03-21T20:26:49.2363228Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:26:49.2363981Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:26:49.2365381Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:26:49.2366785Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:49.2367666Z CMake. 2025-03-21T20:26:49.2367909Z 2025-03-21T20:26:49.2368381Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:49.2369588Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:49.2370720Z to work with policies introduced by or earlier. 2025-03-21T20:26:49.2371246Z 2025-03-21T20:26:49.2371467Z  2025-03-21T20:26:49.2371862Z -- pybind11 v2.13.6 2025-03-21T20:26:49.2373026Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:26:49.2374456Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:49.2375357Z CMake. 2025-03-21T20:26:49.2375583Z 2025-03-21T20:26:49.2376065Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:49.2377153Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:49.2377892Z to work with policies introduced by or earlier. 2025-03-21T20:26:49.2378199Z 2025-03-21T20:26:49.2378338Z  2025-03-21T20:26:49.2378668Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:26:49.2379203Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:26:49.2379644Z -- Setting Clang compiler options 2025-03-21T20:26:49.2380444Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:26:49.2381236Z -- 2025-03-21T20:26:49.2381485Z -- ******** Summary ******** 2025-03-21T20:26:49.2381821Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:26:49.2382189Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:26:49.2382560Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:26:49.2382934Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:26:49.2383288Z -- BUCK2 : buck2 2025-03-21T20:26:49.2383655Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:26:49.2384203Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:26:49.2384783Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:26:49.2385214Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:26:49.2385635Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:26:49.2386044Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:26:49.2386455Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:26:49.2386851Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:26:49.2387255Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:26:49.2387657Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:26:49.2388191Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:26:49.2388599Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:26:49.2388998Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:26:49.2389417Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:26:49.2389822Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:26:49.2390223Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:26:49.2390709Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:26:49.2391116Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:26:49.2391538Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:26:49.2391947Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:26:49.2392340Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:26:49.2392740Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:26:49.2393137Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:26:49.2393556Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:26:49.2393981Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:26:49.2394400Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:26:49.2394808Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:26:49.2395211Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:26:49.2395606Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:26:49.2396021Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:26:49.2396422Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:26:49.2396821Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:26:49.2397227Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:26:49.2397614Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:26:49.2398019Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:26:49.2398403Z -- Configuring done (0.3s) 2025-03-21T20:26:49.2398718Z -- Generating done (0.2s) 2025-03-21T20:26:49.2399137Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:26:49.2399573Z +++ nproc 2025-03-21T20:26:49.2400101Z ++ cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-03-21T20:26:49.2400738Z [ 6%] Built target flatbuffers 2025-03-21T20:26:49.2401131Z [ 6%] Built target common_schema 2025-03-21T20:26:49.2401684Z [ 12%] Generating qualcomm ir schema headers 2025-03-21T20:26:49.2402078Z [ 18%] Built target qnn_schema 2025-03-21T20:26:49.2402410Z [ 18%] Built target program_schema 2025-03-21T20:26:49.2402746Z [ 18%] Built target qcir 2025-03-21T20:26:49.2403066Z [ 18%] Built target qnn_executorch_logging 2025-03-21T20:26:49.2403808Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:26:49.2404437Z [ 18%] Built target qnn_implementation 2025-03-21T20:26:49.2404809Z [ 18%] Built target qnn_sys_implementation 2025-03-21T20:26:49.2405173Z [ 25%] Built target utils 2025-03-21T20:26:49.2405481Z [ 25%] Built target qnn_profiler 2025-03-21T20:26:49.2405814Z [ 25%] Built target shared_buffer 2025-03-21T20:26:49.2406130Z [ 31%] Built target wrappers 2025-03-21T20:26:49.2406443Z [ 31%] Built target qnn_logger 2025-03-21T20:26:49.2406772Z [ 56%] Built target executorch_core 2025-03-21T20:26:49.2407112Z [ 56%] Built target qnn_backend 2025-03-21T20:27:24.3821958Z [ 62%] Built target qnn_device 2025-03-21T20:27:24.3823527Z [ 68%] Built target extension_tensor 2025-03-21T20:27:24.3824108Z [ 68%] Built target executorch 2025-03-21T20:27:24.3824954Z [ 68%] Linking CXX static library libqcir_utils.a 2025-03-21T20:27:24.3825579Z [ 68%] Built target qcir_utils 2025-03-21T20:27:24.3827059Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:27:24.3828965Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:27:24.3830732Z [ 75%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:27:24.3831624Z [ 75%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:27:24.3832294Z [ 75%] Built target qnn_custom_protocol 2025-03-21T20:27:24.3832815Z [ 81%] Built target qnn_backend_cache 2025-03-21T20:27:24.3833318Z [ 81%] Built target qnn_context 2025-03-21T20:27:24.3833906Z [ 81%] Built target qnn_mem_manager 2025-03-21T20:27:24.3834373Z [ 87%] Built target qnn_graph 2025-03-21T20:27:24.3834826Z [ 93%] Built target qnn_factory 2025-03-21T20:27:24.3835865Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:27:24.3837018Z [ 93%] Linking CXX static library libqnn_manager.a 2025-03-21T20:27:24.3837637Z [100%] Built target qnn_manager 2025-03-21T20:27:24.3838911Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:27:24.3840555Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:27:24.3841449Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:27:24.3841974Z [ 33%] Built target flatbuffers 2025-03-21T20:27:24.3842437Z [ 66%] Built target qnn_schema 2025-03-21T20:27:24.3842922Z [ 66%] Built target qnn_executorch_logging 2025-03-21T20:27:24.3843437Z [100%] Built target wrappers 2025-03-21T20:27:24.3843920Z [100%] Built target PyQnnWrapperAdaptor 2025-03-21T20:27:24.3845054Z ++ cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:27:24.3846786Z ++ cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:27:24.3847884Z ++ popd 2025-03-21T20:27:24.3848210Z /pytorch/executorch 2025-03-21T20:27:24.3848686Z ++ cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:27:24.3849387Z ++ cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:27:24.3850111Z + echo 'ANDROID_NDK_ROOT: /opt/ndk' 2025-03-21T20:27:24.3850602Z ANDROID_NDK_ROOT: /opt/ndk 2025-03-21T20:27:24.3851053Z + echo 'QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029' 2025-03-21T20:27:24.3851591Z QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029 2025-03-21T20:27:24.3852116Z + echo 'EXECUTORCH_ROOT: /pytorch/executorch' 2025-03-21T20:27:24.3852681Z EXECUTORCH_ROOT: /pytorch/executorch 2025-03-21T20:27:24.3853347Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang/ 2025-03-21T20:27:24.3854152Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang/ 2025-03-21T20:27:24.3854811Z + export PYTHONPATH=/pytorch/executorch/.. 2025-03-21T20:27:24.3855373Z + PYTHONPATH=/pytorch/executorch/.. 2025-03-21T20:27:24.3855857Z + EXTRA_FLAGS= 2025-03-21T20:27:24.3856215Z + [[ mb == \d\l\3 ]] 2025-03-21T20:27:24.3856592Z + [[ mb == \m\v\3 ]] 2025-03-21T20:27:24.3856952Z + [[ mb == \m\v\2 ]] 2025-03-21T20:27:24.3857333Z + [[ mb == \i\c\4 ]] 2025-03-21T20:27:24.3857705Z + [[ mb == \i\c\3 ]] 2025-03-21T20:27:24.3858077Z + [[ mb == \v\i\t ]] 2025-03-21T20:27:24.3858432Z + [[ mb == \m\b ]] 2025-03-21T20:27:24.3858836Z + EXPORT_SCRIPT=mobilebert_fine_tune 2025-03-21T20:27:24.3859349Z + EXTRA_FLAGS='--num_epochs 1' 2025-03-21T20:27:24.3859814Z + pip install scikit-learn 2025-03-21T20:27:24.3860257Z Collecting scikit-learn 2025-03-21T20:27:24.3861113Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-03-21T20:27:24.3862780Z Requirement already satisfied: numpy>=1.19.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn) (2.2.4) 2025-03-21T20:27:24.3863899Z Collecting scipy>=1.6.0 (from scikit-learn) 2025-03-21T20:27:24.3864822Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-03-21T20:27:24.3865777Z Collecting joblib>=1.2.0 (from scikit-learn) 2025-03-21T20:27:24.3866616Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-21T20:27:24.3867352Z Collecting threadpoolctl>=3.1.0 (from scikit-learn) 2025-03-21T20:27:24.3868155Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:27:24.3869265Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-03-21T20:27:24.3870788Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.5 MB ? eta -:--:-- 2025-03-21T20:27:24.3871942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 125.8 MB/s eta 0:00:00 2025-03-21T20:27:24.3872905Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-03-21T20:27:24.3874207Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.6 MB) 2025-03-21T20:27:24.3875932Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.6 MB ? eta -:--:-- 2025-03-21T20:27:24.3877301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/37.6 MB 203.2 MB/s eta 0:00:00 2025-03-21T20:27:24.3878510Z [?25hDownloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-03-21T20:27:24.3879567Z Installing collected packages: threadpoolctl, scipy, joblib, scikit-learn 2025-03-21T20:27:24.3881007Z Successfully installed joblib-1.4.2 scikit-learn-1.6.1 scipy-1.15.2 threadpoolctl-3.6.0 2025-03-21T20:27:24.3882005Z + QNN_CHIPSET=SM8450 2025-03-21T20:27:24.3883132Z + python -m examples.qualcomm.scripts.mobilebert_fine_tune -b cmake-out -m SM8450 --compile_only --num_epochs 1 2025-03-21T20:27:24.3884394Z QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:27:24.3887617Z /pytorch/executorch/examples/qualcomm/scripts/mobilebert_fine_tune.py:115: FutureWarning: Downcasting behavior in `replace` is deprecated and will be removed in a future version. To retain the old behavior, explicitly call `result.infer_objects(copy=False)`. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` 2025-03-21T20:27:24.3890965Z data["label"] = data.Conference.replace(labels) 2025-03-21T20:27:24.3891485Z 2025-03-21T20:27:24.3891758Z tokenizer_config.json: 0% 0.00/48.0 [00:00 Initializing HtpProvider 2025-03-21T20:43:23.5629197Z 2025-03-21T20:43:23.5629521Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:43:23.5630163Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:43:23.5630710Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:43:23.5631082Z 2025-03-21T20:43:23.5631673Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 36, will overwrite it to 69 2025-03-21T20:43:23.5632285Z 2025-03-21T20:43:23.5632537Z [WARNING] [Qnn ExecuTorch]: QnnDsp Cost Based unsupported on soc SM8450 2025-03-21T20:43:23.5632929Z 2025-03-21T20:43:23.5633096Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:43:23.5633582Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5634064Z [QNN Partitioner Op Support]: aten.select.int | True 2025-03-21T20:43:23.5634531Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5634999Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:23.5635449Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5635941Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5636455Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5636961Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5637460Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5637906Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:23.5638366Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5638854Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5639364Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5639870Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5640371Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:23.5640863Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5641370Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5641876Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5642368Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5642827Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:23.5643282Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5643771Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5644286Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5644790Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5645292Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:23.5645777Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5646285Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5646796Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5647288Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5647748Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:23.5648208Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5648683Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5649196Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5649705Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5650317Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:23.5650818Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5651313Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5651825Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5652324Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5652893Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:23.5653356Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:23.5653835Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:23.5654346Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:23.5654850Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4245181Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:24.4245807Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4246332Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4247023Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4247832Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4248643Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4249204Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4249728Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4250341Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4250856Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4251381Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4251910Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4252450Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:24.4252961Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:24.4253454Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4253924Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:24.4254397Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:24.4254928Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4255492Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4256047Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4256583Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4257093Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4257612Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4258132Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4258643Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4259165Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4259679Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4260175Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4260714Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4261227Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4261698Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4262193Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4262675Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4263140Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4263629Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4264150Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4264662Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4265171Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4265676Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4266187Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4266710Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4267225Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4267949Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4268434Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4268897Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4269366Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4269858Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4270449Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4270947Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4271441Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4271900Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4272357Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4272851Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4273362Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4273863Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4274514Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:24.4275256Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4275775Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4276287Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4276776Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4277241Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4277703Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4278191Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4278706Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4279203Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4279704Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:24.4280211Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4280717Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4281224Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4281719Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4282171Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4282669Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4283167Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4283683Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4284197Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4284704Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:24.4285194Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4285714Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4286227Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4286720Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4287180Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4287640Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4288118Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4288636Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4289141Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4289644Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:24.4290251Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4290753Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4291265Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4291759Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4292358Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4292826Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4293309Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4293826Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4294338Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4294924Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4295457Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4295989Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:24.4296482Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:24.4296967Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4297436Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:24.4297917Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:24.4298443Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4298978Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4299546Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4300081Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4300615Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4301143Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4301649Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4302160Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4302684Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4303201Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4303714Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4304246Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:24.4304763Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4305228Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4305726Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4306228Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4306699Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4307181Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4307700Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4316497Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4317234Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4317763Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4318281Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4318827Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4319341Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4319851Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4320351Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4320820Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4321282Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4321776Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4322289Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4322803Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4323301Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4323753Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:24.4324217Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:24.4324858Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4325374Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:24.4326188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:24.4326701Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:24.4327195Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2767705Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2768503Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2769252Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2769784Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2770340Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2770825Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2771349Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2771881Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2772386Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:25.2772885Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2773383Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2773894Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2774392Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2774854Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2775317Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2775810Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2776309Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2776817Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2777321Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:25.2777833Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2778346Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2778841Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2779338Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2779802Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2780270Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2780765Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2781267Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2781780Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2782288Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:25.2782786Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2783295Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2783814Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2784295Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2784759Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2785219Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2785715Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2786235Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2786730Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2787253Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2787797Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2788332Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:25.2788837Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:25.2789317Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2789994Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:25.2790475Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:25.2791004Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2791558Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2792187Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2792715Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2793237Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2793765Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2794281Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2794794Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2795303Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2795815Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2796328Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2796867Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2797376Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2797836Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2798320Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2798809Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2799274Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2799768Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2800283Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2800782Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2801310Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2801836Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2802345Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2802862Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2803368Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2803863Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2804403Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2804866Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2805331Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2805821Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2806336Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2806846Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2807328Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2807794Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2808256Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2808746Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2809262Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2809756Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2810376Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:25.2810885Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2811398Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2811912Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2812398Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2812861Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2813318Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2813938Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2814453Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2814962Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2815449Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:25.2815952Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2816526Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2817038Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2817531Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2817980Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2818438Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2818930Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2819444Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2819952Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2820439Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:25.2820938Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2821445Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2821951Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2822448Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2822907Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2823355Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2823845Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2824352Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2824861Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2825363Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:25.2826167Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2826693Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2827204Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2827700Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2828167Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:25.2828620Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2829111Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2829626Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2830130Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2830651Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2831190Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2831703Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:25.2832211Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:25.2832699Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:25.2833160Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:25.2833644Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:25.2834157Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2834719Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2835277Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:25.2835814Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2836336Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2836861Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2837359Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2838048Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2838574Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2839093Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:25.2839604Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:25.2840134Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:26.1746121Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1746774Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1747284Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1747788Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1748254Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1748742Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1749271Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1749796Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1750329Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1750849Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1751367Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1751898Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1752403Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1752922Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1753417Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1753883Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1754350Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1754834Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1755352Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1755871Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1756372Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1756837Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1757286Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1757781Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1758300Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1758812Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1759321Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1759824Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1760323Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1760835Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1761331Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1761801Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1762261Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1762743Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1763260Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1763770Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1764287Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1764794Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1765299Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1765810Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1766314Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1766780Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1767248Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1767941Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1768446Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1768959Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1769463Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1770082Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1770689Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1771188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1771687Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1772148Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1772653Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1773150Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1773663Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1774182Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1774680Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1775188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1775701Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1776211Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1776710Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1777161Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1777639Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1778329Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1779072Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1779589Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1780114Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1780652Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:26.1781184Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:26.1781690Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:26.1782179Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1782640Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:26.1783114Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:26.1783638Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:26.1784187Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:26.1784734Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:26.1785268Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1785785Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1786297Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1786803Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1787309Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1787832Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1788340Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1788841Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1789381Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:26.1789893Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1790357Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1790854Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1791332Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1791793Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1792435Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1792944Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1793451Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1793971Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1794467Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1795044Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1795563Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1796077Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1796593Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1797078Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1797548Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1798013Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1798509Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1799026Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1799527Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1800024Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1800490Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1800962Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1801455Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1801972Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1802470Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1802975Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1803485Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1803999Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1804513Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1805004Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1805468Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1805931Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1806420Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1806934Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1807428Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1807930Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1808428Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1808941Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1809453Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1809945Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1810519Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1810978Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1811465Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1811981Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1812491Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1812987Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1813486Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1813997Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1814505Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1815002Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1815452Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:26.1815908Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:26.1816505Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1817016Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:26.1817522Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:26.1818032Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:26.1818521Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0475688Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0476326Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0476830Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0477301Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0477748Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0478245Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0478757Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0479275Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0479791Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0480324Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0480839Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.0481341Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:27.0481834Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0482298Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:27.0482774Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.0483281Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0483831Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0484378Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0484917Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0485438Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0485943Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0486454Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0486963Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0487488Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0487997Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0488538Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0489075Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0489570Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0490132Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0490628Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0491129Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0491589Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0492079Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0492578Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0493085Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0493614Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0494124Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0494647Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0495167Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0495667Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0496178Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0496674Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0497334Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0497797Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0498295Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0498795Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0499307Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0499881Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0500351Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0500815Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0501297Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0501817Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0502331Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0502842Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.0503346Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0503862Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0504359Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0504851Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0505308Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0505769Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0506256Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0506756Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0507261Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0507758Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.0508263Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0508772Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0509275Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0509767Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0510228Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0510691Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0511184Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0511701Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0512201Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0512703Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.0513199Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0513709Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0514212Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0514689Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0515155Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0515612Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0516101Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0516612Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0517107Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0517611Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.0518111Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0518624Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0519131Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0519629Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0520077Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0520538Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0521125Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0521641Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0522153Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0522663Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0523203Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0524146Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.0524660Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:27.0525152Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0525603Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:27.0526446Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.0526974Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0527526Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0528080Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0528613Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0529120Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0529636Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0530242Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0530747Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0531268Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0531761Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0532267Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0532797Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.0533304Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0533771Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0534264Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0534746Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0535205Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0535696Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0536227Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0536733Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0537242Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0537754Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0538260Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0538783Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0539289Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0539785Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0540275Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0540737Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0541200Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0541694Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0542216Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0542713Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0543209Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0543672Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.0544134Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.0544630Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0545131Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0545828Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0546338Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.0546841Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.0547360Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.0547855Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9194322Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9194919Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9195382Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9195885Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9196412Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9196919Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9197420Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.9197976Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9198488Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9198992Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9199473Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9199936Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9200405Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9200903Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9201414Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9201916Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9202418Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.9202917Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9203430Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9203949Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9204429Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9204901Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9205358Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9205844Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9206368Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9206880Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9207372Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.9207874Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9208383Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9208895Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9209395Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9209850Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9210451Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9210942Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9211455Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9211964Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9212492Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9213020Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9213550Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.9214057Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:27.9214546Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9215011Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:27.9215478Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.9216181Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9216735Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9217279Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9217813Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9218394Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9218918Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9219433Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9219938Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9220455Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9220967Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9221461Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9222000Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9222507Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9222965Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9223458Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9223940Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9224406Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9224900Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9225413Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9226216Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9226733Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9227252Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9227766Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9228294Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9228804Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9229314Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9229794Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9230252Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9230742Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9231224Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9231737Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9232248Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9232749Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9233223Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9233695Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9234183Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9234699Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9235216Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9235729Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.9236234Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9236744Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9237256Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9237754Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9238222Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9238688Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9247705Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9248388Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9249173Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9249684Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.9250308Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9250824Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9251322Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9251941Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9252411Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9252875Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9253373Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9253885Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9254378Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9254885Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.9255393Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9255907Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9256417Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9256902Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9257369Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9257840Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9258332Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9258844Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9259339Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9259842Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:27.9260340Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9260850Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9261364Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9261860Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9262309Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:27.9262764Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9263255Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9263771Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9264279Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9264791Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9265329Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9265856Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.9266371Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:27.9266859Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9267315Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:27.9267795Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:27.9268318Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9268871Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9269425Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9269960Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9270474Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9270995Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9271504Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9272011Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9272530Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9273130Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:27.9273642Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:27.9274182Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:27.9274694Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:27.9275158Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8263921Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8264501Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8264979Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8265464Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8265980Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8266488Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8267013Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8267539Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8268049Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8268557Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8269077Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8269589Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8270090Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8270559Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8271015Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8271514Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8272036Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8272550Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8273050Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8273531Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8273984Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8274477Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8274996Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8275510Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8276025Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8276519Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8277037Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8277558Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8278061Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8278524Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8278975Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8279473Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8279985Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8280498Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8281011Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8281500Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8282019Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8282529Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8283069Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8283531Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8283990Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8284468Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8284982Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8285656Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8286160Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8286662Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8287177Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8287675Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8288239Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8288702Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8289160Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8289648Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8290300Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8290816Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8291322Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8291836Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8292347Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8292853Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8293333Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8293788Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8294248Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8294737Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8295248Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8295742Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8296261Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8296796Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:28.8297322Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:28.8297830Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:28.8298307Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8298773Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:28.8299252Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:28.8299778Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:28.8300327Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:28.8300871Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:28.8301393Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8302007Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8302561Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8303070Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8303586Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8304091Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8304599Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8305107Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8305642Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:28.8306155Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8306607Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8307095Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8307594Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8308054Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8308540Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8309049Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8309663Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8310181Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8310692Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8311207Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8311731Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8312308Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8312815Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8313312Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8313777Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8314236Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8314724Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8315225Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8315737Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8316230Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8316687Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8317145Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8317624Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8318141Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8318652Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8319153Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8319649Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8320145Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8320655Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8321151Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8321615Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8322072Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8322560Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8323059Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8323563Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8324063Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8324562Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8325065Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8325600Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8326456Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8326923Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8327385Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8327875Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8328389Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8328902Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8329415Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8329917Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8330531Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8331031Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8331527Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8331993Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:28.8332457Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:28.8332950Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8333450Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8334144Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8334645Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:28.8335148Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:28.8335664Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:28.8336160Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7063705Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7064561Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7065040Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7065586Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7066106Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7066623Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7067153Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7067694Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7068227Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:29.7068729Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:29.7069215Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7069679Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:29.7070162Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:29.7070675Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7071229Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7071776Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7072310Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7072838Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7073352Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7073863Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7074378Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7074898Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7075408Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7075925Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7076451Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7076958Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7077423Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7077915Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7078411Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7078857Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7079355Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7079871Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7080383Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7080908Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7081410Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7081924Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7082447Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7082970Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7083475Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7083969Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7084417Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7084883Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7085543Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7086065Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7086581Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7087068Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7087529Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7088093Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7088591Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7089106Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7089602Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7090232Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:29.7090743Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7091257Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7091779Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7092271Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7092719Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7093177Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7093665Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7094182Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7094689Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7095233Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:29.7095751Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7096348Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7096929Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7097429Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7097881Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7098342Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7098830Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7099339Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7099843Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7100351Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:29.7100836Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7101345Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7101852Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7102345Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7102804Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7103248Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7103742Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7104255Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7104765Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7105268Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:29.7105756Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7106270Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7106777Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7107271Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7107732Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7108194Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7108676Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7109191Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7109819Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7110345Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7110889Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7111406Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:29.7111978Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:29.7112475Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7112940Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:29.7113427Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:29.7113940Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7114495Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7115047Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7115587Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7116112Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7116635Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7117135Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7117647Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7118174Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7118683Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7119190Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7119709Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:29.7120215Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7120673Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7121160Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7121656Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7122119Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7122595Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7123107Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7123616Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7124142Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7124654Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7125152Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7125670Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7126491Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7127001Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7127493Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7127950Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7128413Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7128905Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7129411Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7129916Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7130530Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7130982Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:29.7131447Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7131943Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7132461Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7132974Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7133464Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:29.7134156Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7134669Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:29.7135188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:29.7135682Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:29.7136134Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5861153Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5862038Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5862621Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5863133Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5863639Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:30.5864146Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5864647Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5865199Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5865702Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5866159Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5866624Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5867122Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5867654Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5868179Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5868674Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:30.5869184Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5869703Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5870225Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5870724Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5871200Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5871654Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5872154Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5872672Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5873184Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5873695Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:30.5874188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5874701Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5875208Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5875699Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5876158Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5876604Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5877101Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5877613Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5878122Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5878649Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5879190Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5879706Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:30.5880216Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:30.5880712Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5881178Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:30.5881664Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:30.5882173Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5882722Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5883451Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5883989Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5884511Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5885031Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5885628Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5886143Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5886667Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5887184Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5887699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5888227Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5888738Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5889211Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5889702Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5890330Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5890782Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5891280Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5891805Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5892323Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5892846Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5893359Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5893928Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5894453Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5895054Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5895645Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5896181Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5896664Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5897201Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5897728Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5898290Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5898882Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5899446Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5899908Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5900443Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5901017Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5901529Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5902129Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5902689Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:30.5903243Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5903768Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5904361Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5904940Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5905392Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5905946Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5906521Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5907062Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5907637Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5908212Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:30.5908923Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5909488Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5910019Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5910596Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5911135Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5911678Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5912254Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5912840Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5913387Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5913933Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:30.5914506Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5915105Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5915629Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5916213Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5916748Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5917201Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5917777Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5918376Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5918972Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5919483Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:30.5920079Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5920649Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5921194Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5921739Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5922289Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:30.5922800Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5923308Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5923914Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5924506Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5925036Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5925640Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5926471Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:30.5927046Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:30.5927612Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5928080Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:30.5928640Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:30.5929249Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5929807Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5930489Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5931113Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5931719Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5932315Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5932813Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5933403Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5933926Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5934434Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:30.5935023Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5935751Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:30.5936248Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5936739Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:30.5937285Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:30.5937780Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5004646Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5005657Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5006189Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5006709Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5007273Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5007786Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5008296Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5008832Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5009344Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5009865Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5010476Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5010955Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5011429Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5011925Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5012444Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5012937Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5013429Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5013893Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5014356Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5014855Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5015359Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5015870Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5016377Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5016876Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5017393Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5017908Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5018389Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5018850Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5019314Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5019808Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5020318Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5020818Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5021327Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5021824Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5022337Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5022850Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5023337Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5023805Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5024265Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5024756Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5025268Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5026052Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5026573Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5027296Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5027814Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5028332Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5028834Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5029289Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5029846Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5030343Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5030860Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5031376Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5031870Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5032374Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5032897Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5033421Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5033929Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5034380Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5042730Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5043403Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5043963Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5044604Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5045135Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5045661Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:31.5046190Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:31.5046705Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:31.5047217Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5047682Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:31.5048165Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:31.5048674Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:31.5049225Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:31.5049780Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:31.5050410Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5050937Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5051446Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5051961Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5052472Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5052997Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5053516Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5054025Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5054547Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:31.5055051Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5055515Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5056011Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5056499Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5056948Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5057439Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5057945Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5058453Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5058975Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5059642Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5060155Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5060675Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5061188Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5061700Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5062744Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5063202Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5063665Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5064159Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5064675Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5065189Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5065668Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5066135Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5066598Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5067086Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5067598Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5068092Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5068598Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5069103Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5069614Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5070121Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5070615Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5071064Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5071527Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5072021Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5072534Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5073044Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5073534Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5074035Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5074550Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5075068Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5075559Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5076011Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5076474Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5076967Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5077483Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5077997Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5078499Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5078985Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5079495Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5080004Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5080500Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5080965Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:31.5081413Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5081902Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5082412Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5082924Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5083428Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:31.5084014Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5084528Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:31.5085043Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:31.5085536Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:31.5086002Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3956109Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3956901Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3957446Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3957952Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3958477Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3959014Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.3959580Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:32.3960108Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:32.3960598Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3961064Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:32.3961546Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:32.3962064Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.3962626Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.3963177Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.3963714Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3964236Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3964765Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3965267Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3965785Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3966310Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3966825Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3967338Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3967868Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.3968386Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3968857Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3969353Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3969854Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3970427Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3970930Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3971451Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3971982Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3972509Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3973026Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3973523Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3974048Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3974565Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3975072Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3975568Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3976016Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3976474Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3976963Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3977471Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3978207Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3978708Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3979156Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3979616Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3980108Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3980684Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3981193Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3981683Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:32.3982183Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3982698Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3983214Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3983710Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3984167Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3984633Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3985124Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3985637Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3986143Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3986646Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:32.3987133Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3987652Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3988165Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3988872Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3989414Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3989868Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3990379Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3990896Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3991411Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3991916Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:32.3992403Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3992917Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3993427Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3993916Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3994373Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3994830Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3995309Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3995821Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3996334Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3996837Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:32.3997337Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3997839Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.3998353Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.3998848Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.3999308Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.3999770Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4000246Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4000757Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4001263Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4001783Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4002464Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.4002980Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:32.4003492Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:32.4003985Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4004542Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:32.4005027Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:32.4005546Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.4006100Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.4006656Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.4007201Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4007733Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4008253Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4008774Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4009288Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4009814Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4010459Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4010983Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4011516Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:32.4012026Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4012496Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4012990Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4013482Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.4013929Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.4014420Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4014933Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4015442Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4015964Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4016472Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4016970Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4017490Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4017999Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4018509Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4019003Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4019454Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.4019912Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4020409Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4020922Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4021438Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4021917Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4022377Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.4022838Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4023327Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4023840Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4024344Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4024832Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:32.4025330Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4026139Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:32.4026839Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:32.4027338Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4027791Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:32.4028260Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:32.4028753Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2827545Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2828282Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2828896Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:33.2829404Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2829996Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2830514Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2831016Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2831484Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2831956Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2832449Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2832965Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2833478Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2834034Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:33.2834540Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2835062Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2835561Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2836060Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2836523Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2836990Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2837488Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2837986Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2838499Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2839002Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:33.2839505Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2840025Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2840537Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2841019Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2841484Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2841945Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2842440Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2842957Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2843462Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2843986Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2844530Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2845060Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:33.2845578Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:33.2846053Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2846521Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:33.2847010Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:33.2847540Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2848091Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2848649Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2849378Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2849906Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2850540Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2851053Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2851568Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2852161Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2852679Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2853193Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2853737Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2854250Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2854708Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2855212Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2855712Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2856176Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2856670Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2857184Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2857683Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2858206Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2858720Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2859234Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2859845Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2860546Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2861131Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2861634Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2862119Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2862582Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2863062Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2863701Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2864216Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2864782Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2865246Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2865797Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2866351Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2866903Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2867449Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2868041Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:33.2868631Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2869131Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2869796Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2870377Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2870923Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2871398Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2871966Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2872558Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2873074Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2873660Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:33.2874235Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2874821Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2875493Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2876032Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2876571Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2877072Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2877609Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2878270Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2878865Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2879398Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:33.2879965Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2880570Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2881166Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2881648Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2882203Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2882736Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2883229Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2883824Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2884388Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2884955Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:33.2885471Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2886064Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2886662Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2887148Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2887698Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2888234Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2888736Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2889330Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2889920Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2890602Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2891198Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2891760Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:33.2892356Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:33.2892926Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2893378Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:33.2893946Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:33.2894573Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2895284Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2895854Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2896454Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2897067Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2897677Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2898223Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2898799Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2899396Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2899915Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:33.2900524Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2901068Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:33.2901656Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2902241Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:33.2902739Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:33.2903242Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2903791Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:33.2904289Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2101493Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2102375Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2102912Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2103431Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2103933Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2104462Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2104981Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2105513Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2106017Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2106476Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2106951Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2107447Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2107977Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2108496Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2109000Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2109453Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2109920Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2110417Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2110933Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2111459Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2111951Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2112463Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2112987Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2113503Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2114006Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2114460Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2114927Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2115423Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2115940Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2116456Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2116962Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2117454Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2117974Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2118483Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2118978Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2119443Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2119897Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2120392Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2120913Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2121428Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2121934Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2122423Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2122938Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2123623Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2124127Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2124598Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2125069Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2125545Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2126508Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2127022Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2127532Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2128036Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2128540Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2129054Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2129556Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2130125Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2130603Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2131087Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2131613Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2132136Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2132664Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2133208Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:34.2133741Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:34.2134339Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:34.2134927Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2135484Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:34.2135988Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:34.2136517Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:34.2137060Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:34.2137624Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:34.2138167Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2138705Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2139239Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2139763Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2140266Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2140792Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2141313Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2141825Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2142379Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:34.2142884Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2143357Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2143857Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2144355Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2144829Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2145314Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2145831Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2146346Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2146875Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2147394Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2147911Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2148601Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2149118Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2149634Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2150129Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2150601Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2151124Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2151622Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2152143Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2152657Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2153153Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2153606Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2154075Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2154580Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2155100Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2155620Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2156128Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2156626Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2157146Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2157657Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2158157Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2158627Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2159081Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2159576Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2160094Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2160620Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2161131Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2161623Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2162139Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2162652Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2163151Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2163621Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2164088Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2164571Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2165083Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2165594Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2166102Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2166611Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2167108Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2167622Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2168122Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2168585Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2169208Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2169808Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2170439Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2170957Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2171466Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:34.2171971Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2172489Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:34.2173112Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:34.2173611Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2174077Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:34.2174544Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:34.2175038Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1084373Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1085229Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1085763Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1086312Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1086829Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:35.1087347Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:35.1087857Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1088327Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:35.1088811Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:35.1089328Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1089910Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1090559Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1091104Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1091638Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1092171Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1092689Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1093208Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1093725Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1094255Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1094776Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1095326Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1095844Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1096305Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1096816Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1097325Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1097798Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1098296Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1105939Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1106569Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1107114Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1107663Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1108180Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1108708Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1109222Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1109723Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1110235Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1110705Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1111175Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1111672Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1112172Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1112701Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1113202Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1113916Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1114389Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1114871Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1115393Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1115908Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1116994Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:35.1117518Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1118168Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1118734Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1119284Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1119752Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1120220Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1120726Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1121227Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1121744Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1122256Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:35.1122760Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1123283Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1123786Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1124289Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1124760Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1125227Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1126057Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1126595Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1127098Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1127611Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:35.1128122Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1128643Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1129164Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1129651Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1130210Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1130676Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1131178Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1131702Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1132200Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1132719Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:35.1133236Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1133757Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1134268Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1134770Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1135230Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1135697Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1136195Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1136716Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1137236Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1137746Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1138292Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1139030Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:35.1139546Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:35.1140045Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1140499Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:35.1140992Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:35.1141625Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1142185Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1142741Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1143283Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1143797Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1144329Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1144844Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1145361Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1145889Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1146390Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1146905Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1147446Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:35.1147965Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1148432Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1148934Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1149420Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1149892Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1150393Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1150910Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1151432Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1151943Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1152464Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1152975Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1153500Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1154024Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1154528Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1155049Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1155500Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1155967Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1156459Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1156973Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1157495Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1157977Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1158443Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1158909Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1159403Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1159926Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1160425Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1160934Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:35.1161439Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1161955Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1162470Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1162970Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1163524Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:35.1163995Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:35.1164499Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:35.1165019Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:35.1165539Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0116292Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:36.0117093Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0117635Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0118143Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0118644Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0119116Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0119584Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0120094Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0120613Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0121115Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0121633Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:36.0122145Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0122672Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0123188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0123672Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0124137Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0124608Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0125105Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0125620Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0126420Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0126982Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:36.0127476Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0127991Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0128517Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0129017Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0129490Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0130041Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0130544Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0131063Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0131578Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0132109Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0132667Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0133188Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:36.0133702Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:36.0134203Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0134675Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:36.0135162Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:36.0135674Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0136231Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0136787Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0137326Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0137855Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0138608Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0139119Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0139634Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0140172Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0140694Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0141292Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0141821Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0142332Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0142799Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0143301Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0143799Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0144251Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0144754Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0145270Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0145785Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0146311Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0146868Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0147650Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0148195Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0148720Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0149240Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0149744Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0150224Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0150681Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0151192Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0151722Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0152245Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0152759Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0153234Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0153698Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0154199Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0154724Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0155247Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0155756Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:36.0156255Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0156784Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0157311Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0157818Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0158287Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0158748Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0159247Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0159773Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0160287Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0160797Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:36.0161301Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0161810Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0162323Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0162820Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0163423Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0163892Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0164376Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0164899Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0165417Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0166516Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:36.0167039Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0167546Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0168062Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0168560Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0169026Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0169493Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0170107Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0170617Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0171141Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0171654Z [QNN Partitioner Op Support]: aten.relu.default | True 2025-03-21T20:43:36.0172173Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0172692Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0173191Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0173690Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0174158Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0174623Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0175115Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0175620Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0176139Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0176666Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0177205Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0177736Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:36.0178250Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:43:36.0178729Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0179194Z [QNN Partitioner Op Support]: aten.div.Tensor | True 2025-03-21T20:43:36.0179680Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:43:36.0180209Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0180766Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0181306Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0181846Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0182374Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0182899Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0183411Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0183923Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0184442Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0184955Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0185468Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0186006Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:43:36.0186520Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0186971Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:36.0187466Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0188079Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0188549Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:36.0189049Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:36.0189551Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:36.0190066Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:41.9828252Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:41.9829087Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:41.9829802Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:41.9830552Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:41.9831279Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:41.9832010Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:41.9832715Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:41.9833394Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:41.9834037Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:41.9834695Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:43:41.9835346Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:43:41.9836035Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:43:41.9836739Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:41.9837469Z [QNN Partitioner Op Support]: aten.linear.default | True 2025-03-21T20:43:41.9838198Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:43:41.9839028Z [QNN Partitioner Op Support]: dim_order_ops._to_dim_order_copy.default | True 2025-03-21T20:43:41.9839851Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:43:41.9840609Z [QNN Partitioner Op Support]: aten.constant_pad_nd.default | True 2025-03-21T20:43:41.9841456Z [QNN Partitioner Op Support]: aten.constant_pad_nd.default | True 2025-03-21T20:43:41.9842286Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:43:41.9843059Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:43:41.9843803Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:43:41.9844599Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:43:41.9845362Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:43:41.9845977Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:43:41.9846519Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:43:41.9847068Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:43:41.9847677Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:43:41.9848592Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:43:41.9849511Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:43:41.9850404Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:43:41.9850946Z 2025-03-21T20:43:41.9851662Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 36, will overwrite it to 69 2025-03-21T20:43:41.9852588Z 2025-03-21T20:43:41.9852949Z [WARNING] [Qnn ExecuTorch]: QnnDsp Cost Based unsupported on soc SM8450 2025-03-21T20:43:41.9853520Z 2025-03-21T20:43:41.9853755Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:43:41.9855168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_quantize_per_tensor_default, quantized_decomposed.quantize_per_tensor.default 2025-03-21T20:43:41.9856951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T20:43:41.9858737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_quantize_per_tensor_default_1, quantized_decomposed.quantize_per_tensor.default 2025-03-21T20:43:41.9861166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_quantize_per_tensor_default_2, quantized_decomposed.quantize_per_tensor.default 2025-03-21T20:43:41.9863186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-03-21T20:43:41.9864758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-03-21T20:43:41.9866183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-03-21T20:43:41.9867693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_1, aten.unsqueeze_copy.default 2025-03-21T20:43:41.9869277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_constant_pad_nd_default, aten.constant_pad_nd.default 2025-03-21T20:43:41.9870857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_constant_pad_nd_default_1, aten.constant_pad_nd.default 2025-03-21T20:43:41.9872594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: dim_order_ops__to_dim_order_copy_default, dim_order_ops._to_dim_order_copy.default 2025-03-21T20:43:41.9874147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-03-21T20:43:41.9875381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-03-21T20:43:41.9876701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T20:43:41.9878013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor, aten.mul.Tensor 2025-03-21T20:43:41.9879292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default, aten.linear.default 2025-03-21T20:43:41.9880675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-03-21T20:43:41.9882007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-03-21T20:43:41.9883223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-03-21T20:43:41.9884462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1, aten.mul.Tensor 2025-03-21T20:43:41.9885706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-03-21T20:43:41.9887034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-03-21T20:43:41.9888468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-03-21T20:43:41.9889983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-03-21T20:43:41.9891389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_1, aten.linear.default 2025-03-21T20:43:41.9892738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_2, aten.linear.default 2025-03-21T20:43:41.9894106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_3, aten.linear.default 2025-03-21T20:43:41.9895511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-03-21T20:43:41.9896957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-03-21T20:43:41.9898393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-03-21T20:43:41.9899731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-03-21T20:43:41.9900962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-03-21T20:43:41.9902299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-03-21T20:43:41.9903744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-03-21T20:43:41.9904986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-03-21T20:43:41.9906362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_4, aten.permute_copy.default 2025-03-21T20:43:41.9907985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-03-21T20:43:41.9909446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-03-21T20:43:41.9910835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_4, aten.linear.default 2025-03-21T20:43:41.9912189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_5, aten.linear.default 2025-03-21T20:43:41.9913594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-03-21T20:43:41.9915056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-03-21T20:43:41.9916492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-03-21T20:43:41.9917935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-03-21T20:43:41.9919408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default, aten.permute_copy.default 2025-03-21T20:43:41.9920904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_7, aten.permute_copy.default 2025-03-21T20:43:41.9922333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-03-21T20:43:41.9923613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-03-21T20:43:41.9924847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-03-21T20:43:41.9926402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-03-21T20:43:41.9927772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-03-21T20:43:41.9929210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_10, aten.permute_copy.default 2025-03-21T20:43:41.9930807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T20:43:41.9932233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-03-21T20:43:41.9933679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-03-21T20:43:41.9935080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_6, aten.linear.default 2025-03-21T20:43:42.3509736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-03-21T20:43:42.3511147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-03-21T20:43:42.3512402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-03-21T20:43:42.3513694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-03-21T20:43:42.3515025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-03-21T20:43:42.3516440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_7, aten.linear.default 2025-03-21T20:43:42.3517876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-03-21T20:43:42.3519255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default, aten.relu.default 2025-03-21T20:43:42.3521013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-03-21T20:43:42.3522420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_8, aten.linear.default 2025-03-21T20:43:42.3523832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-03-21T20:43:42.3525305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-03-21T20:43:42.3526739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-03-21T20:43:42.3527982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-03-21T20:43:42.3529325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-03-21T20:43:42.3530850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_9, aten.linear.default 2025-03-21T20:43:42.3532277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-03-21T20:43:42.3533660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_1, aten.relu.default 2025-03-21T20:43:42.3535028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-03-21T20:43:42.3536446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_10, aten.linear.default 2025-03-21T20:43:42.3537856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-03-21T20:43:42.3539221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-03-21T20:43:42.3540478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-03-21T20:43:42.3541729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-03-21T20:43:42.3543078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-03-21T20:43:42.3544464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_11, aten.linear.default 2025-03-21T20:43:42.3545877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-03-21T20:43:42.3547246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_2, aten.relu.default 2025-03-21T20:43:42.3548617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-03-21T20:43:42.3550017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_12, aten.linear.default 2025-03-21T20:43:42.3551415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-03-21T20:43:42.3552766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-03-21T20:43:42.3553995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-03-21T20:43:42.3555237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-03-21T20:43:42.3556592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-03-21T20:43:42.3557994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_13, aten.linear.default 2025-03-21T20:43:42.3559399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-03-21T20:43:42.3560777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_3, aten.relu.default 2025-03-21T20:43:42.3562136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-03-21T20:43:42.3563752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_14, aten.linear.default 2025-03-21T20:43:42.3565164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-03-21T20:43:42.3566518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-03-21T20:43:42.3567864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-03-21T20:43:42.3569111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-03-21T20:43:42.3570549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-03-21T20:43:42.3571941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_15, aten.linear.default 2025-03-21T20:43:42.3573352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-03-21T20:43:42.3574713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-03-21T20:43:42.3575956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-03-21T20:43:42.3577207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-03-21T20:43:42.3578565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-03-21T20:43:42.3579996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-03-21T20:43:42.3581454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-03-21T20:43:42.3582857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_16, aten.linear.default 2025-03-21T20:43:42.3584226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_17, aten.linear.default 2025-03-21T20:43:42.3585600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_18, aten.linear.default 2025-03-21T20:43:42.3587000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-03-21T20:43:42.3588465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-03-21T20:43:42.3589891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_47, aten.view_copy.default 2025-03-21T20:43:42.3591247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-03-21T20:43:42.3592510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-03-21T20:43:42.3593857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_48, aten.view_copy.default 2025-03-21T20:43:42.3595213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-03-21T20:43:42.3596461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-03-21T20:43:42.3597835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_24, aten.permute_copy.default 2025-03-21T20:43:42.3599325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_49, aten.view_copy.default 2025-03-21T20:43:42.3600770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_51, aten.view_copy.default 2025-03-21T20:43:42.3602174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_19, aten.linear.default 2025-03-21T20:43:42.3603536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_20, aten.linear.default 2025-03-21T20:43:42.3604929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_50, aten.view_copy.default 2025-03-21T20:43:42.3606493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_52, aten.view_copy.default 2025-03-21T20:43:42.3607909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-03-21T20:43:42.3609339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-03-21T20:43:42.3610991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-03-21T20:43:42.3612523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_27, aten.permute_copy.default 2025-03-21T20:43:42.3613961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-03-21T20:43:42.3615251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-03-21T20:43:42.3616483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-03-21T20:43:42.3617807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-03-21T20:43:42.7228323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-03-21T20:43:42.7229855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_30, aten.permute_copy.default 2025-03-21T20:43:42.7231324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_2, aten._to_copy.default 2025-03-21T20:43:42.7232785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-03-21T20:43:42.7234234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-03-21T20:43:42.7235646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_21, aten.linear.default 2025-03-21T20:43:42.7237072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-03-21T20:43:42.7238418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-03-21T20:43:42.7239662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-03-21T20:43:42.7240931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-03-21T20:43:42.7242291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-03-21T20:43:42.7243706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_22, aten.linear.default 2025-03-21T20:43:42.7245103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_65, aten.view_copy.default 2025-03-21T20:43:42.7246478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_4, aten.relu.default 2025-03-21T20:43:42.7247850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_66, aten.view_copy.default 2025-03-21T20:43:42.7249233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_23, aten.linear.default 2025-03-21T20:43:42.7250715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_67, aten.view_copy.default 2025-03-21T20:43:42.7252067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-03-21T20:43:42.7253319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-03-21T20:43:42.7254571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-03-21T20:43:42.7255925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_68, aten.view_copy.default 2025-03-21T20:43:42.7257313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_24, aten.linear.default 2025-03-21T20:43:42.7259102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_69, aten.view_copy.default 2025-03-21T20:43:42.7260478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_5, aten.relu.default 2025-03-21T20:43:42.7261981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_70, aten.view_copy.default 2025-03-21T20:43:42.7263390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_25, aten.linear.default 2025-03-21T20:43:42.7264790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-03-21T20:43:42.7266140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-03-21T20:43:42.7267379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-03-21T20:43:42.7268628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-03-21T20:43:42.7269985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-03-21T20:43:42.7271394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_26, aten.linear.default 2025-03-21T20:43:42.7272801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-03-21T20:43:42.7274171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_6, aten.relu.default 2025-03-21T20:43:42.7275531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-03-21T20:43:42.7276921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_27, aten.linear.default 2025-03-21T20:43:42.7278313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-03-21T20:43:42.7279660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-03-21T20:43:42.7280907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-03-21T20:43:42.7282158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-03-21T20:43:42.7283506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-03-21T20:43:42.7284890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_28, aten.linear.default 2025-03-21T20:43:42.7286285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-03-21T20:43:42.7287644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_7, aten.relu.default 2025-03-21T20:43:42.7289017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-03-21T20:43:42.7290537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_29, aten.linear.default 2025-03-21T20:43:42.7291928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-03-21T20:43:42.7293273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-03-21T20:43:42.7294506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-03-21T20:43:42.7295755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-03-21T20:43:42.7297092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-03-21T20:43:42.7298499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_30, aten.linear.default 2025-03-21T20:43:42.7299890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-03-21T20:43:42.7301351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-03-21T20:43:42.7302591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-03-21T20:43:42.7303835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-03-21T20:43:42.7305256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-03-21T20:43:42.7306694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_84, aten.view_copy.default 2025-03-21T20:43:42.7308130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_86, aten.view_copy.default 2025-03-21T20:43:42.7309527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_31, aten.linear.default 2025-03-21T20:43:42.7310874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_32, aten.linear.default 2025-03-21T20:43:42.7312220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_33, aten.linear.default 2025-03-21T20:43:42.7313608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_83, aten.view_copy.default 2025-03-21T20:43:42.7315043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_85, aten.view_copy.default 2025-03-21T20:43:42.7316470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_87, aten.view_copy.default 2025-03-21T20:43:42.7317805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-03-21T20:43:42.7319046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-03-21T20:43:42.7320368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_88, aten.view_copy.default 2025-03-21T20:43:42.7321709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-03-21T20:43:42.7322954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-03-21T20:43:42.7324337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-03-21T20:43:42.7326071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-03-21T20:43:42.7327517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-03-21T20:43:42.7328911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_34, aten.linear.default 2025-03-21T20:43:42.7330326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_35, aten.linear.default 2025-03-21T20:43:42.7331716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-03-21T20:43:42.7333161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-03-21T20:43:42.7334596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-03-21T20:43:42.7336027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-03-21T20:43:43.0863396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-03-21T20:43:43.0864975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-03-21T20:43:43.0866416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-03-21T20:43:43.0867710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-03-21T20:43:43.0869325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-03-21T20:43:43.0870677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-03-21T20:43:43.0872043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-03-21T20:43:43.0873592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_50, aten.permute_copy.default 2025-03-21T20:43:43.0875057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_3, aten._to_copy.default 2025-03-21T20:43:43.0876491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_101, aten.view_copy.default 2025-03-21T20:43:43.0877943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_102, aten.view_copy.default 2025-03-21T20:43:43.0879362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_36, aten.linear.default 2025-03-21T20:43:43.0880765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_103, aten.view_copy.default 2025-03-21T20:43:43.0882113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-03-21T20:43:43.0883366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-03-21T20:43:43.0884617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-03-21T20:43:43.0885966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_104, aten.view_copy.default 2025-03-21T20:43:43.0887369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_37, aten.linear.default 2025-03-21T20:43:43.0888776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_105, aten.view_copy.default 2025-03-21T20:43:43.0890238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_8, aten.relu.default 2025-03-21T20:43:43.0891618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_106, aten.view_copy.default 2025-03-21T20:43:43.0893025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_38, aten.linear.default 2025-03-21T20:43:43.0894433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-03-21T20:43:43.0895782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-03-21T20:43:43.0897037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-03-21T20:43:43.0898264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-03-21T20:43:43.0899624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-03-21T20:43:43.0910029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_39, aten.linear.default 2025-03-21T20:43:43.0911529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-03-21T20:43:43.0912955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_9, aten.relu.default 2025-03-21T20:43:43.0914469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-03-21T20:43:43.0915874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_40, aten.linear.default 2025-03-21T20:43:43.0917265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-03-21T20:43:43.0918617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-03-21T20:43:43.0919865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-03-21T20:43:43.0921292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-03-21T20:43:43.0922647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-03-21T20:43:43.0924062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_41, aten.linear.default 2025-03-21T20:43:43.0925562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-03-21T20:43:43.0927195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_10, aten.relu.default 2025-03-21T20:43:43.0928574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-03-21T20:43:43.0930064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_42, aten.linear.default 2025-03-21T20:43:43.0931472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-03-21T20:43:43.0932831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-03-21T20:43:43.0934072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-03-21T20:43:43.0935306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-03-21T20:43:43.0936662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-03-21T20:43:43.0938070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_43, aten.linear.default 2025-03-21T20:43:43.0939472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-03-21T20:43:43.0940847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_11, aten.relu.default 2025-03-21T20:43:43.0942227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-03-21T20:43:43.0943637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_44, aten.linear.default 2025-03-21T20:43:43.0945023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-03-21T20:43:43.0946368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-03-21T20:43:43.0947626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-03-21T20:43:43.0948868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-03-21T20:43:43.0950210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-03-21T20:43:43.0951618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_45, aten.linear.default 2025-03-21T20:43:43.0953020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-03-21T20:43:43.0954353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-03-21T20:43:43.0955599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-03-21T20:43:43.0956838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-03-21T20:43:43.0958193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-03-21T20:43:43.0959640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-03-21T20:43:43.0961081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-03-21T20:43:43.0962467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_46, aten.linear.default 2025-03-21T20:43:43.0964036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_47, aten.linear.default 2025-03-21T20:43:43.0965396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_48, aten.linear.default 2025-03-21T20:43:43.0966798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-03-21T20:43:43.0968343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-03-21T20:43:43.0969778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-03-21T20:43:43.0971223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-03-21T20:43:43.0972462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-03-21T20:43:43.0973813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-03-21T20:43:43.0975174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-03-21T20:43:43.0976425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-03-21T20:43:43.0977813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_64, aten.permute_copy.default 2025-03-21T20:43:43.0979306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-03-21T20:43:43.0980737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-03-21T20:43:43.4502654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_49, aten.linear.default 2025-03-21T20:43:43.4504458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_50, aten.linear.default 2025-03-21T20:43:43.4506270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-03-21T20:43:43.4508200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-03-21T20:43:43.4510010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-03-21T20:43:43.4511887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-03-21T20:43:43.4513720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_473, aten.permute_copy.default 2025-03-21T20:43:43.4515708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_67, aten.permute_copy.default 2025-03-21T20:43:43.4517552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-03-21T20:43:43.4519232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-03-21T20:43:43.4520865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-03-21T20:43:43.4522574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-03-21T20:43:43.4524323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-03-21T20:43:43.4526646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_70, aten.permute_copy.default 2025-03-21T20:43:43.4528272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_4, aten._to_copy.default 2025-03-21T20:43:43.4530182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-03-21T20:43:43.4532021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-03-21T20:43:43.4533833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_51, aten.linear.default 2025-03-21T20:43:43.4536128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-03-21T20:43:43.4537865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-03-21T20:43:43.4539449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-03-21T20:43:43.4541247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-03-21T20:43:43.4542941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-03-21T20:43:43.4544750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_52, aten.linear.default 2025-03-21T20:43:43.4546566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-03-21T20:43:43.4548359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_12, aten.relu.default 2025-03-21T20:43:43.4550207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-03-21T20:43:43.4552024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_53, aten.linear.default 2025-03-21T20:43:43.4553831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-03-21T20:43:43.4555533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-03-21T20:43:43.4557148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-03-21T20:43:43.4558735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-03-21T20:43:43.4560488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-03-21T20:43:43.4562323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_54, aten.linear.default 2025-03-21T20:43:43.4564129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-03-21T20:43:43.4565885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_13, aten.relu.default 2025-03-21T20:43:43.4567697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-03-21T20:43:43.4569530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_55, aten.linear.default 2025-03-21T20:43:43.4571473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-03-21T20:43:43.4573198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-03-21T20:43:43.4574818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-03-21T20:43:43.4576458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-03-21T20:43:43.4578187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-03-21T20:43:43.4580020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_56, aten.linear.default 2025-03-21T20:43:43.4581815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-03-21T20:43:43.4583630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_14, aten.relu.default 2025-03-21T20:43:43.4585403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-03-21T20:43:43.4587268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_57, aten.linear.default 2025-03-21T20:43:43.4588992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_155, aten.view_copy.default 2025-03-21T20:43:43.4590983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-03-21T20:43:43.4592596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-03-21T20:43:43.4594209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-03-21T20:43:43.4596090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_156, aten.view_copy.default 2025-03-21T20:43:43.4597901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_58, aten.linear.default 2025-03-21T20:43:43.4599592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_157, aten.view_copy.default 2025-03-21T20:43:43.4601336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_15, aten.relu.default 2025-03-21T20:43:43.4603080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_158, aten.view_copy.default 2025-03-21T20:43:43.4604913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_59, aten.linear.default 2025-03-21T20:43:43.4606733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_159, aten.view_copy.default 2025-03-21T20:43:43.4608485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-03-21T20:43:43.4610181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-03-21T20:43:43.4611759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-03-21T20:43:43.4613459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_160, aten.view_copy.default 2025-03-21T20:43:43.4615276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_60, aten.linear.default 2025-03-21T20:43:43.4617102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-03-21T20:43:43.4618832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-03-21T20:43:43.4620440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-03-21T20:43:43.4621785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-03-21T20:43:43.4623032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-03-21T20:43:43.4624432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-03-21T20:43:43.4626321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-03-21T20:43:43.4628899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_61, aten.linear.default 2025-03-21T20:43:43.4630638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_62, aten.linear.default 2025-03-21T20:43:43.4632379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_63, aten.linear.default 2025-03-21T20:43:43.4634192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-03-21T20:43:43.4636053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-03-21T20:43:43.4637846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-03-21T20:43:43.4639571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-03-21T20:43:43.8099402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-03-21T20:43:43.8101181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-03-21T20:43:43.8103406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-03-21T20:43:43.8104993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-03-21T20:43:43.8106729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_84, aten.permute_copy.default 2025-03-21T20:43:43.8108845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-03-21T20:43:43.8110649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-03-21T20:43:43.8112481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_64, aten.linear.default 2025-03-21T20:43:43.8114262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_65, aten.linear.default 2025-03-21T20:43:43.8116088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-03-21T20:43:43.8117943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-03-21T20:43:43.8119818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_173, aten.view_copy.default 2025-03-21T20:43:43.8121665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_174, aten.view_copy.default 2025-03-21T20:43:43.8123608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_474, aten.permute_copy.default 2025-03-21T20:43:43.8125596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_87, aten.permute_copy.default 2025-03-21T20:43:43.8127814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-03-21T20:43:43.8129454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-03-21T20:43:43.8131294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-03-21T20:43:43.8133020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-03-21T20:43:43.8134757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-03-21T20:43:43.8136644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-03-21T20:43:43.8138529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_5, aten._to_copy.default 2025-03-21T20:43:43.8140390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-03-21T20:43:43.8142256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-03-21T20:43:43.8144099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_66, aten.linear.default 2025-03-21T20:43:43.8145926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-03-21T20:43:43.8147704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-03-21T20:43:43.8149339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-03-21T20:43:43.8150959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-03-21T20:43:43.8152710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-03-21T20:43:43.8154523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_67, aten.linear.default 2025-03-21T20:43:43.8156241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-03-21T20:43:43.8158385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_16, aten.relu.default 2025-03-21T20:43:43.8160138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-03-21T20:43:43.8161959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_68, aten.linear.default 2025-03-21T20:43:43.8163969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-03-21T20:43:43.8165720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-03-21T20:43:43.8167260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-03-21T20:43:43.8168825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-03-21T20:43:43.8170658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-03-21T20:43:43.8172523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_69, aten.linear.default 2025-03-21T20:43:43.8174334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-03-21T20:43:43.8176118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_17, aten.relu.default 2025-03-21T20:43:43.8177806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-03-21T20:43:43.8179119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_70, aten.linear.default 2025-03-21T20:43:43.8180764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_191, aten.view_copy.default 2025-03-21T20:43:43.8182285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-03-21T20:43:43.8183915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-03-21T20:43:43.8185539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-03-21T20:43:43.8187444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_192, aten.view_copy.default 2025-03-21T20:43:43.8189257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_71, aten.linear.default 2025-03-21T20:43:43.8191073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_193, aten.view_copy.default 2025-03-21T20:43:43.8192858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_18, aten.relu.default 2025-03-21T20:43:43.8194572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_194, aten.view_copy.default 2025-03-21T20:43:43.8196399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_72, aten.linear.default 2025-03-21T20:43:43.8198209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_195, aten.view_copy.default 2025-03-21T20:43:43.8199971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-03-21T20:43:43.8201553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-03-21T20:43:43.8203188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-03-21T20:43:43.8204930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_196, aten.view_copy.default 2025-03-21T20:43:43.8206737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_73, aten.linear.default 2025-03-21T20:43:43.8208512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-03-21T20:43:43.8210425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_19, aten.relu.default 2025-03-21T20:43:43.8213040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-03-21T20:43:43.8214842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_74, aten.linear.default 2025-03-21T20:43:43.8216570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-03-21T20:43:43.8218493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-03-21T20:43:43.8220096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-03-21T20:43:43.8221706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-03-21T20:43:43.8223441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-03-21T20:43:43.8225231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_75, aten.linear.default 2025-03-21T20:43:43.8227269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-03-21T20:43:43.8228925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-03-21T20:43:43.8230510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-03-21T20:43:43.8232101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-03-21T20:43:43.8233843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-03-21T20:43:43.8235704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-03-21T20:43:43.8237568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-03-21T20:43:44.1861008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_76, aten.linear.default 2025-03-21T20:43:44.1862858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_77, aten.linear.default 2025-03-21T20:43:44.1864604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_78, aten.linear.default 2025-03-21T20:43:44.1866374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-03-21T20:43:44.1868286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-03-21T20:43:44.1870035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-03-21T20:43:44.1871796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-03-21T20:43:44.1873410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-03-21T20:43:44.1875159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-03-21T20:43:44.1876928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-03-21T20:43:44.1878544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-03-21T20:43:44.1880361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_104, aten.permute_copy.default 2025-03-21T20:43:44.1882233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_209, aten.view_copy.default 2025-03-21T20:43:44.1884102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_211, aten.view_copy.default 2025-03-21T20:43:44.1885524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_79, aten.linear.default 2025-03-21T20:43:44.1886968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_80, aten.linear.default 2025-03-21T20:43:44.1889157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_210, aten.view_copy.default 2025-03-21T20:43:44.1891116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_212, aten.view_copy.default 2025-03-21T20:43:44.1892976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_213, aten.view_copy.default 2025-03-21T20:43:44.1895084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_214, aten.view_copy.default 2025-03-21T20:43:44.1896999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_475, aten.permute_copy.default 2025-03-21T20:43:44.1898905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_107, aten.permute_copy.default 2025-03-21T20:43:44.1900753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-03-21T20:43:44.1902340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-03-21T20:43:44.1903980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-03-21T20:43:44.1905699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-03-21T20:43:44.1907509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-03-21T20:43:44.1909359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_110, aten.permute_copy.default 2025-03-21T20:43:44.1911254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_6, aten._to_copy.default 2025-03-21T20:43:44.1913046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_221, aten.view_copy.default 2025-03-21T20:43:44.1914910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-03-21T20:43:44.1916570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_81, aten.linear.default 2025-03-21T20:43:44.1918302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-03-21T20:43:44.1920057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-03-21T20:43:44.1921652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-03-21T20:43:44.1923263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-03-21T20:43:44.1924992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-03-21T20:43:44.1927133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_82, aten.linear.default 2025-03-21T20:43:44.1928898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-03-21T20:43:44.1930794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_20, aten.relu.default 2025-03-21T20:43:44.1932516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-03-21T20:43:44.1934332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_83, aten.linear.default 2025-03-21T20:43:44.1936147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-03-21T20:43:44.1937896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-03-21T20:43:44.1939506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-03-21T20:43:44.1941119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-03-21T20:43:44.1942820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-03-21T20:43:44.1945168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_84, aten.linear.default 2025-03-21T20:43:44.1946664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-03-21T20:43:44.1948100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_21, aten.relu.default 2025-03-21T20:43:44.1950102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-03-21T20:43:44.1951866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_85, aten.linear.default 2025-03-21T20:43:44.1953666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-03-21T20:43:44.1955399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-03-21T20:43:44.1956985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-03-21T20:43:44.1958590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-03-21T20:43:44.1960263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-03-21T20:43:44.1962086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_86, aten.linear.default 2025-03-21T20:43:44.1963772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-03-21T20:43:44.1965582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_22, aten.relu.default 2025-03-21T20:43:44.1967330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-03-21T20:43:44.1969145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_87, aten.linear.default 2025-03-21T20:43:44.1971104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-03-21T20:43:44.1972843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-03-21T20:43:44.1974389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-03-21T20:43:44.1975991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-03-21T20:43:44.1977560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-03-21T20:43:44.1979219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_88, aten.linear.default 2025-03-21T20:43:44.1981037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-03-21T20:43:44.1982800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_23, aten.relu.default 2025-03-21T20:43:44.1984594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-03-21T20:43:44.1986414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_89, aten.linear.default 2025-03-21T20:43:44.1988224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-03-21T20:43:44.1989914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-03-21T20:43:44.1991514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-03-21T20:43:44.1993081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-03-21T20:43:44.1994861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-03-21T20:43:44.1996682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_90, aten.linear.default 2025-03-21T20:43:44.5456019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-03-21T20:43:44.5457816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-03-21T20:43:44.5459409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-03-21T20:43:44.5461434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-03-21T20:43:44.5463162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-03-21T20:43:44.5465070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-03-21T20:43:44.5466873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-03-21T20:43:44.5468728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_91, aten.linear.default 2025-03-21T20:43:44.5470502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_92, aten.linear.default 2025-03-21T20:43:44.5472258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_93, aten.linear.default 2025-03-21T20:43:44.5474103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-03-21T20:43:44.5475982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-03-21T20:43:44.5477839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-03-21T20:43:44.5479601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-03-21T20:43:44.5481231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-03-21T20:43:44.5482977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-03-21T20:43:44.5484708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-03-21T20:43:44.5486333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-03-21T20:43:44.5488163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_124, aten.permute_copy.default 2025-03-21T20:43:44.5490204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-03-21T20:43:44.5492083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-03-21T20:43:44.5493862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_94, aten.linear.default 2025-03-21T20:43:44.5495627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_95, aten.linear.default 2025-03-21T20:43:44.5497440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-03-21T20:43:44.5499351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-03-21T20:43:44.5501143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-03-21T20:43:44.5503088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-03-21T20:43:44.5505015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_476, aten.permute_copy.default 2025-03-21T20:43:44.5507019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_127, aten.permute_copy.default 2025-03-21T20:43:44.5508846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-03-21T20:43:44.5510812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-03-21T20:43:44.5512367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-03-21T20:43:44.5514057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-03-21T20:43:44.5515953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-03-21T20:43:44.5517822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_130, aten.permute_copy.default 2025-03-21T20:43:44.5519681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_7, aten._to_copy.default 2025-03-21T20:43:44.5521526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-03-21T20:43:44.5523321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-03-21T20:43:44.5525140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_96, aten.linear.default 2025-03-21T20:43:44.5527244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_263, aten.view_copy.default 2025-03-21T20:43:44.5528986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-03-21T20:43:44.5530708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-03-21T20:43:44.5532288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-03-21T20:43:44.5533888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_264, aten.view_copy.default 2025-03-21T20:43:44.5535223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_97, aten.linear.default 2025-03-21T20:43:44.5536842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_265, aten.view_copy.default 2025-03-21T20:43:44.5538556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_24, aten.relu.default 2025-03-21T20:43:44.5540349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_266, aten.view_copy.default 2025-03-21T20:43:44.5542175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_98, aten.linear.default 2025-03-21T20:43:44.5544113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_267, aten.view_copy.default 2025-03-21T20:43:44.5545842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-03-21T20:43:44.5547445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-03-21T20:43:44.5549010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-03-21T20:43:44.5550754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_268, aten.view_copy.default 2025-03-21T20:43:44.5552607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_99, aten.linear.default 2025-03-21T20:43:44.5554417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_269, aten.view_copy.default 2025-03-21T20:43:44.5556211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_25, aten.relu.default 2025-03-21T20:43:44.5557961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_270, aten.view_copy.default 2025-03-21T20:43:44.5559798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_100, aten.linear.default 2025-03-21T20:43:44.5561588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_271, aten.view_copy.default 2025-03-21T20:43:44.5563345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-03-21T20:43:44.5565303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-03-21T20:43:44.5566937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-03-21T20:43:44.5568665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_272, aten.view_copy.default 2025-03-21T20:43:44.5570849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_101, aten.linear.default 2025-03-21T20:43:44.5572599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_273, aten.view_copy.default 2025-03-21T20:43:44.5574399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_26, aten.relu.default 2025-03-21T20:43:44.5576166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_274, aten.view_copy.default 2025-03-21T20:43:44.5577997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_102, aten.linear.default 2025-03-21T20:43:44.5579822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_275, aten.view_copy.default 2025-03-21T20:43:44.5586098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-03-21T20:43:44.5587688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-03-21T20:43:44.5589316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-03-21T20:43:44.5591047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_276, aten.view_copy.default 2025-03-21T20:43:44.5592878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_103, aten.linear.default 2025-03-21T20:43:44.5594632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_277, aten.view_copy.default 2025-03-21T20:43:44.5596386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_27, aten.relu.default 2025-03-21T20:43:44.5598147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_278, aten.view_copy.default 2025-03-21T20:43:44.9148552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_104, aten.linear.default 2025-03-21T20:43:44.9150061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_279, aten.view_copy.default 2025-03-21T20:43:44.9151434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-03-21T20:43:44.9152695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-03-21T20:43:44.9153948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-03-21T20:43:44.9155305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_280, aten.view_copy.default 2025-03-21T20:43:44.9156727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_105, aten.linear.default 2025-03-21T20:43:44.9158152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_281, aten.view_copy.default 2025-03-21T20:43:44.9159546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-03-21T20:43:44.9160810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-03-21T20:43:44.9162059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-03-21T20:43:44.9163417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_282, aten.view_copy.default 2025-03-21T20:43:44.9164871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_284, aten.view_copy.default 2025-03-21T20:43:44.9166314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_286, aten.view_copy.default 2025-03-21T20:43:44.9168033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_106, aten.linear.default 2025-03-21T20:43:44.9169402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_107, aten.linear.default 2025-03-21T20:43:44.9170861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_108, aten.linear.default 2025-03-21T20:43:44.9172417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_283, aten.view_copy.default 2025-03-21T20:43:44.9173877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_285, aten.view_copy.default 2025-03-21T20:43:44.9175330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_287, aten.view_copy.default 2025-03-21T20:43:44.9176683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-03-21T20:43:44.9177919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-03-21T20:43:44.9179276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_288, aten.view_copy.default 2025-03-21T20:43:44.9180783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-03-21T20:43:44.9182046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-03-21T20:43:44.9183457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-03-21T20:43:44.9184951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_289, aten.view_copy.default 2025-03-21T20:43:44.9186409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_291, aten.view_copy.default 2025-03-21T20:43:44.9187811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_109, aten.linear.default 2025-03-21T20:43:44.9189194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_110, aten.linear.default 2025-03-21T20:43:44.9190607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_290, aten.view_copy.default 2025-03-21T20:43:44.9192060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_292, aten.view_copy.default 2025-03-21T20:43:44.9193511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_293, aten.view_copy.default 2025-03-21T20:43:44.9194955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_294, aten.view_copy.default 2025-03-21T20:43:44.9196426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_477, aten.permute_copy.default 2025-03-21T20:43:44.9197957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-03-21T20:43:44.9199406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-03-21T20:43:44.9200701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-03-21T20:43:44.9201942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-03-21T20:43:44.9203268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-03-21T20:43:44.9204658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-03-21T20:43:44.9206085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-03-21T20:43:44.9207547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_8, aten._to_copy.default 2025-03-21T20:43:44.9208963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_301, aten.view_copy.default 2025-03-21T20:43:44.9210585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_302, aten.view_copy.default 2025-03-21T20:43:44.9211997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_111, aten.linear.default 2025-03-21T20:43:44.9213408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_303, aten.view_copy.default 2025-03-21T20:43:44.9214848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-03-21T20:43:44.9216093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-03-21T20:43:44.9217352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-03-21T20:43:44.9218706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_304, aten.view_copy.default 2025-03-21T20:43:44.9220109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_112, aten.linear.default 2025-03-21T20:43:44.9221522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_305, aten.view_copy.default 2025-03-21T20:43:44.9222909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_28, aten.relu.default 2025-03-21T20:43:44.9224383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_306, aten.view_copy.default 2025-03-21T20:43:44.9226023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_113, aten.linear.default 2025-03-21T20:43:44.9227437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_307, aten.view_copy.default 2025-03-21T20:43:44.9228789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-03-21T20:43:44.9230044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-03-21T20:43:44.9231294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-03-21T20:43:44.9232655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_308, aten.view_copy.default 2025-03-21T20:43:44.9234049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_114, aten.linear.default 2025-03-21T20:43:44.9235463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_309, aten.view_copy.default 2025-03-21T20:43:44.9236848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_29, aten.relu.default 2025-03-21T20:43:44.9238230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_310, aten.view_copy.default 2025-03-21T20:43:44.9239636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_115, aten.linear.default 2025-03-21T20:43:44.9241042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_311, aten.view_copy.default 2025-03-21T20:43:44.9242380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-03-21T20:43:44.9243639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-03-21T20:43:44.9244899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-03-21T20:43:44.9246267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_312, aten.view_copy.default 2025-03-21T20:43:44.9247680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_116, aten.linear.default 2025-03-21T20:43:44.9249097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_313, aten.view_copy.default 2025-03-21T20:43:44.9250570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_30, aten.relu.default 2025-03-21T20:43:44.9251948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_314, aten.view_copy.default 2025-03-21T20:43:44.9253518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_117, aten.linear.default 2025-03-21T20:43:44.9254937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_315, aten.view_copy.default 2025-03-21T20:43:44.9256305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-03-21T20:43:45.2865733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-03-21T20:43:45.2867097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-03-21T20:43:45.2868578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_316, aten.view_copy.default 2025-03-21T20:43:45.2870006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_118, aten.linear.default 2025-03-21T20:43:45.2871430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_317, aten.view_copy.default 2025-03-21T20:43:45.2872818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_31, aten.relu.default 2025-03-21T20:43:45.2874186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_318, aten.view_copy.default 2025-03-21T20:43:45.2875748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_119, aten.linear.default 2025-03-21T20:43:45.2877179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_319, aten.view_copy.default 2025-03-21T20:43:45.2878541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-03-21T20:43:45.2879829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-03-21T20:43:45.2881086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-03-21T20:43:45.2882475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_320, aten.view_copy.default 2025-03-21T20:43:45.2883934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_120, aten.linear.default 2025-03-21T20:43:45.2885345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_321, aten.view_copy.default 2025-03-21T20:43:45.2886731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-03-21T20:43:45.2887998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-03-21T20:43:45.2889269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-03-21T20:43:45.2890727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_322, aten.view_copy.default 2025-03-21T20:43:45.2892183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_324, aten.view_copy.default 2025-03-21T20:43:45.2893634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_326, aten.view_copy.default 2025-03-21T20:43:45.2895070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_121, aten.linear.default 2025-03-21T20:43:45.2896451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_122, aten.linear.default 2025-03-21T20:43:45.2897848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_123, aten.linear.default 2025-03-21T20:43:45.2899259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_323, aten.view_copy.default 2025-03-21T20:43:45.2900714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_325, aten.view_copy.default 2025-03-21T20:43:45.2902169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_327, aten.view_copy.default 2025-03-21T20:43:45.2903505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-03-21T20:43:45.2919224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-03-21T20:43:45.2920659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_328, aten.view_copy.default 2025-03-21T20:43:45.2922062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-03-21T20:43:45.2923559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-03-21T20:43:45.2924966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_164, aten.permute_copy.default 2025-03-21T20:43:45.2926953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_329, aten.view_copy.default 2025-03-21T20:43:45.2928410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_331, aten.view_copy.default 2025-03-21T20:43:45.2929841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_124, aten.linear.default 2025-03-21T20:43:45.2931322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_125, aten.linear.default 2025-03-21T20:43:45.2932742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_330, aten.view_copy.default 2025-03-21T20:43:45.2934372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_332, aten.view_copy.default 2025-03-21T20:43:45.2935858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_333, aten.view_copy.default 2025-03-21T20:43:45.2937314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_334, aten.view_copy.default 2025-03-21T20:43:45.2938812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_478, aten.permute_copy.default 2025-03-21T20:43:45.2940332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_167, aten.permute_copy.default 2025-03-21T20:43:45.2941791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-03-21T20:43:45.2943099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-03-21T20:43:45.2944356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-03-21T20:43:45.2945705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-03-21T20:43:45.2947093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-03-21T20:43:45.2948542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_170, aten.permute_copy.default 2025-03-21T20:43:45.2950009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_9, aten._to_copy.default 2025-03-21T20:43:45.2951432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-03-21T20:43:45.2952896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-03-21T20:43:45.2954310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_126, aten.linear.default 2025-03-21T20:43:45.2955727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-03-21T20:43:45.2957094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-03-21T20:43:45.2958337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-03-21T20:43:45.2959591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-03-21T20:43:45.2960945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-03-21T20:43:45.2962349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_127, aten.linear.default 2025-03-21T20:43:45.2963885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-03-21T20:43:45.2965271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_32, aten.relu.default 2025-03-21T20:43:45.2966757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-03-21T20:43:45.2968171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_128, aten.linear.default 2025-03-21T20:43:45.2969580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-03-21T20:43:45.2971030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-03-21T20:43:45.2972286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-03-21T20:43:45.2973569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-03-21T20:43:45.2974933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-03-21T20:43:45.2976396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_129, aten.linear.default 2025-03-21T20:43:45.2977811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-03-21T20:43:45.2979193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_33, aten.relu.default 2025-03-21T20:43:45.2980568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-03-21T20:43:45.2981975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_130, aten.linear.default 2025-03-21T20:43:45.2983399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-03-21T20:43:45.2984760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-03-21T20:43:45.2986002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-03-21T20:43:45.2987272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-03-21T20:43:45.2988633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-03-21T20:43:45.6632765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_131, aten.linear.default 2025-03-21T20:43:45.6634230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-03-21T20:43:45.6635605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_34, aten.relu.default 2025-03-21T20:43:45.6636988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-03-21T20:43:45.6638481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_132, aten.linear.default 2025-03-21T20:43:45.6639912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-03-21T20:43:45.6641277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-03-21T20:43:45.6642558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-03-21T20:43:45.6643809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-03-21T20:43:45.6645180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-03-21T20:43:45.6646602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_133, aten.linear.default 2025-03-21T20:43:45.6648015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-03-21T20:43:45.6649783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_35, aten.relu.default 2025-03-21T20:43:45.6651262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-03-21T20:43:45.6652818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_134, aten.linear.default 2025-03-21T20:43:45.6654223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-03-21T20:43:45.6655591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-03-21T20:43:45.6656852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-03-21T20:43:45.6658111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-03-21T20:43:45.6659492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-03-21T20:43:45.6660880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_135, aten.linear.default 2025-03-21T20:43:45.6662378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-03-21T20:43:45.6663742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-03-21T20:43:45.6664988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-03-21T20:43:45.6666261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-03-21T20:43:45.6667637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-03-21T20:43:45.6669087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-03-21T20:43:45.6670521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-03-21T20:43:45.6671963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_136, aten.linear.default 2025-03-21T20:43:45.6673362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_137, aten.linear.default 2025-03-21T20:43:45.6674781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_138, aten.linear.default 2025-03-21T20:43:45.6676189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-03-21T20:43:45.6677643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-03-21T20:43:45.6679084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-03-21T20:43:45.6680436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-03-21T20:43:45.6681732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-03-21T20:43:45.6683084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-03-21T20:43:45.6684442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-03-21T20:43:45.6685716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-03-21T20:43:45.6687152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_184, aten.permute_copy.default 2025-03-21T20:43:45.6688649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-03-21T20:43:45.6690182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-03-21T20:43:45.6691710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_139, aten.linear.default 2025-03-21T20:43:45.6693094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_140, aten.linear.default 2025-03-21T20:43:45.6694513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-03-21T20:43:45.6696057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-03-21T20:43:45.6697718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-03-21T20:43:45.6699209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-03-21T20:43:45.6700739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_479, aten.permute_copy.default 2025-03-21T20:43:45.6702325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_187, aten.permute_copy.default 2025-03-21T20:43:45.6703816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-03-21T20:43:45.6705341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-03-21T20:43:45.6706590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-03-21T20:43:45.6707933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-03-21T20:43:45.6709302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-03-21T20:43:45.6710743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_190, aten.permute_copy.default 2025-03-21T20:43:45.6712217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_10, aten._to_copy.default 2025-03-21T20:43:45.6713660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_381, aten.view_copy.default 2025-03-21T20:43:45.6715114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_382, aten.view_copy.default 2025-03-21T20:43:45.6716520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_141, aten.linear.default 2025-03-21T20:43:45.6717938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_383, aten.view_copy.default 2025-03-21T20:43:45.6719276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-03-21T20:43:45.6720533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-03-21T20:43:45.6721791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-03-21T20:43:45.6723144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_384, aten.view_copy.default 2025-03-21T20:43:45.6724556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_142, aten.linear.default 2025-03-21T20:43:45.6726276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_385, aten.view_copy.default 2025-03-21T20:43:45.6727709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_36, aten.relu.default 2025-03-21T20:43:45.6729086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_386, aten.view_copy.default 2025-03-21T20:43:45.6730597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_143, aten.linear.default 2025-03-21T20:43:45.6732005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_387, aten.view_copy.default 2025-03-21T20:43:45.6733380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-03-21T20:43:45.6734638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-03-21T20:43:45.6736071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-03-21T20:43:45.6737415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_388, aten.view_copy.default 2025-03-21T20:43:45.6738826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_144, aten.linear.default 2025-03-21T20:43:45.6740355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_389, aten.view_copy.default 2025-03-21T20:43:45.6741733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_37, aten.relu.default 2025-03-21T20:43:46.0227592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_390, aten.view_copy.default 2025-03-21T20:43:46.0229461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_145, aten.linear.default 2025-03-21T20:43:46.0231302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_391, aten.view_copy.default 2025-03-21T20:43:46.0233046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-03-21T20:43:46.0234977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-03-21T20:43:46.0236618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-03-21T20:43:46.0238267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_392, aten.view_copy.default 2025-03-21T20:43:46.0240113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_146, aten.linear.default 2025-03-21T20:43:46.0241950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_393, aten.view_copy.default 2025-03-21T20:43:46.0243742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_38, aten.relu.default 2025-03-21T20:43:46.0245545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_394, aten.view_copy.default 2025-03-21T20:43:46.0247367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_147, aten.linear.default 2025-03-21T20:43:46.0249165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_395, aten.view_copy.default 2025-03-21T20:43:46.0251054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-03-21T20:43:46.0252587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-03-21T20:43:46.0253990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-03-21T20:43:46.0255754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_396, aten.view_copy.default 2025-03-21T20:43:46.0257565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_148, aten.linear.default 2025-03-21T20:43:46.0259384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_397, aten.view_copy.default 2025-03-21T20:43:46.0261179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_39, aten.relu.default 2025-03-21T20:43:46.0262968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_398, aten.view_copy.default 2025-03-21T20:43:46.0264759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_149, aten.linear.default 2025-03-21T20:43:46.0266564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_399, aten.view_copy.default 2025-03-21T20:43:46.0268242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-03-21T20:43:46.0269885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-03-21T20:43:46.0271525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-03-21T20:43:46.0273641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_400, aten.view_copy.default 2025-03-21T20:43:46.0275487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_150, aten.linear.default 2025-03-21T20:43:46.0277533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_401, aten.view_copy.default 2025-03-21T20:43:46.0279301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-03-21T20:43:46.0280907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-03-21T20:43:46.0282401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-03-21T20:43:46.0283695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_402, aten.view_copy.default 2025-03-21T20:43:46.0286165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_404, aten.view_copy.default 2025-03-21T20:43:46.0287974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_406, aten.view_copy.default 2025-03-21T20:43:46.0290067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_151, aten.linear.default 2025-03-21T20:43:46.0291846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_152, aten.linear.default 2025-03-21T20:43:46.0293568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_153, aten.linear.default 2025-03-21T20:43:46.0295375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_403, aten.view_copy.default 2025-03-21T20:43:46.0297146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_405, aten.view_copy.default 2025-03-21T20:43:46.0298977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_407, aten.view_copy.default 2025-03-21T20:43:46.0300603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-03-21T20:43:46.0302237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-03-21T20:43:46.0303946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_408, aten.view_copy.default 2025-03-21T20:43:46.0305717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-03-21T20:43:46.0307301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-03-21T20:43:46.0309097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-03-21T20:43:46.0310963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_409, aten.view_copy.default 2025-03-21T20:43:46.0312819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_411, aten.view_copy.default 2025-03-21T20:43:46.0314450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_154, aten.linear.default 2025-03-21T20:43:46.0316053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_155, aten.linear.default 2025-03-21T20:43:46.0317901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_410, aten.view_copy.default 2025-03-21T20:43:46.0319721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_412, aten.view_copy.default 2025-03-21T20:43:46.0321559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_413, aten.view_copy.default 2025-03-21T20:43:46.0323393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_414, aten.view_copy.default 2025-03-21T20:43:46.0325310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_480, aten.permute_copy.default 2025-03-21T20:43:46.0327786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-03-21T20:43:46.0329649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-03-21T20:43:46.0331370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-03-21T20:43:46.0333305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-03-21T20:43:46.0335029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-03-21T20:43:46.0336801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-03-21T20:43:46.0338652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_210, aten.permute_copy.default 2025-03-21T20:43:46.0340545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_11, aten._to_copy.default 2025-03-21T20:43:46.0342322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_421, aten.view_copy.default 2025-03-21T20:43:46.0344374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_422, aten.view_copy.default 2025-03-21T20:43:46.0346190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_156, aten.linear.default 2025-03-21T20:43:46.0348008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_423, aten.view_copy.default 2025-03-21T20:43:46.0349741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-03-21T20:43:46.0351355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-03-21T20:43:46.0352932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-03-21T20:43:46.0354674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_424, aten.view_copy.default 2025-03-21T20:43:46.0356508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_157, aten.linear.default 2025-03-21T20:43:46.0358340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_425, aten.view_copy.default 2025-03-21T20:43:46.0360107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_40, aten.relu.default 2025-03-21T20:43:46.0361902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_426, aten.view_copy.default 2025-03-21T20:43:46.0363742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_158, aten.linear.default 2025-03-21T20:43:46.0365554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_427, aten.view_copy.default 2025-03-21T20:43:46.3911010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-03-21T20:43:46.3912353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-03-21T20:43:46.3913619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-03-21T20:43:46.3914994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_428, aten.view_copy.default 2025-03-21T20:43:46.3916420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_159, aten.linear.default 2025-03-21T20:43:46.3917830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_429, aten.view_copy.default 2025-03-21T20:43:46.3919207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_41, aten.relu.default 2025-03-21T20:43:46.3920583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_430, aten.view_copy.default 2025-03-21T20:43:46.3921998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_160, aten.linear.default 2025-03-21T20:43:46.3923727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_431, aten.view_copy.default 2025-03-21T20:43:46.3925087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-03-21T20:43:46.3926550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-03-21T20:43:46.3927947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-03-21T20:43:46.3929305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_432, aten.view_copy.default 2025-03-21T20:43:46.3930800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_161, aten.linear.default 2025-03-21T20:43:46.3932218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_433, aten.view_copy.default 2025-03-21T20:43:46.3933605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_42, aten.relu.default 2025-03-21T20:43:46.3935002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_434, aten.view_copy.default 2025-03-21T20:43:46.3936556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_162, aten.linear.default 2025-03-21T20:43:46.3937982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_435, aten.view_copy.default 2025-03-21T20:43:46.3939322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-03-21T20:43:46.3940577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-03-21T20:43:46.3941823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-03-21T20:43:46.3943177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_436, aten.view_copy.default 2025-03-21T20:43:46.3944591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_163, aten.linear.default 2025-03-21T20:43:46.3946009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_437, aten.view_copy.default 2025-03-21T20:43:46.3947401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_43, aten.relu.default 2025-03-21T20:43:46.3948775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_438, aten.view_copy.default 2025-03-21T20:43:46.3950185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_164, aten.linear.default 2025-03-21T20:43:46.3951594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_439, aten.view_copy.default 2025-03-21T20:43:46.3952954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-03-21T20:43:46.3954257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-03-21T20:43:46.3955516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-03-21T20:43:46.3956882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_440, aten.view_copy.default 2025-03-21T20:43:46.3958291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_165, aten.linear.default 2025-03-21T20:43:46.3959710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_441, aten.view_copy.default 2025-03-21T20:43:46.3961069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-03-21T20:43:46.3962330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-03-21T20:43:46.3963587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-03-21T20:43:46.3964945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_442, aten.view_copy.default 2025-03-21T20:43:46.3966484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_444, aten.view_copy.default 2025-03-21T20:43:46.3967918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_446, aten.view_copy.default 2025-03-21T20:43:46.3969341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_166, aten.linear.default 2025-03-21T20:43:46.3970990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_167, aten.linear.default 2025-03-21T20:43:46.3972519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_168, aten.linear.default 2025-03-21T20:43:46.3973979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_443, aten.view_copy.default 2025-03-21T20:43:46.3975466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_445, aten.view_copy.default 2025-03-21T20:43:46.3976956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_447, aten.view_copy.default 2025-03-21T20:43:46.3978439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-03-21T20:43:46.3979763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-03-21T20:43:46.3981115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-03-21T20:43:46.3982467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-03-21T20:43:46.3983731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-03-21T20:43:46.3985115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_224, aten.permute_copy.default 2025-03-21T20:43:46.3986601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-03-21T20:43:46.3988050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-03-21T20:43:46.3989463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_169, aten.linear.default 2025-03-21T20:43:46.3990831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_170, aten.linear.default 2025-03-21T20:43:46.3992236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-03-21T20:43:46.3993684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-03-21T20:43:46.3995133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-03-21T20:43:46.3996572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-03-21T20:43:46.3998061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_481, aten.permute_copy.default 2025-03-21T20:43:46.3999595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_227, aten.permute_copy.default 2025-03-21T20:43:46.4001040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-03-21T20:43:46.4002355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-03-21T20:43:46.4003617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-03-21T20:43:46.4004953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-03-21T20:43:46.4006327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-03-21T20:43:46.4007768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_230, aten.permute_copy.default 2025-03-21T20:43:46.4009339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_12, aten._to_copy.default 2025-03-21T20:43:46.4010855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-03-21T20:43:46.4012313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-03-21T20:43:46.4013814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_171, aten.linear.default 2025-03-21T20:43:46.4015212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-03-21T20:43:46.4016571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-03-21T20:43:46.4017837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-03-21T20:43:46.4019101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-03-21T20:43:46.7514790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-03-21T20:43:46.7516270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_172, aten.linear.default 2025-03-21T20:43:46.7518022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-03-21T20:43:46.7519459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_44, aten.relu.default 2025-03-21T20:43:46.7520853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-03-21T20:43:46.7522267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_173, aten.linear.default 2025-03-21T20:43:46.7523699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-03-21T20:43:46.7525053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-03-21T20:43:46.7526533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-03-21T20:43:46.7527810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-03-21T20:43:46.7529185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-03-21T20:43:46.7530686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_174, aten.linear.default 2025-03-21T20:43:46.7532109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-03-21T20:43:46.7533511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_45, aten.relu.default 2025-03-21T20:43:46.7534874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-03-21T20:43:46.7536308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_175, aten.linear.default 2025-03-21T20:43:46.7537730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-03-21T20:43:46.7539095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-03-21T20:43:46.7540356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-03-21T20:43:46.7541614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-03-21T20:43:46.7542963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-03-21T20:43:46.7544379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_176, aten.linear.default 2025-03-21T20:43:46.7545788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-03-21T20:43:46.7547374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_46, aten.relu.default 2025-03-21T20:43:46.7548754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-03-21T20:43:46.7550167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_177, aten.linear.default 2025-03-21T20:43:46.7551707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-03-21T20:43:46.7553053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-03-21T20:43:46.7554338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-03-21T20:43:46.7555597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-03-21T20:43:46.7556938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-03-21T20:43:46.7558355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_178, aten.linear.default 2025-03-21T20:43:46.7559888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-03-21T20:43:46.7561363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_47, aten.relu.default 2025-03-21T20:43:46.7562745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-03-21T20:43:46.7564161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_179, aten.linear.default 2025-03-21T20:43:46.7565555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-03-21T20:43:46.7566922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-03-21T20:43:46.7568180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-03-21T20:43:46.7569439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-03-21T20:43:46.7570874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-03-21T20:43:46.7572295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_180, aten.linear.default 2025-03-21T20:43:46.7573706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-03-21T20:43:46.7575048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-03-21T20:43:46.7576310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-03-21T20:43:46.7577567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-03-21T20:43:46.7578921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-03-21T20:43:46.7580366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-03-21T20:43:46.7581817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-03-21T20:43:46.7583224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_181, aten.linear.default 2025-03-21T20:43:46.7584596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_182, aten.linear.default 2025-03-21T20:43:46.7585968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_183, aten.linear.default 2025-03-21T20:43:46.7587382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-03-21T20:43:46.7588826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-03-21T20:43:46.7590338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-03-21T20:43:46.7591685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-03-21T20:43:46.7592921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-03-21T20:43:46.7594518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-03-21T20:43:46.7595913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-03-21T20:43:46.7597209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-03-21T20:43:46.7598640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_244, aten.permute_copy.default 2025-03-21T20:43:46.7600279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_489, aten.view_copy.default 2025-03-21T20:43:46.7601715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_491, aten.view_copy.default 2025-03-21T20:43:46.7603185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_184, aten.linear.default 2025-03-21T20:43:46.7604567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_185, aten.linear.default 2025-03-21T20:43:46.7605975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_490, aten.view_copy.default 2025-03-21T20:43:46.7607420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_492, aten.view_copy.default 2025-03-21T20:43:46.7608863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_493, aten.view_copy.default 2025-03-21T20:43:46.7610405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_494, aten.view_copy.default 2025-03-21T20:43:46.7611891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_482, aten.permute_copy.default 2025-03-21T20:43:46.7613427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_247, aten.permute_copy.default 2025-03-21T20:43:46.7614876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-03-21T20:43:46.7616190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-03-21T20:43:46.7617446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-03-21T20:43:46.7618781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-03-21T20:43:46.7620172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-03-21T20:43:46.7621600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-03-21T20:43:46.7623073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_13, aten._to_copy.default 2025-03-21T20:43:47.1189232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_501, aten.view_copy.default 2025-03-21T20:43:47.1190873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_502, aten.view_copy.default 2025-03-21T20:43:47.1192276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_186, aten.linear.default 2025-03-21T20:43:47.1193694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_503, aten.view_copy.default 2025-03-21T20:43:47.1195057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-03-21T20:43:47.1196311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-03-21T20:43:47.1197886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-03-21T20:43:47.1199237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_504, aten.view_copy.default 2025-03-21T20:43:47.1200635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_187, aten.linear.default 2025-03-21T20:43:47.1202173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_505, aten.view_copy.default 2025-03-21T20:43:47.1203551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_48, aten.relu.default 2025-03-21T20:43:47.1204929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_506, aten.view_copy.default 2025-03-21T20:43:47.1206341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_188, aten.linear.default 2025-03-21T20:43:47.1207750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_507, aten.view_copy.default 2025-03-21T20:43:47.1209119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-03-21T20:43:47.1210468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-03-21T20:43:47.1211842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-03-21T20:43:47.1213209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_508, aten.view_copy.default 2025-03-21T20:43:47.1214624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_189, aten.linear.default 2025-03-21T20:43:47.1216037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_509, aten.view_copy.default 2025-03-21T20:43:47.1217421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_49, aten.relu.default 2025-03-21T20:43:47.1218802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_510, aten.view_copy.default 2025-03-21T20:43:47.1220679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_190, aten.linear.default 2025-03-21T20:43:47.1222108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_511, aten.view_copy.default 2025-03-21T20:43:47.1223461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-03-21T20:43:47.1224721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_102, aten.mul.Tensor 2025-03-21T20:43:47.1226236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-03-21T20:43:47.1227596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_512, aten.view_copy.default 2025-03-21T20:43:47.1228998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_191, aten.linear.default 2025-03-21T20:43:47.1230408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_513, aten.view_copy.default 2025-03-21T20:43:47.1231789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_50, aten.relu.default 2025-03-21T20:43:47.1233209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_514, aten.view_copy.default 2025-03-21T20:43:47.1234629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_192, aten.linear.default 2025-03-21T20:43:47.1236039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_515, aten.view_copy.default 2025-03-21T20:43:47.1237405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-03-21T20:43:47.1238649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-03-21T20:43:47.1239914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-03-21T20:43:47.1241399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_516, aten.view_copy.default 2025-03-21T20:43:47.1242814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_193, aten.linear.default 2025-03-21T20:43:47.1244239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_517, aten.view_copy.default 2025-03-21T20:43:47.1245727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_51, aten.relu.default 2025-03-21T20:43:47.1247107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_518, aten.view_copy.default 2025-03-21T20:43:47.1248507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_194, aten.linear.default 2025-03-21T20:43:47.1250002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_519, aten.view_copy.default 2025-03-21T20:43:47.1251359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-03-21T20:43:47.1252628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-03-21T20:43:47.1253906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-03-21T20:43:47.1255371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_520, aten.view_copy.default 2025-03-21T20:43:47.1256792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_195, aten.linear.default 2025-03-21T20:43:47.1258193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_521, aten.view_copy.default 2025-03-21T20:43:47.1259555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-03-21T20:43:47.1260811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-03-21T20:43:47.1262067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-03-21T20:43:47.1263427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_522, aten.view_copy.default 2025-03-21T20:43:47.1264882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_524, aten.view_copy.default 2025-03-21T20:43:47.1266315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_526, aten.view_copy.default 2025-03-21T20:43:47.1267718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_196, aten.linear.default 2025-03-21T20:43:47.1269079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_197, aten.linear.default 2025-03-21T20:43:47.1270447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_198, aten.linear.default 2025-03-21T20:43:47.1271851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_523, aten.view_copy.default 2025-03-21T20:43:47.1273300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_525, aten.view_copy.default 2025-03-21T20:43:47.1274741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_527, aten.view_copy.default 2025-03-21T20:43:47.1276093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-03-21T20:43:47.1277360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-03-21T20:43:47.1278713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_528, aten.view_copy.default 2025-03-21T20:43:47.1280065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-03-21T20:43:47.1281319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-03-21T20:43:47.1282716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_264, aten.permute_copy.default 2025-03-21T20:43:47.1284249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_529, aten.view_copy.default 2025-03-21T20:43:47.1285694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_531, aten.view_copy.default 2025-03-21T20:43:47.1287108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_199, aten.linear.default 2025-03-21T20:43:47.1288550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_200, aten.linear.default 2025-03-21T20:43:47.1290051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_530, aten.view_copy.default 2025-03-21T20:43:47.1291501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_532, aten.view_copy.default 2025-03-21T20:43:47.1292947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_533, aten.view_copy.default 2025-03-21T20:43:47.1294377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_534, aten.view_copy.default 2025-03-21T20:43:47.1295876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_483, aten.permute_copy.default 2025-03-21T20:43:47.1297459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_267, aten.permute_copy.default 2025-03-21T20:43:47.4840434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-03-21T20:43:47.4841779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-03-21T20:43:47.4843034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-03-21T20:43:47.4844376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-03-21T20:43:47.4845765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-03-21T20:43:47.4847216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_270, aten.permute_copy.default 2025-03-21T20:43:47.4848690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_14, aten._to_copy.default 2025-03-21T20:43:47.4850217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_541, aten.view_copy.default 2025-03-21T20:43:47.4851684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_542, aten.view_copy.default 2025-03-21T20:43:47.4853109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_201, aten.linear.default 2025-03-21T20:43:47.4854530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_543, aten.view_copy.default 2025-03-21T20:43:47.4855882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-03-21T20:43:47.4857148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-03-21T20:43:47.4858415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-03-21T20:43:47.4859763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_544, aten.view_copy.default 2025-03-21T20:43:47.4861190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_202, aten.linear.default 2025-03-21T20:43:47.4862595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_545, aten.view_copy.default 2025-03-21T20:43:47.4863980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_52, aten.relu.default 2025-03-21T20:43:47.4865356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_546, aten.view_copy.default 2025-03-21T20:43:47.4866771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_203, aten.linear.default 2025-03-21T20:43:47.4868481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_547, aten.view_copy.default 2025-03-21T20:43:47.4869838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-03-21T20:43:47.4871110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-03-21T20:43:47.4872505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-03-21T20:43:47.4873876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_548, aten.view_copy.default 2025-03-21T20:43:47.4875291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_204, aten.linear.default 2025-03-21T20:43:47.4876705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_549, aten.view_copy.default 2025-03-21T20:43:47.4878073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_53, aten.relu.default 2025-03-21T20:43:47.4879466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_550, aten.view_copy.default 2025-03-21T20:43:47.4880895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_205, aten.linear.default 2025-03-21T20:43:47.4882387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_551, aten.view_copy.default 2025-03-21T20:43:47.4883876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-03-21T20:43:47.4885176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-03-21T20:43:47.4886484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-03-21T20:43:47.4887872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_552, aten.view_copy.default 2025-03-21T20:43:47.4889320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_206, aten.linear.default 2025-03-21T20:43:47.4891043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_553, aten.view_copy.default 2025-03-21T20:43:47.4892433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_54, aten.relu.default 2025-03-21T20:43:47.4893865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_554, aten.view_copy.default 2025-03-21T20:43:47.4895283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_207, aten.linear.default 2025-03-21T20:43:47.4896690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_555, aten.view_copy.default 2025-03-21T20:43:47.4898032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-03-21T20:43:47.4899325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-03-21T20:43:47.4900582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-03-21T20:43:47.4901944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_556, aten.view_copy.default 2025-03-21T20:43:47.4903358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_208, aten.linear.default 2025-03-21T20:43:47.4904768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_557, aten.view_copy.default 2025-03-21T20:43:47.4906148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_55, aten.relu.default 2025-03-21T20:43:47.4907523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_558, aten.view_copy.default 2025-03-21T20:43:47.4908936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_209, aten.linear.default 2025-03-21T20:43:47.4910351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_559, aten.view_copy.default 2025-03-21T20:43:47.4911782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-03-21T20:43:47.4913047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-03-21T20:43:47.4914308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-03-21T20:43:47.4915755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_560, aten.view_copy.default 2025-03-21T20:43:47.4917179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_210, aten.linear.default 2025-03-21T20:43:47.4918595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_561, aten.view_copy.default 2025-03-21T20:43:47.4919958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-03-21T20:43:47.4921222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-03-21T20:43:47.4936154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-03-21T20:43:47.4937767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_562, aten.view_copy.default 2025-03-21T20:43:47.4939459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_564, aten.view_copy.default 2025-03-21T20:43:47.4940944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_566, aten.view_copy.default 2025-03-21T20:43:47.4942362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_211, aten.linear.default 2025-03-21T20:43:47.4943733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_212, aten.linear.default 2025-03-21T20:43:47.4945102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_213, aten.linear.default 2025-03-21T20:43:47.4946518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_563, aten.view_copy.default 2025-03-21T20:43:47.4947961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_565, aten.view_copy.default 2025-03-21T20:43:47.4949414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_567, aten.view_copy.default 2025-03-21T20:43:47.4950771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-03-21T20:43:47.4952044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-03-21T20:43:47.4953398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_568, aten.view_copy.default 2025-03-21T20:43:47.4954750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-03-21T20:43:47.4955995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-03-21T20:43:47.4957396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_284, aten.permute_copy.default 2025-03-21T20:43:47.4958891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_569, aten.view_copy.default 2025-03-21T20:43:47.4960342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_571, aten.view_copy.default 2025-03-21T20:43:47.4961766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_214, aten.linear.default 2025-03-21T20:43:47.8431729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_215, aten.linear.default 2025-03-21T20:43:47.8433218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_570, aten.view_copy.default 2025-03-21T20:43:47.8434675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_572, aten.view_copy.default 2025-03-21T20:43:47.8436126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_573, aten.view_copy.default 2025-03-21T20:43:47.8437897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_574, aten.view_copy.default 2025-03-21T20:43:47.8439392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_484, aten.permute_copy.default 2025-03-21T20:43:47.8441091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_287, aten.permute_copy.default 2025-03-21T20:43:47.8442544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-03-21T20:43:47.8443859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-03-21T20:43:47.8445118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-03-21T20:43:47.8446456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-03-21T20:43:47.8447841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-03-21T20:43:47.8449291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_290, aten.permute_copy.default 2025-03-21T20:43:47.8450929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_15, aten._to_copy.default 2025-03-21T20:43:47.8452361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_581, aten.view_copy.default 2025-03-21T20:43:47.8453814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_582, aten.view_copy.default 2025-03-21T20:43:47.8455235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_216, aten.linear.default 2025-03-21T20:43:47.8456639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_583, aten.view_copy.default 2025-03-21T20:43:47.8457993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-03-21T20:43:47.8459260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-03-21T20:43:47.8460525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-03-21T20:43:47.8461880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_584, aten.view_copy.default 2025-03-21T20:43:47.8463309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_217, aten.linear.default 2025-03-21T20:43:47.8464721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_585, aten.view_copy.default 2025-03-21T20:43:47.8466090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_56, aten.relu.default 2025-03-21T20:43:47.8467478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_586, aten.view_copy.default 2025-03-21T20:43:47.8468917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_218, aten.linear.default 2025-03-21T20:43:47.8470337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_587, aten.view_copy.default 2025-03-21T20:43:47.8471696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-03-21T20:43:47.8472959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-03-21T20:43:47.8474233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-03-21T20:43:47.8475579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_588, aten.view_copy.default 2025-03-21T20:43:47.8476990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_219, aten.linear.default 2025-03-21T20:43:47.8478400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_589, aten.view_copy.default 2025-03-21T20:43:47.8479856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_57, aten.relu.default 2025-03-21T20:43:47.8481236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_590, aten.view_copy.default 2025-03-21T20:43:47.8482659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_220, aten.linear.default 2025-03-21T20:43:47.8484138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_591, aten.view_copy.default 2025-03-21T20:43:47.8485494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-03-21T20:43:47.8486761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-03-21T20:43:47.8488025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-03-21T20:43:47.8489383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_592, aten.view_copy.default 2025-03-21T20:43:47.8490867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_221, aten.linear.default 2025-03-21T20:43:47.8492279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_593, aten.view_copy.default 2025-03-21T20:43:47.8493716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_58, aten.relu.default 2025-03-21T20:43:47.8495087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_594, aten.view_copy.default 2025-03-21T20:43:47.8496495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_222, aten.linear.default 2025-03-21T20:43:47.8497908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_595, aten.view_copy.default 2025-03-21T20:43:47.8499261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-03-21T20:43:47.8500531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-03-21T20:43:47.8501801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-03-21T20:43:47.8503148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_596, aten.view_copy.default 2025-03-21T20:43:47.8504565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_223, aten.linear.default 2025-03-21T20:43:47.8505998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_597, aten.view_copy.default 2025-03-21T20:43:47.8507375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_59, aten.relu.default 2025-03-21T20:43:47.8508743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_598, aten.view_copy.default 2025-03-21T20:43:47.8510153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_224, aten.linear.default 2025-03-21T20:43:47.8511566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_599, aten.view_copy.default 2025-03-21T20:43:47.8512925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-03-21T20:43:47.8514182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-03-21T20:43:47.8515446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-03-21T20:43:47.8516793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_600, aten.view_copy.default 2025-03-21T20:43:47.8518199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_225, aten.linear.default 2025-03-21T20:43:47.8519606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_601, aten.view_copy.default 2025-03-21T20:43:47.8520957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-03-21T20:43:47.8522274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-03-21T20:43:47.8523540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-03-21T20:43:47.8524895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_602, aten.view_copy.default 2025-03-21T20:43:47.8526737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_604, aten.view_copy.default 2025-03-21T20:43:47.8528198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_606, aten.view_copy.default 2025-03-21T20:43:47.8529616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_226, aten.linear.default 2025-03-21T20:43:47.8531069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_227, aten.linear.default 2025-03-21T20:43:47.8532442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_228, aten.linear.default 2025-03-21T20:43:47.8533866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_603, aten.view_copy.default 2025-03-21T20:43:47.8535296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_605, aten.view_copy.default 2025-03-21T20:43:47.8536804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_607, aten.view_copy.default 2025-03-21T20:43:47.8538166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-03-21T20:43:47.8539431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-03-21T20:43:48.1944515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_608, aten.view_copy.default 2025-03-21T20:43:48.1945949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-03-21T20:43:48.1947218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-03-21T20:43:48.1948634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-03-21T20:43:48.1950145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_609, aten.view_copy.default 2025-03-21T20:43:48.1951626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_611, aten.view_copy.default 2025-03-21T20:43:48.1953046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_229, aten.linear.default 2025-03-21T20:43:48.1954434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_230, aten.linear.default 2025-03-21T20:43:48.1955853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_610, aten.view_copy.default 2025-03-21T20:43:48.1957307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_612, aten.view_copy.default 2025-03-21T20:43:48.1958752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_613, aten.view_copy.default 2025-03-21T20:43:48.1960211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_614, aten.view_copy.default 2025-03-21T20:43:48.1961713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_485, aten.permute_copy.default 2025-03-21T20:43:48.1963262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-03-21T20:43:48.1964721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-03-21T20:43:48.1966199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-03-21T20:43:48.1967466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-03-21T20:43:48.1968816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-03-21T20:43:48.1970603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-03-21T20:43:48.1972053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-03-21T20:43:48.1973540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_16, aten._to_copy.default 2025-03-21T20:43:48.1975182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_621, aten.view_copy.default 2025-03-21T20:43:48.1976636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_622, aten.view_copy.default 2025-03-21T20:43:48.1978048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_231, aten.linear.default 2025-03-21T20:43:48.1979463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_623, aten.view_copy.default 2025-03-21T20:43:48.1980815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-03-21T20:43:48.1982075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-03-21T20:43:48.1983413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-03-21T20:43:48.1984785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_624, aten.view_copy.default 2025-03-21T20:43:48.1986195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_232, aten.linear.default 2025-03-21T20:43:48.1987602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_625, aten.view_copy.default 2025-03-21T20:43:48.1989106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_60, aten.relu.default 2025-03-21T20:43:48.1990531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_626, aten.view_copy.default 2025-03-21T20:43:48.1991974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_233, aten.linear.default 2025-03-21T20:43:48.1993424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_627, aten.view_copy.default 2025-03-21T20:43:48.1994916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-03-21T20:43:48.1996186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-03-21T20:43:48.1997437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-03-21T20:43:48.1998776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_628, aten.view_copy.default 2025-03-21T20:43:48.2000181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_234, aten.linear.default 2025-03-21T20:43:48.2001588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_629, aten.view_copy.default 2025-03-21T20:43:48.2002973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_61, aten.relu.default 2025-03-21T20:43:48.2004352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_630, aten.view_copy.default 2025-03-21T20:43:48.2005771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_235, aten.linear.default 2025-03-21T20:43:48.2007169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_631, aten.view_copy.default 2025-03-21T20:43:48.2008532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-03-21T20:43:48.2009791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-03-21T20:43:48.2011144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-03-21T20:43:48.2012502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_632, aten.view_copy.default 2025-03-21T20:43:48.2014013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_236, aten.linear.default 2025-03-21T20:43:48.2015432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_633, aten.view_copy.default 2025-03-21T20:43:48.2016876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_62, aten.relu.default 2025-03-21T20:43:48.2018256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_634, aten.view_copy.default 2025-03-21T20:43:48.2019666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_237, aten.linear.default 2025-03-21T20:43:48.2021080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_635, aten.view_copy.default 2025-03-21T20:43:48.2022449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-03-21T20:43:48.2023713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-03-21T20:43:48.2024960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-03-21T20:43:48.2026611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_636, aten.view_copy.default 2025-03-21T20:43:48.2028044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_238, aten.linear.default 2025-03-21T20:43:48.2029571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_637, aten.view_copy.default 2025-03-21T20:43:48.2030962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_63, aten.relu.default 2025-03-21T20:43:48.2032344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_638, aten.view_copy.default 2025-03-21T20:43:48.2033768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_239, aten.linear.default 2025-03-21T20:43:48.2035168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_639, aten.view_copy.default 2025-03-21T20:43:48.2036534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-03-21T20:43:48.2037803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-03-21T20:43:48.2039076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-03-21T20:43:48.2040432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_640, aten.view_copy.default 2025-03-21T20:43:48.2041856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_240, aten.linear.default 2025-03-21T20:43:48.2043268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_641, aten.view_copy.default 2025-03-21T20:43:48.2044614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-03-21T20:43:48.2045877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-03-21T20:43:48.2047137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-03-21T20:43:48.2048497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_642, aten.view_copy.default 2025-03-21T20:43:48.2050058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_644, aten.view_copy.default 2025-03-21T20:43:48.2051521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_646, aten.view_copy.default 2025-03-21T20:43:48.2052918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_241, aten.linear.default 2025-03-21T20:43:48.5513132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_242, aten.linear.default 2025-03-21T20:43:48.5514886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_243, aten.linear.default 2025-03-21T20:43:48.5516307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_643, aten.view_copy.default 2025-03-21T20:43:48.5517776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_645, aten.view_copy.default 2025-03-21T20:43:48.5519385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_647, aten.view_copy.default 2025-03-21T20:43:48.5520750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-03-21T20:43:48.5522019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-03-21T20:43:48.5523375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_648, aten.view_copy.default 2025-03-21T20:43:48.5524743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-03-21T20:43:48.5526212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-03-21T20:43:48.5527621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_324, aten.permute_copy.default 2025-03-21T20:43:48.5529221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_649, aten.view_copy.default 2025-03-21T20:43:48.5530777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_651, aten.view_copy.default 2025-03-21T20:43:48.5532191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_244, aten.linear.default 2025-03-21T20:43:48.5533565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_245, aten.linear.default 2025-03-21T20:43:48.5534981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_650, aten.view_copy.default 2025-03-21T20:43:48.5536429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_652, aten.view_copy.default 2025-03-21T20:43:48.5537887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_653, aten.view_copy.default 2025-03-21T20:43:48.5539351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_654, aten.view_copy.default 2025-03-21T20:43:48.5540891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_486, aten.permute_copy.default 2025-03-21T20:43:48.5542416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_327, aten.permute_copy.default 2025-03-21T20:43:48.5543877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-03-21T20:43:48.5545167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-03-21T20:43:48.5546428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-03-21T20:43:48.5547773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-03-21T20:43:48.5549169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-03-21T20:43:48.5550633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_330, aten.permute_copy.default 2025-03-21T20:43:48.5552109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_17, aten._to_copy.default 2025-03-21T20:43:48.5553535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_661, aten.view_copy.default 2025-03-21T20:43:48.5554998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_662, aten.view_copy.default 2025-03-21T20:43:48.5556410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_246, aten.linear.default 2025-03-21T20:43:48.5557824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_663, aten.view_copy.default 2025-03-21T20:43:48.5559313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-03-21T20:43:48.5560585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-03-21T20:43:48.5561850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-03-21T20:43:48.5563299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_664, aten.view_copy.default 2025-03-21T20:43:48.5564716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_247, aten.linear.default 2025-03-21T20:43:48.5566123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_665, aten.view_copy.default 2025-03-21T20:43:48.5567508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_64, aten.relu.default 2025-03-21T20:43:48.5568880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_666, aten.view_copy.default 2025-03-21T20:43:48.5574081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_248, aten.linear.default 2025-03-21T20:43:48.5575613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_667, aten.view_copy.default 2025-03-21T20:43:48.5576981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-03-21T20:43:48.5578238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-03-21T20:43:48.5579502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-03-21T20:43:48.5580852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_668, aten.view_copy.default 2025-03-21T20:43:48.5582269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_249, aten.linear.default 2025-03-21T20:43:48.5583672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_669, aten.view_copy.default 2025-03-21T20:43:48.5585098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_65, aten.relu.default 2025-03-21T20:43:48.5586664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_670, aten.view_copy.default 2025-03-21T20:43:48.5588083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_250, aten.linear.default 2025-03-21T20:43:48.5589486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_671, aten.view_copy.default 2025-03-21T20:43:48.5590839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-03-21T20:43:48.5592089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-03-21T20:43:48.5593343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-03-21T20:43:48.5594696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_672, aten.view_copy.default 2025-03-21T20:43:48.5596111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_251, aten.linear.default 2025-03-21T20:43:48.5597522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_673, aten.view_copy.default 2025-03-21T20:43:48.5598883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_66, aten.relu.default 2025-03-21T20:43:48.5600265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_674, aten.view_copy.default 2025-03-21T20:43:48.5601675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_252, aten.linear.default 2025-03-21T20:43:48.5603089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_675, aten.view_copy.default 2025-03-21T20:43:48.5604439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-03-21T20:43:48.5605824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-03-21T20:43:48.5607084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-03-21T20:43:48.5608435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_676, aten.view_copy.default 2025-03-21T20:43:48.5609993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_253, aten.linear.default 2025-03-21T20:43:48.5611418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_677, aten.view_copy.default 2025-03-21T20:43:48.5612805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_67, aten.relu.default 2025-03-21T20:43:48.5614190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_678, aten.view_copy.default 2025-03-21T20:43:48.5615614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_254, aten.linear.default 2025-03-21T20:43:48.5617113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_679, aten.view_copy.default 2025-03-21T20:43:48.5618517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-03-21T20:43:48.5619782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-03-21T20:43:48.5621047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-03-21T20:43:48.5622411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_680, aten.view_copy.default 2025-03-21T20:43:48.5623830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_255, aten.linear.default 2025-03-21T20:43:48.5625224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_681, aten.view_copy.default 2025-03-21T20:43:48.9251663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-03-21T20:43:48.9253014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-03-21T20:43:48.9254300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-03-21T20:43:48.9255664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_682, aten.view_copy.default 2025-03-21T20:43:48.9257154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_684, aten.view_copy.default 2025-03-21T20:43:48.9258605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_686, aten.view_copy.default 2025-03-21T20:43:48.9260024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_256, aten.linear.default 2025-03-21T20:43:48.9261398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_257, aten.linear.default 2025-03-21T20:43:48.9262768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_258, aten.linear.default 2025-03-21T20:43:48.9264189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_683, aten.view_copy.default 2025-03-21T20:43:48.9265638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_685, aten.view_copy.default 2025-03-21T20:43:48.9267081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_687, aten.view_copy.default 2025-03-21T20:43:48.9268450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-03-21T20:43:48.9269731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-03-21T20:43:48.9271089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_688, aten.view_copy.default 2025-03-21T20:43:48.9272456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-03-21T20:43:48.9274075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-03-21T20:43:48.9275494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_344, aten.permute_copy.default 2025-03-21T20:43:48.9277064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_689, aten.view_copy.default 2025-03-21T20:43:48.9278516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_691, aten.view_copy.default 2025-03-21T20:43:48.9279936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_259, aten.linear.default 2025-03-21T20:43:48.9281321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_260, aten.linear.default 2025-03-21T20:43:48.9282730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_690, aten.view_copy.default 2025-03-21T20:43:48.9284187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_692, aten.view_copy.default 2025-03-21T20:43:48.9285753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_693, aten.view_copy.default 2025-03-21T20:43:48.9287277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_694, aten.view_copy.default 2025-03-21T20:43:48.9288767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_487, aten.permute_copy.default 2025-03-21T20:43:48.9290408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_347, aten.permute_copy.default 2025-03-21T20:43:48.9291865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-03-21T20:43:48.9293178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-03-21T20:43:48.9294448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-03-21T20:43:48.9295792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-03-21T20:43:48.9297186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-03-21T20:43:48.9298638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_350, aten.permute_copy.default 2025-03-21T20:43:48.9300123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_18, aten._to_copy.default 2025-03-21T20:43:48.9301573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_701, aten.view_copy.default 2025-03-21T20:43:48.9303021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_702, aten.view_copy.default 2025-03-21T20:43:48.9304414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_261, aten.linear.default 2025-03-21T20:43:48.9305859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_703, aten.view_copy.default 2025-03-21T20:43:48.9307210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-03-21T20:43:48.9308464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-03-21T20:43:48.9309730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-03-21T20:43:48.9311084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_704, aten.view_copy.default 2025-03-21T20:43:48.9312494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_262, aten.linear.default 2025-03-21T20:43:48.9313905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_705, aten.view_copy.default 2025-03-21T20:43:48.9315272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_68, aten.relu.default 2025-03-21T20:43:48.9316761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_706, aten.view_copy.default 2025-03-21T20:43:48.9318180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_263, aten.linear.default 2025-03-21T20:43:48.9319594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_707, aten.view_copy.default 2025-03-21T20:43:48.9321000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-03-21T20:43:48.9322258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-03-21T20:43:48.9323517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-03-21T20:43:48.9324855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_708, aten.view_copy.default 2025-03-21T20:43:48.9326489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_264, aten.linear.default 2025-03-21T20:43:48.9327909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_709, aten.view_copy.default 2025-03-21T20:43:48.9329526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_69, aten.relu.default 2025-03-21T20:43:48.9330991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_710, aten.view_copy.default 2025-03-21T20:43:48.9332391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_265, aten.linear.default 2025-03-21T20:43:48.9333825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_711, aten.view_copy.default 2025-03-21T20:43:48.9335217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-03-21T20:43:48.9336475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-03-21T20:43:48.9337739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-03-21T20:43:48.9339102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_712, aten.view_copy.default 2025-03-21T20:43:48.9340498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_266, aten.linear.default 2025-03-21T20:43:48.9341915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_713, aten.view_copy.default 2025-03-21T20:43:48.9343296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_70, aten.relu.default 2025-03-21T20:43:48.9344678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_714, aten.view_copy.default 2025-03-21T20:43:48.9346089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_267, aten.linear.default 2025-03-21T20:43:48.9347509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_715, aten.view_copy.default 2025-03-21T20:43:48.9348871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-03-21T20:43:48.9350119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-03-21T20:43:48.9351382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-03-21T20:43:48.9352745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_716, aten.view_copy.default 2025-03-21T20:43:48.9354157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_268, aten.linear.default 2025-03-21T20:43:48.9355570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_717, aten.view_copy.default 2025-03-21T20:43:48.9356950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_71, aten.relu.default 2025-03-21T20:43:48.9358335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_718, aten.view_copy.default 2025-03-21T20:43:48.9359846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_269, aten.linear.default 2025-03-21T20:43:49.2812635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_719, aten.view_copy.default 2025-03-21T20:43:49.2814482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-03-21T20:43:49.2816424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-03-21T20:43:49.2818092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-03-21T20:43:49.2819798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_720, aten.view_copy.default 2025-03-21T20:43:49.2821586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_270, aten.linear.default 2025-03-21T20:43:49.2823346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_721, aten.view_copy.default 2025-03-21T20:43:49.2825118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-03-21T20:43:49.2827326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-03-21T20:43:49.2828965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-03-21T20:43:49.2830709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_722, aten.view_copy.default 2025-03-21T20:43:49.2832586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_724, aten.view_copy.default 2025-03-21T20:43:49.2834387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_726, aten.view_copy.default 2025-03-21T20:43:49.2836210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_271, aten.linear.default 2025-03-21T20:43:49.2837727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_272, aten.linear.default 2025-03-21T20:43:49.2839514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_273, aten.linear.default 2025-03-21T20:43:49.2841332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_723, aten.view_copy.default 2025-03-21T20:43:49.2843215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_725, aten.view_copy.default 2025-03-21T20:43:49.2845092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_727, aten.view_copy.default 2025-03-21T20:43:49.2846838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-03-21T20:43:49.2848418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-03-21T20:43:49.2850263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_728, aten.view_copy.default 2025-03-21T20:43:49.2851966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-03-21T20:43:49.2853609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-03-21T20:43:49.2855432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-03-21T20:43:49.2857367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_729, aten.view_copy.default 2025-03-21T20:43:49.2859241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_731, aten.view_copy.default 2025-03-21T20:43:49.2861026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_274, aten.linear.default 2025-03-21T20:43:49.2862787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_275, aten.linear.default 2025-03-21T20:43:49.2864565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_730, aten.view_copy.default 2025-03-21T20:43:49.2866647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_732, aten.view_copy.default 2025-03-21T20:43:49.2868529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_733, aten.view_copy.default 2025-03-21T20:43:49.2870540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_734, aten.view_copy.default 2025-03-21T20:43:49.2872459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_488, aten.permute_copy.default 2025-03-21T20:43:49.2874382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_367, aten.permute_copy.default 2025-03-21T20:43:49.2876266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-03-21T20:43:49.2877966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-03-21T20:43:49.2879596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-03-21T20:43:49.2881457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-03-21T20:43:49.2883362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-03-21T20:43:49.2885238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_370, aten.permute_copy.default 2025-03-21T20:43:49.2887126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_19, aten._to_copy.default 2025-03-21T20:43:49.2888959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_741, aten.view_copy.default 2025-03-21T20:43:49.2890952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_742, aten.view_copy.default 2025-03-21T20:43:49.2892811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_276, aten.linear.default 2025-03-21T20:43:49.2894610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_743, aten.view_copy.default 2025-03-21T20:43:49.2896407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-03-21T20:43:49.2897947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-03-21T20:43:49.2899622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-03-21T20:43:49.2901356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_744, aten.view_copy.default 2025-03-21T20:43:49.2903192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_277, aten.linear.default 2025-03-21T20:43:49.2905016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_745, aten.view_copy.default 2025-03-21T20:43:49.2906814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_72, aten.relu.default 2025-03-21T20:43:49.2908498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_746, aten.view_copy.default 2025-03-21T20:43:49.2910285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_278, aten.linear.default 2025-03-21T20:43:49.2912093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_747, aten.view_copy.default 2025-03-21T20:43:49.2913854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-03-21T20:43:49.2915489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-03-21T20:43:49.2917111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-03-21T20:43:49.2918825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_748, aten.view_copy.default 2025-03-21T20:43:49.2920741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_279, aten.linear.default 2025-03-21T20:43:49.2922535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_749, aten.view_copy.default 2025-03-21T20:43:49.2924319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_73, aten.relu.default 2025-03-21T20:43:49.2926469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_750, aten.view_copy.default 2025-03-21T20:43:49.2928272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_280, aten.linear.default 2025-03-21T20:43:49.2930166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_751, aten.view_copy.default 2025-03-21T20:43:49.2931467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-03-21T20:43:49.2932671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-03-21T20:43:49.2933912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-03-21T20:43:49.2936751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_752, aten.view_copy.default 2025-03-21T20:43:49.2938536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_281, aten.linear.default 2025-03-21T20:43:49.2940353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_753, aten.view_copy.default 2025-03-21T20:43:49.2942134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_74, aten.relu.default 2025-03-21T20:43:49.2943891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_754, aten.view_copy.default 2025-03-21T20:43:49.2945666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_282, aten.linear.default 2025-03-21T20:43:49.2947461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_755, aten.view_copy.default 2025-03-21T20:43:49.2949086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-03-21T20:43:49.2950732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-03-21T20:43:49.6485341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-03-21T20:43:49.6487143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_756, aten.view_copy.default 2025-03-21T20:43:49.6488966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_283, aten.linear.default 2025-03-21T20:43:49.6490891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_757, aten.view_copy.default 2025-03-21T20:43:49.6492608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_75, aten.relu.default 2025-03-21T20:43:49.6494391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_758, aten.view_copy.default 2025-03-21T20:43:49.6496136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_284, aten.linear.default 2025-03-21T20:43:49.6498041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_759, aten.view_copy.default 2025-03-21T20:43:49.6499790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-03-21T20:43:49.6501417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-03-21T20:43:49.6503051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-03-21T20:43:49.6504801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_760, aten.view_copy.default 2025-03-21T20:43:49.6506596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_285, aten.linear.default 2025-03-21T20:43:49.6508815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_761, aten.view_copy.default 2025-03-21T20:43:49.6510332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-03-21T20:43:49.6511614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-03-21T20:43:49.6513417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-03-21T20:43:49.6515126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_762, aten.view_copy.default 2025-03-21T20:43:49.6516991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_764, aten.view_copy.default 2025-03-21T20:43:49.6518862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_766, aten.view_copy.default 2025-03-21T20:43:49.6520672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_286, aten.linear.default 2025-03-21T20:43:49.6522463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_287, aten.linear.default 2025-03-21T20:43:49.6524446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_288, aten.linear.default 2025-03-21T20:43:49.6526506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_763, aten.view_copy.default 2025-03-21T20:43:49.6528371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_765, aten.view_copy.default 2025-03-21T20:43:49.6530332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_767, aten.view_copy.default 2025-03-21T20:43:49.6532094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-03-21T20:43:49.6533722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-03-21T20:43:49.6535472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_768, aten.view_copy.default 2025-03-21T20:43:49.6537215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-03-21T20:43:49.6538959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-03-21T20:43:49.6540773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_384, aten.permute_copy.default 2025-03-21T20:43:49.6542605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_769, aten.view_copy.default 2025-03-21T20:43:49.6544506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_771, aten.view_copy.default 2025-03-21T20:43:49.6546328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_289, aten.linear.default 2025-03-21T20:43:49.6548085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_290, aten.linear.default 2025-03-21T20:43:49.6549910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_770, aten.view_copy.default 2025-03-21T20:43:49.6551777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_772, aten.view_copy.default 2025-03-21T20:43:49.6553593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_773, aten.view_copy.default 2025-03-21T20:43:49.6555461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_774, aten.view_copy.default 2025-03-21T20:43:49.6556954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_489, aten.permute_copy.default 2025-03-21T20:43:49.6558705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_387, aten.permute_copy.default 2025-03-21T20:43:49.6560537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-03-21T20:43:49.6562402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-03-21T20:43:49.6564026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-03-21T20:43:49.6565751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-03-21T20:43:49.6567674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-03-21T20:43:49.6569506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_390, aten.permute_copy.default 2025-03-21T20:43:49.6571489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_20, aten._to_copy.default 2025-03-21T20:43:49.6573223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_781, aten.view_copy.default 2025-03-21T20:43:49.6575116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_782, aten.view_copy.default 2025-03-21T20:43:49.6576940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_291, aten.linear.default 2025-03-21T20:43:49.6578920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_783, aten.view_copy.default 2025-03-21T20:43:49.6581318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-03-21T20:43:49.6582953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-03-21T20:43:49.6584495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-03-21T20:43:49.6586232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_784, aten.view_copy.default 2025-03-21T20:43:49.6587784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_292, aten.linear.default 2025-03-21T20:43:49.6589275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_785, aten.view_copy.default 2025-03-21T20:43:49.6591054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_76, aten.relu.default 2025-03-21T20:43:49.6592798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_786, aten.view_copy.default 2025-03-21T20:43:49.6594626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_293, aten.linear.default 2025-03-21T20:43:49.6596430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_787, aten.view_copy.default 2025-03-21T20:43:49.6598159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-03-21T20:43:49.6599809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-03-21T20:43:49.6601374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-03-21T20:43:49.6603124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_788, aten.view_copy.default 2025-03-21T20:43:49.6604893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_294, aten.linear.default 2025-03-21T20:43:49.6606752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_789, aten.view_copy.default 2025-03-21T20:43:49.6608523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_77, aten.relu.default 2025-03-21T20:43:49.6610424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_790, aten.view_copy.default 2025-03-21T20:43:49.6612251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_295, aten.linear.default 2025-03-21T20:43:49.6614066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_791, aten.view_copy.default 2025-03-21T20:43:49.6615766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-03-21T20:43:49.6617547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-03-21T20:43:49.6619170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-03-21T20:43:49.6620928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_792, aten.view_copy.default 2025-03-21T20:43:49.6622815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_296, aten.linear.default 2025-03-21T20:43:50.0056326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_793, aten.view_copy.default 2025-03-21T20:43:50.0057762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_78, aten.relu.default 2025-03-21T20:43:50.0059155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_794, aten.view_copy.default 2025-03-21T20:43:50.0060576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_297, aten.linear.default 2025-03-21T20:43:50.0062008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_795, aten.view_copy.default 2025-03-21T20:43:50.0063756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-03-21T20:43:50.0065029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-03-21T20:43:50.0066293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-03-21T20:43:50.0067658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_796, aten.view_copy.default 2025-03-21T20:43:50.0069051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_298, aten.linear.default 2025-03-21T20:43:50.0070476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_797, aten.view_copy.default 2025-03-21T20:43:50.0071870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_79, aten.relu.default 2025-03-21T20:43:50.0073256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_798, aten.view_copy.default 2025-03-21T20:43:50.0074678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_299, aten.linear.default 2025-03-21T20:43:50.0076101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_799, aten.view_copy.default 2025-03-21T20:43:50.0077454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-03-21T20:43:50.0078731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-03-21T20:43:50.0091778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-03-21T20:43:50.0093167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_800, aten.view_copy.default 2025-03-21T20:43:50.0094609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_300, aten.linear.default 2025-03-21T20:43:50.0096024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_801, aten.view_copy.default 2025-03-21T20:43:50.0097387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-03-21T20:43:50.0098647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-03-21T20:43:50.0099898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-03-21T20:43:50.0101232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_802, aten.view_copy.default 2025-03-21T20:43:50.0102662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_804, aten.view_copy.default 2025-03-21T20:43:50.0104084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_806, aten.view_copy.default 2025-03-21T20:43:50.0105900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_301, aten.linear.default 2025-03-21T20:43:50.0107311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_302, aten.linear.default 2025-03-21T20:43:50.0108720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_303, aten.linear.default 2025-03-21T20:43:50.0110228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_803, aten.view_copy.default 2025-03-21T20:43:50.0111701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_805, aten.view_copy.default 2025-03-21T20:43:50.0113326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_807, aten.view_copy.default 2025-03-21T20:43:50.0114676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-03-21T20:43:50.0115941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-03-21T20:43:50.0117300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_808, aten.view_copy.default 2025-03-21T20:43:50.0118773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-03-21T20:43:50.0120026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-03-21T20:43:50.0121423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_404, aten.permute_copy.default 2025-03-21T20:43:50.0122920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_809, aten.view_copy.default 2025-03-21T20:43:50.0124372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_811, aten.view_copy.default 2025-03-21T20:43:50.0126079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_304, aten.linear.default 2025-03-21T20:43:50.0127471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_305, aten.linear.default 2025-03-21T20:43:50.0128882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_810, aten.view_copy.default 2025-03-21T20:43:50.0130409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_812, aten.view_copy.default 2025-03-21T20:43:50.0131861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_813, aten.view_copy.default 2025-03-21T20:43:50.0133307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_814, aten.view_copy.default 2025-03-21T20:43:50.0134795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_490, aten.permute_copy.default 2025-03-21T20:43:50.0136324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_407, aten.permute_copy.default 2025-03-21T20:43:50.0137780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-03-21T20:43:50.0139104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-03-21T20:43:50.0140357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-03-21T20:43:50.0141697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-03-21T20:43:50.0143086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-03-21T20:43:50.0144541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-03-21T20:43:50.0146018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_21, aten._to_copy.default 2025-03-21T20:43:50.0147453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_821, aten.view_copy.default 2025-03-21T20:43:50.0149001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_822, aten.view_copy.default 2025-03-21T20:43:50.0150420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_306, aten.linear.default 2025-03-21T20:43:50.0151842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_823, aten.view_copy.default 2025-03-21T20:43:50.0153267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-03-21T20:43:50.0154537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-03-21T20:43:50.0155803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-03-21T20:43:50.0157169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_824, aten.view_copy.default 2025-03-21T20:43:50.0158564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_307, aten.linear.default 2025-03-21T20:43:50.0159982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_825, aten.view_copy.default 2025-03-21T20:43:50.0161460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_80, aten.relu.default 2025-03-21T20:43:50.0162910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_826, aten.view_copy.default 2025-03-21T20:43:50.0164338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_308, aten.linear.default 2025-03-21T20:43:50.0165758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_827, aten.view_copy.default 2025-03-21T20:43:50.0167102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-03-21T20:43:50.0168370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-03-21T20:43:50.0169637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-03-21T20:43:50.0171100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_828, aten.view_copy.default 2025-03-21T20:43:50.0172526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_309, aten.linear.default 2025-03-21T20:43:50.0173943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_829, aten.view_copy.default 2025-03-21T20:43:50.0175335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_81, aten.relu.default 2025-03-21T20:43:50.0176708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_830, aten.view_copy.default 2025-03-21T20:43:50.3667233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_310, aten.linear.default 2025-03-21T20:43:50.3668714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_831, aten.view_copy.default 2025-03-21T20:43:50.3670106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-03-21T20:43:50.3671379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-03-21T20:43:50.3672651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-03-21T20:43:50.3674008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_832, aten.view_copy.default 2025-03-21T20:43:50.3675424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_311, aten.linear.default 2025-03-21T20:43:50.3676817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_833, aten.view_copy.default 2025-03-21T20:43:50.3678189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_82, aten.relu.default 2025-03-21T20:43:50.3679576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_834, aten.view_copy.default 2025-03-21T20:43:50.3681284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_312, aten.linear.default 2025-03-21T20:43:50.3682696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_835, aten.view_copy.default 2025-03-21T20:43:50.3684056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-03-21T20:43:50.3685370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-03-21T20:43:50.3686628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-03-21T20:43:50.3687978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_836, aten.view_copy.default 2025-03-21T20:43:50.3689388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_313, aten.linear.default 2025-03-21T20:43:50.3690886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_837, aten.view_copy.default 2025-03-21T20:43:50.3692271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_83, aten.relu.default 2025-03-21T20:43:50.3693737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_838, aten.view_copy.default 2025-03-21T20:43:50.3695201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_314, aten.linear.default 2025-03-21T20:43:50.3696641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_839, aten.view_copy.default 2025-03-21T20:43:50.3697991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-03-21T20:43:50.3699255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-03-21T20:43:50.3700516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-03-21T20:43:50.3701871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_840, aten.view_copy.default 2025-03-21T20:43:50.3703285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_315, aten.linear.default 2025-03-21T20:43:50.3704688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_841, aten.view_copy.default 2025-03-21T20:43:50.3706050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-03-21T20:43:50.3707318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-03-21T20:43:50.3708568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-03-21T20:43:50.3709918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_842, aten.view_copy.default 2025-03-21T20:43:50.3711365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_844, aten.view_copy.default 2025-03-21T20:43:50.3712816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_846, aten.view_copy.default 2025-03-21T20:43:50.3714229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_316, aten.linear.default 2025-03-21T20:43:50.3715603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_317, aten.linear.default 2025-03-21T20:43:50.3716990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_318, aten.linear.default 2025-03-21T20:43:50.3718416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_843, aten.view_copy.default 2025-03-21T20:43:50.3719886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_845, aten.view_copy.default 2025-03-21T20:43:50.3721347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_847, aten.view_copy.default 2025-03-21T20:43:50.3722713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-03-21T20:43:50.3724042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-03-21T20:43:50.3725387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_848, aten.view_copy.default 2025-03-21T20:43:50.3726976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-03-21T20:43:50.3728338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-03-21T20:43:50.3729750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_424, aten.permute_copy.default 2025-03-21T20:43:50.3731310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_849, aten.view_copy.default 2025-03-21T20:43:50.3732764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_851, aten.view_copy.default 2025-03-21T20:43:50.3734186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_319, aten.linear.default 2025-03-21T20:43:50.3735553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_320, aten.linear.default 2025-03-21T20:43:50.3737136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_850, aten.view_copy.default 2025-03-21T20:43:50.3738590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_852, aten.view_copy.default 2025-03-21T20:43:50.3740038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_853, aten.view_copy.default 2025-03-21T20:43:50.3741492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_854, aten.view_copy.default 2025-03-21T20:43:50.3742989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_491, aten.permute_copy.default 2025-03-21T20:43:50.3744500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_427, aten.permute_copy.default 2025-03-21T20:43:50.3745955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-03-21T20:43:50.3747264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-03-21T20:43:50.3748523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-03-21T20:43:50.3749857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-03-21T20:43:50.3751245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-03-21T20:43:50.3752695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_430, aten.permute_copy.default 2025-03-21T20:43:50.3754147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_22, aten._to_copy.default 2025-03-21T20:43:50.3755572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_861, aten.view_copy.default 2025-03-21T20:43:50.3757027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_862, aten.view_copy.default 2025-03-21T20:43:50.3758451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_321, aten.linear.default 2025-03-21T20:43:50.3759866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_863, aten.view_copy.default 2025-03-21T20:43:50.3761223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-03-21T20:43:50.3762486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-03-21T20:43:50.3763718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-03-21T20:43:50.3765071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_864, aten.view_copy.default 2025-03-21T20:43:50.3766551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_322, aten.linear.default 2025-03-21T20:43:50.3767960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_865, aten.view_copy.default 2025-03-21T20:43:50.3769341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_84, aten.relu.default 2025-03-21T20:43:50.3770842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_866, aten.view_copy.default 2025-03-21T20:43:50.3772239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_323, aten.linear.default 2025-03-21T20:43:50.3773644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_867, aten.view_copy.default 2025-03-21T20:43:50.3774997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-03-21T20:43:50.7237673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-03-21T20:43:50.7239035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-03-21T20:43:50.7240706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_868, aten.view_copy.default 2025-03-21T20:43:50.7242209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_324, aten.linear.default 2025-03-21T20:43:50.7243626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_869, aten.view_copy.default 2025-03-21T20:43:50.7245013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_85, aten.relu.default 2025-03-21T20:43:50.7246389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_870, aten.view_copy.default 2025-03-21T20:43:50.7247806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_325, aten.linear.default 2025-03-21T20:43:50.7249231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_871, aten.view_copy.default 2025-03-21T20:43:50.7250683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-03-21T20:43:50.7251966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-03-21T20:43:50.7253223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-03-21T20:43:50.7254575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_872, aten.view_copy.default 2025-03-21T20:43:50.7256010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_326, aten.linear.default 2025-03-21T20:43:50.7257425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_873, aten.view_copy.default 2025-03-21T20:43:50.7258809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_86, aten.relu.default 2025-03-21T20:43:50.7260192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_874, aten.view_copy.default 2025-03-21T20:43:50.7261598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_327, aten.linear.default 2025-03-21T20:43:50.7263018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_875, aten.view_copy.default 2025-03-21T20:43:50.7264366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-03-21T20:43:50.7265626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-03-21T20:43:50.7266891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-03-21T20:43:50.7268252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_876, aten.view_copy.default 2025-03-21T20:43:50.7269671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_328, aten.linear.default 2025-03-21T20:43:50.7271218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_877, aten.view_copy.default 2025-03-21T20:43:50.7272654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_87, aten.relu.default 2025-03-21T20:43:50.7274038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_878, aten.view_copy.default 2025-03-21T20:43:50.7275516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_329, aten.linear.default 2025-03-21T20:43:50.7276926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_879, aten.view_copy.default 2025-03-21T20:43:50.7278291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-03-21T20:43:50.7279619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-03-21T20:43:50.7281132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-03-21T20:43:50.7282547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_880, aten.view_copy.default 2025-03-21T20:43:50.7284106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_330, aten.linear.default 2025-03-21T20:43:50.7285602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_881, aten.view_copy.default 2025-03-21T20:43:50.7287012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-03-21T20:43:50.7288399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-03-21T20:43:50.7289661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-03-21T20:43:50.7291121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_882, aten.view_copy.default 2025-03-21T20:43:50.7292577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_884, aten.view_copy.default 2025-03-21T20:43:50.7294009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_886, aten.view_copy.default 2025-03-21T20:43:50.7295431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_331, aten.linear.default 2025-03-21T20:43:50.7296814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_332, aten.linear.default 2025-03-21T20:43:50.7298185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_333, aten.linear.default 2025-03-21T20:43:50.7299603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_883, aten.view_copy.default 2025-03-21T20:43:50.7301060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_885, aten.view_copy.default 2025-03-21T20:43:50.7302507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_887, aten.view_copy.default 2025-03-21T20:43:50.7303856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-03-21T20:43:50.7305118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-03-21T20:43:50.7306479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_888, aten.view_copy.default 2025-03-21T20:43:50.7307843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-03-21T20:43:50.7309107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-03-21T20:43:50.7310516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_444, aten.permute_copy.default 2025-03-21T20:43:50.7312011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_889, aten.view_copy.default 2025-03-21T20:43:50.7313447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_891, aten.view_copy.default 2025-03-21T20:43:50.7314926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_334, aten.linear.default 2025-03-21T20:43:50.7316294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_335, aten.linear.default 2025-03-21T20:43:50.7317696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_890, aten.view_copy.default 2025-03-21T20:43:50.7319221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_892, aten.view_copy.default 2025-03-21T20:43:50.7320666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_893, aten.view_copy.default 2025-03-21T20:43:50.7322096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_894, aten.view_copy.default 2025-03-21T20:43:50.7323585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_492, aten.permute_copy.default 2025-03-21T20:43:50.7325119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_447, aten.permute_copy.default 2025-03-21T20:43:50.7326935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-03-21T20:43:50.7328300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-03-21T20:43:50.7329555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-03-21T20:43:50.7331029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-03-21T20:43:50.7332401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-03-21T20:43:50.7333844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_450, aten.permute_copy.default 2025-03-21T20:43:50.7335308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_23, aten._to_copy.default 2025-03-21T20:43:50.7336745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_901, aten.view_copy.default 2025-03-21T20:43:50.7338199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_902, aten.view_copy.default 2025-03-21T20:43:50.7339610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_336, aten.linear.default 2025-03-21T20:43:50.7341018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_903, aten.view_copy.default 2025-03-21T20:43:50.7342356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-03-21T20:43:50.7343616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-03-21T20:43:50.7344870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-03-21T20:43:50.7346228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_904, aten.view_copy.default 2025-03-21T20:43:51.0797360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_337, aten.linear.default 2025-03-21T20:43:51.0798875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_905, aten.view_copy.default 2025-03-21T20:43:51.0800267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_88, aten.relu.default 2025-03-21T20:43:51.0801657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_906, aten.view_copy.default 2025-03-21T20:43:51.0803075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_338, aten.linear.default 2025-03-21T20:43:51.0804487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_907, aten.view_copy.default 2025-03-21T20:43:51.0805848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-03-21T20:43:51.0807380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-03-21T20:43:51.0808654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-03-21T20:43:51.0810135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_908, aten.view_copy.default 2025-03-21T20:43:51.0811631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_339, aten.linear.default 2025-03-21T20:43:51.0813049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_909, aten.view_copy.default 2025-03-21T20:43:51.0814430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_89, aten.relu.default 2025-03-21T20:43:51.0815817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_910, aten.view_copy.default 2025-03-21T20:43:51.0817226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_340, aten.linear.default 2025-03-21T20:43:51.0818645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_911, aten.view_copy.default 2025-03-21T20:43:51.0820144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-03-21T20:43:51.0821469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-03-21T20:43:51.0822738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-03-21T20:43:51.0824217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_912, aten.view_copy.default 2025-03-21T20:43:51.0825639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_341, aten.linear.default 2025-03-21T20:43:51.0827245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_913, aten.view_copy.default 2025-03-21T20:43:51.0828629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_90, aten.relu.default 2025-03-21T20:43:51.0830002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_914, aten.view_copy.default 2025-03-21T20:43:51.0831417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_342, aten.linear.default 2025-03-21T20:43:51.0832824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_915, aten.view_copy.default 2025-03-21T20:43:51.0834178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-03-21T20:43:51.0835429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-03-21T20:43:51.0836679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-03-21T20:43:51.0838023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_916, aten.view_copy.default 2025-03-21T20:43:51.0839431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_343, aten.linear.default 2025-03-21T20:43:51.0840836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_917, aten.view_copy.default 2025-03-21T20:43:51.0842216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_91, aten.relu.default 2025-03-21T20:43:51.0843587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_918, aten.view_copy.default 2025-03-21T20:43:51.0845003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_344, aten.linear.default 2025-03-21T20:43:51.0846400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_919, aten.view_copy.default 2025-03-21T20:43:51.0847754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-03-21T20:43:51.0849021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-03-21T20:43:51.0850498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-03-21T20:43:51.0851850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_920, aten.view_copy.default 2025-03-21T20:43:51.0853269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_345, aten.linear.default 2025-03-21T20:43:51.0854738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_921, aten.view_copy.default 2025-03-21T20:43:51.0856096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-03-21T20:43:51.0857355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-03-21T20:43:51.0858722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-03-21T20:43:51.0860119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_922, aten.view_copy.default 2025-03-21T20:43:51.0861609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_924, aten.view_copy.default 2025-03-21T20:43:51.0863160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_926, aten.view_copy.default 2025-03-21T20:43:51.0864650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_346, aten.linear.default 2025-03-21T20:43:51.0866152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_347, aten.linear.default 2025-03-21T20:43:51.0867523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_348, aten.linear.default 2025-03-21T20:43:51.0868937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_923, aten.view_copy.default 2025-03-21T20:43:51.0870388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_925, aten.view_copy.default 2025-03-21T20:43:51.0871843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_927, aten.view_copy.default 2025-03-21T20:43:51.0873182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-03-21T20:43:51.0874451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-03-21T20:43:51.0875810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_928, aten.view_copy.default 2025-03-21T20:43:51.0877173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-03-21T20:43:51.0878427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-03-21T20:43:51.0879825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-03-21T20:43:51.0881313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_929, aten.view_copy.default 2025-03-21T20:43:51.0882747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_931, aten.view_copy.default 2025-03-21T20:43:51.0884168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_349, aten.linear.default 2025-03-21T20:43:51.0885541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_350, aten.linear.default 2025-03-21T20:43:51.0886963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_930, aten.view_copy.default 2025-03-21T20:43:51.0888408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_932, aten.view_copy.default 2025-03-21T20:43:51.0889949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_933, aten.view_copy.default 2025-03-21T20:43:51.0891413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_934, aten.view_copy.default 2025-03-21T20:43:51.0892883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_493, aten.permute_copy.default 2025-03-21T20:43:51.0894481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-03-21T20:43:51.0895932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-03-21T20:43:51.0897230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-03-21T20:43:51.0898521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-03-21T20:43:51.0899857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-03-21T20:43:51.0901231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-03-21T20:43:51.0902677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-03-21T20:43:51.0904155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_24, aten._to_copy.default 2025-03-21T20:43:51.0905681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_941, aten.view_copy.default 2025-03-21T20:44:20.4786755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_942, aten.view_copy.default 2025-03-21T20:44:20.4787871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_351, aten.linear.default 2025-03-21T20:44:20.4789081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_943, aten.view_copy.default 2025-03-21T20:44:20.4790444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-03-21T20:44:20.4791310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-03-21T20:44:20.4792189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-03-21T20:44:20.4793156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_944, aten.view_copy.default 2025-03-21T20:44:20.4794130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_352, aten.linear.default 2025-03-21T20:44:20.4795102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_945, aten.view_copy.default 2025-03-21T20:44:20.4796056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_92, aten.relu.default 2025-03-21T20:44:20.4797006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_946, aten.view_copy.default 2025-03-21T20:44:20.4797958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_353, aten.linear.default 2025-03-21T20:44:20.4798929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_947, aten.view_copy.default 2025-03-21T20:44:20.4799856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-03-21T20:44:20.4800732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-03-21T20:44:20.4801607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-03-21T20:44:20.4802542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_948, aten.view_copy.default 2025-03-21T20:44:20.4803518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_354, aten.linear.default 2025-03-21T20:44:20.4804477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_949, aten.view_copy.default 2025-03-21T20:44:20.4805428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_93, aten.relu.default 2025-03-21T20:44:20.4806387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_950, aten.view_copy.default 2025-03-21T20:44:20.4808315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_355, aten.linear.default 2025-03-21T20:44:20.4809289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_951, aten.view_copy.default 2025-03-21T20:44:20.4810354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-03-21T20:44:20.4811324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-03-21T20:44:20.4812179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-03-21T20:44:20.4813151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_952, aten.view_copy.default 2025-03-21T20:44:20.4814123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_356, aten.linear.default 2025-03-21T20:44:20.4815097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_953, aten.view_copy.default 2025-03-21T20:44:20.4816048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_94, aten.relu.default 2025-03-21T20:44:20.4817059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_954, aten.view_copy.default 2025-03-21T20:44:20.4818072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_357, aten.linear.default 2025-03-21T20:44:20.4819041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_955, aten.view_copy.default 2025-03-21T20:44:20.4819982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-03-21T20:44:20.4820895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-03-21T20:44:20.4821787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-03-21T20:44:20.4822724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_956, aten.view_copy.default 2025-03-21T20:44:20.4823721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_358, aten.linear.default 2025-03-21T20:44:20.4824686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_957, aten.view_copy.default 2025-03-21T20:44:20.4825647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_relu_default_95, aten.relu.default 2025-03-21T20:44:20.4826916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_958, aten.view_copy.default 2025-03-21T20:44:20.4827891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_359, aten.linear.default 2025-03-21T20:44:20.4828877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_959, aten.view_copy.default 2025-03-21T20:44:20.4829819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-03-21T20:44:20.4830682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-03-21T20:44:20.4831569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-03-21T20:44:20.4832511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_960, aten.view_copy.default 2025-03-21T20:44:20.4833481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_360, aten.linear.default 2025-03-21T20:44:20.4834483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_961, aten.view_copy.default 2025-03-21T20:44:20.4835455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-03-21T20:44:20.4836342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-03-21T20:44:20.4837215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-03-21T20:44:20.4838102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-03-21T20:44:20.4839112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_361, aten.linear.default 2025-03-21T20:44:20.4840345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: quantized_decomposed_dequantize_per_tensor_tensor, quantized_decomposed.dequantize_per_tensor.tensor 2025-03-21T20:44:20.4841391Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:44:20.4841834Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:44:20.4842233Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:44:20.4842655Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:44:20.4844216Z /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:44:20.4846514Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:44:20.4848675Z /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:44:20.4850448Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:44:20.4851950Z /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:44:20.4853479Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:44:20.4853992Z ++ find ./mobilebert_fine_tune -type f -name 'mb*.pte' -print -quit 2025-03-21T20:44:20.4854458Z + EXPORTED_MODEL= 2025-03-21T20:44:20.4854736Z + [[ 0 -eq 0 ]] 2025-03-21T20:44:20.4855020Z + prepare_artifacts_upload 2025-03-21T20:44:20.4855334Z + '[' -n '' ']' 2025-03-21T20:44:20.4898569Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:44:20.4899088Z with: 2025-03-21T20:44:20.4899475Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:20.4899967Z fail-on-empty: false 2025-03-21T20:44:20.4900244Z env: 2025-03-21T20:44:20.4900534Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:20.4900937Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:20.4901244Z PR_NUMBER: 2025-03-21T20:44:20.4903297Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:20.4905597Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:20.4906284Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:20.4906891Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:20.4907333Z ##[endgroup] 2025-03-21T20:44:20.5572822Z Prepare all required actions 2025-03-21T20:44:20.5631029Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:44:20.5631450Z with: 2025-03-21T20:44:20.5631850Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:44:20.5632489Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:44:20.5632971Z env: 2025-03-21T20:44:20.5633263Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:20.5633657Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:20.5633985Z PR_NUMBER: 2025-03-21T20:44:20.5636058Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:20.5638225Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:20.5638897Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:20.5639508Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:20.5639955Z ##[endgroup] 2025-03-21T20:44:20.5667085Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:44:20.5667888Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:44:20.5676032Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:44:20.5676466Z env: 2025-03-21T20:44:20.5676767Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:20.5677324Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:20.5677652Z PR_NUMBER: 2025-03-21T20:44:20.5679593Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:20.5681748Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:20.5682409Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:20.5683024Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:20.5683620Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:44:20.5684248Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:44:20.5684731Z ##[endgroup] 2025-03-21T20:44:20.6102429Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:44:20.8603793Z latest: Pulling from tool/alpine 2025-03-21T20:44:20.8604270Z 540db60ca938: Pulling fs layer 2025-03-21T20:44:20.9699358Z 540db60ca938: Verifying Checksum 2025-03-21T20:44:20.9699776Z 540db60ca938: Download complete 2025-03-21T20:44:21.0591251Z 540db60ca938: Pull complete 2025-03-21T20:44:21.0704032Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:44:21.0745695Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:44:22.8558784Z Prepare all required actions 2025-03-21T20:44:22.8588637Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:44:22.8589069Z with: 2025-03-21T20:44:22.8589397Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:44:22.8589950Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:44:22.8590426Z env: 2025-03-21T20:44:22.8590713Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:22.8591103Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:22.8591429Z PR_NUMBER: 2025-03-21T20:44:22.8593413Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:22.8595700Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:22.8596368Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:22.8596976Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:22.8597413Z ##[endgroup] 2025-03-21T20:44:22.8623427Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:44:22.8624222Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:44:22.8633601Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:44:22.8634037Z env: 2025-03-21T20:44:22.8634326Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:22.8634732Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:22.8635051Z PR_NUMBER: 2025-03-21T20:44:22.8636979Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:22.8639240Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:22.8639898Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:22.8640513Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:22.8641094Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:44:22.8641634Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:44:22.8642032Z ##[endgroup] 2025-03-21T20:44:23.8458039Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:44:23.8458773Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:44:23.8459289Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:44:23.8459905Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:44:23.8460606Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:44:23.8461166Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:44:23.8461650Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:44:23.8462027Z  fi 2025-03-21T20:44:23.8462341Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:44:23.8462835Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:44:23.8463285Z  fi 2025-03-21T20:44:23.8463585Z fi 2025-03-21T20:44:23.8463827Z  2025-03-21T20:44:23.8464060Z upload_docs=0 2025-03-21T20:44:23.8464517Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:44:23.8465039Z # empty folders do not count 2025-03-21T20:44:23.8465553Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:44:23.8466231Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:44:23.8466790Z  # upload will probably not work correctly 2025-03-21T20:44:23.8467168Z  upload_docs=1 2025-03-21T20:44:23.8467457Z fi 2025-03-21T20:44:23.8467811Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:44:23.8475072Z shell: /usr/bin/bash -e {0} 2025-03-21T20:44:23.8475390Z env: 2025-03-21T20:44:23.8475693Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:23.8476110Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:23.8476435Z PR_NUMBER: 2025-03-21T20:44:23.8478485Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:23.8480647Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:23.8481304Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:23.8481911Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:23.8482360Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:44:23.8482656Z ##[endgroup] 2025-03-21T20:44:23.8622151Z Prepare all required actions 2025-03-21T20:44:23.8700366Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:44:23.8700798Z with: 2025-03-21T20:44:23.8701030Z env: 2025-03-21T20:44:23.8701315Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:23.8701719Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:23.8702125Z PR_NUMBER: 2025-03-21T20:44:23.8704047Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:23.8706200Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:23.8706908Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:23.8707529Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:23.8707954Z ##[endgroup] 2025-03-21T20:44:23.8737450Z ##[group]Run set -eou pipefail 2025-03-21T20:44:23.8737841Z set -eou pipefail 2025-03-21T20:44:23.8738146Z  2025-03-21T20:44:23.8738567Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:44:23.8739095Z for _ in $(seq 1440); do 2025-03-21T20:44:23.8739474Z  # Break if no ssh session exists anymore 2025-03-21T20:44:23.8739872Z  if [ "$(who)" = "" ]; then 2025-03-21T20:44:23.8740215Z  break 2025-03-21T20:44:23.8740486Z  fi 2025-03-21T20:44:23.8740733Z  echo "." 2025-03-21T20:44:23.8741016Z  sleep 5 2025-03-21T20:44:23.8741291Z done 2025-03-21T20:44:23.8747314Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:44:23.8747749Z env: 2025-03-21T20:44:23.8748050Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:23.8748471Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:23.8748801Z PR_NUMBER: 2025-03-21T20:44:23.8750735Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:23.8752895Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:23.8753567Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:23.8754180Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:23.8754631Z ##[endgroup] 2025-03-21T20:44:23.8782444Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:44:23.8853644Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:44:23.8854354Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:44:23.8854873Z # shellcheck disable=SC2046 2025-03-21T20:44:23.8855243Z docker stop $(docker ps -q) || true 2025-03-21T20:44:23.8855638Z # Prune all of the docker images 2025-03-21T20:44:23.8856017Z docker system prune -af 2025-03-21T20:44:23.8862029Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:44:23.8862458Z env: 2025-03-21T20:44:23.8862752Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:23.8863148Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:23.8863473Z PR_NUMBER: 2025-03-21T20:44:23.8865617Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:23.8867892Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:23.8868563Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:23.8869187Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:23.8869640Z ##[endgroup] 2025-03-21T20:44:34.5629744Z 909ab580e257 2025-03-21T20:44:35.2383482Z Deleted Containers: 2025-03-21T20:44:35.2384064Z 909ab580e2577665fb9df530e89766c1f105bf6cf1e507ed6c6e5a6d16d2ef76 2025-03-21T20:44:35.2384507Z 2025-03-21T20:44:38.3197439Z Deleted Images: 2025-03-21T20:44:38.3198537Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:44:38.3200246Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T20:44:38.3201403Z deleted: sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863 2025-03-21T20:44:38.3202163Z deleted: sha256:dcbb28d0046263c2430b67be3aa47d5eeae988406651c479166a85d1f2dc5352 2025-03-21T20:44:38.3202881Z deleted: sha256:9eb84eff28220b78ca23a97d30406ba503bed179b002ea84bf7374f638729e3d 2025-03-21T20:44:38.3203602Z deleted: sha256:1e08d848f7a107eb88f5b1a9b4514efc7f1c8dcd0851dd1522bf5910c9a64b6e 2025-03-21T20:44:38.3204301Z deleted: sha256:338177c78bc0a768d9773592fdf8b7b0698a67566a991a8b485100213ca9fbc4 2025-03-21T20:44:38.3205008Z deleted: sha256:1735d6e22433f10e5a460ac53455294f66b52df308d6b6be04dd20bba3bc489b 2025-03-21T20:44:38.3205729Z deleted: sha256:e916ccba91a2ab63063cc7db425ff08ff4285196cf9b87316350e73b07ee4a38 2025-03-21T20:44:38.3206601Z deleted: sha256:50076809f40f30d632e24ddc5aed1a5bd9a9865dd2866c1ab23c86bf633e7962 2025-03-21T20:44:38.3207326Z deleted: sha256:f9be2a6a76147aff49d05a4ea9ab782cc03d178fcdc373fd1823e47d21271049 2025-03-21T20:44:38.3208056Z deleted: sha256:bcff32a2d3890e40a7d4fbff9b5e94b9990921f0d31050cc14aed0fbce2bdabc 2025-03-21T20:44:38.3208767Z deleted: sha256:d109d4f8538bf72481f92b4c500c92c077bca0bc829e607b2641e0012f982281 2025-03-21T20:44:38.3209481Z deleted: sha256:5a0315aad41e328783b21378a977b58eeafc0b12176c2a92ce6261d80cdb9f8a 2025-03-21T20:44:38.3210289Z deleted: sha256:953c2404ccf647ae6e90833a37a6d33d737a6db8d7654ba8673e7b27869c69d6 2025-03-21T20:44:38.3211010Z deleted: sha256:e3927df9fd6d09d5eec7a59563f028e532d8a8c26857d96d10c4ddb6d653d53c 2025-03-21T20:44:38.3211745Z deleted: sha256:6bf53b8ff77bb357c14b6f6bed501f1faaff14318f94a6c4266d4d490a3085d9 2025-03-21T20:44:38.3212473Z deleted: sha256:e35d013dc9b6638d165d3f99a5c52f826f791f536f8f6242b265fbc67198c58f 2025-03-21T20:44:38.3213171Z deleted: sha256:9056d4457c2cf08797efc71f8cd27c48415253e4b8f43b5f5229881a048ae27a 2025-03-21T20:44:38.3214116Z deleted: sha256:11466fda95e0deac6f947a330c64148f8b0901ed5a5aafacb4beff8f8a3eee77 2025-03-21T20:44:38.3214850Z deleted: sha256:af1d6fff7fd2699d5467ebd83e5684a43ec168b096cff174e142bb765c8aabed 2025-03-21T20:44:38.3215581Z deleted: sha256:d19e5d441e9eb9eb6a2f7e2087900b02fe702f38a119aa24f8302fbf0c6d21c0 2025-03-21T20:44:38.3216499Z deleted: sha256:2eedf60c8f92b92c908ecdb9ab484b4fafbd3e58496f78811a34b47b64563a6b 2025-03-21T20:44:38.3217240Z deleted: sha256:a9978fc0edbcd2becaca7b1bc439a65f8d08deb93a495259e35e44b80aa1fbbe 2025-03-21T20:44:38.3217968Z deleted: sha256:aca89b930d690a03dce5a887ffaba51a668ebfc78e187c476b2ef4d0fd155f42 2025-03-21T20:44:38.3218689Z deleted: sha256:0e562d3843f56b21d2a87df5932a674a1c3da44b539183db41db607ee862817c 2025-03-21T20:44:38.3219410Z deleted: sha256:5bb4fc3398f4c242cdf92cd40e1381d1ff68b7167fc08d3d889ce557e50631d0 2025-03-21T20:44:38.3220312Z deleted: sha256:27624496153d316bfdc2939bf156e557c1513ecf739d17b1e5d3a750d68951b8 2025-03-21T20:44:38.3221026Z deleted: sha256:06d9bc783b214f17c850d3800e14a626f030ed2e0bdbecba98bf84129643b204 2025-03-21T20:44:38.3221740Z deleted: sha256:b4c64f2492fcc5ffd8ecb88e3dc75478d137ed1c9b2f629b94ce38ce3a5da7b8 2025-03-21T20:44:38.3222524Z deleted: sha256:39f0c825984bef7310d3c956fa942850179360a59ef4db07a36b1379624fff28 2025-03-21T20:44:38.3223230Z deleted: sha256:8309096811fc40ec15e13afb5f2a7bd53ba41cdfb537065276e069a989fe0224 2025-03-21T20:44:38.3223953Z deleted: sha256:5dff339fb9ea5cfce15eaa54001cae3192a999789f66f4b950961082706b004b 2025-03-21T20:44:38.3224679Z deleted: sha256:21f790bc6db4d962af416145b9dba556aaff3c063b5c0f6cc14d14b053296c3c 2025-03-21T20:44:38.3225403Z deleted: sha256:56efc65dc265db39000751855e04b0ca0e56235bdfd19e74c9831a26e9548135 2025-03-21T20:44:38.3226594Z deleted: sha256:30b5876aa699f37563aa1e3f719d1e7866d1496062d1583c55ab4c59038ac044 2025-03-21T20:44:38.3227693Z deleted: sha256:8a672d95f0bde22559bbc58ae56f509b8c988c5af6e6fcd3442a6478126ad730 2025-03-21T20:44:38.3228740Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:44:38.3229772Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:44:38.3230805Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:44:38.3232353Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:44:38.3233513Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:44:38.3234242Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:44:38.3234690Z 2025-03-21T20:44:38.3303349Z Total reclaimed space: 17.77GB 2025-03-21T20:44:38.3352577Z ##[group]Run set +e 2025-03-21T20:44:38.3352905Z set +e 2025-03-21T20:44:38.3353198Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:44:38.3353661Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:44:38.3354089Z else 2025-03-21T20:44:38.3354407Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:44:38.3354779Z fi 2025-03-21T20:44:38.3355024Z set -e 2025-03-21T20:44:38.3361988Z shell: /usr/bin/bash -e {0} 2025-03-21T20:44:38.3362318Z env: 2025-03-21T20:44:38.3362617Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:44:38.3363037Z REPOSITORY: pytorch/executorch 2025-03-21T20:44:38.3363366Z PR_NUMBER: 2025-03-21T20:44:38.3365342Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh mb "cmake" "qnn" 2025-03-21T20:44:38.3367504Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:44:38.3368283Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:44:38.3368912Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:44:38.3369350Z NO_SUDO: false 2025-03-21T20:44:38.3369613Z ##[endgroup] 2025-03-21T20:44:39.6207297Z Post job cleanup. 2025-03-21T20:44:39.7336826Z Post job cleanup. 2025-03-21T20:44:39.8373041Z [command]/usr/bin/git version 2025-03-21T20:44:39.8440733Z git version 2.47.1 2025-03-21T20:44:39.8479885Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/9f119a48-ff87-4683-af7d-d5e4e7ab9e38/.gitconfig' 2025-03-21T20:44:39.8488978Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9f119a48-ff87-4683-af7d-d5e4e7ab9e38' before making global git config changes 2025-03-21T20:44:39.8490140Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:44:39.8495314Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:44:39.8535525Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:44:39.8578569Z [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:44:39.8883199Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:44:39.8904250Z http.https://github.com/.extraheader 2025-03-21T20:44:39.8914730Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:44:39.8944303Z [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:44:39.9306908Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:44:39.9335147Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:44:39.9340717Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:44:39.9341174Z ##[endgroup] 2025-03-21T20:44:46.9561054Z Cleaning up orphan processes